blob: c3259a6c04342a1df2d86a16c64d3a04707a7652 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# PayoutStatus
The max size of the db field that holds this value is 20, so please don\'t add new values longer than that!
## Enum
* `Pending` (value: `'PENDING'`)
* `Approved` (value: `'APPROVED'`)
* `Rejected` (value: `'REJECTED'`)
* `Cancelled` (value: `'CANCELLED'`)
* `Failed` (value: `'FAILED'`)
* `Complete` (value: `'COMPLETE'`)
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|