WithdrawalStatus
An enumeration of type integer
that represents the statuses of a withdrawal operation. Each status corresponds to a specific integer value.
Possible Values
Value | Description |
---|---|
1 | New withdrawal request. |
2 | Withdrawal operation is being processed. |
3 | Withdrawal operation successfully completed. |
4 | Withdrawal operation canceled. |
5 | Error during withdrawal process. |