can:MoneyMovementStatusEnum
This enum type lists the possible values that can be returned to indicate the success or failure of a monetary transaction (such as a refund to the buyer).
Type that uses can:MoneyMovementStatusEnum:
Call that uses one or more values of can:MoneyMovementStatusEnum:
Enumeration Values
Value | Description |
FAILED | Indicates the monetary transaction failed. |
PENDING | Indicates the monetary transaction is in the pending state. |
REQUESTED | Indicates a monetary transaction has been requested. |
SKIPPED | The refund for this cancellation was skipped. For example, a T2 refund can be skipped in case of T1 failure. |
SUCCESS | Indicates the monetary transaction was successful. |
UNKNOWN | Indicates the result of the monetary transaction is unknown. |