can:MoneyMovementStatusEnum
This enumerated 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).
Types that use can:MoneyMovementStatusEnum:
Call that uses one or more values of can:MoneyMovementStatusEnum:
Enumeration Values
Value | Description |
FAILED | This enumeration value indicates that the monetary transaction failed. |
PENDING | This enumeration value indicates that the monetary transaction is in the pending state. |
REQUESTED | This enumeration value indicates that the monetary transaction has been requested. |
SKIPPED | This enumeration value indicates that the monetary transaction was skipped. For example, a T2 refund can be skipped in a case where a T1 refund fails. |
SUCCESS | This enumeration value indicates that the monetary transaction was successful. |
UNKNOWN | This enumeration value indicates that the result of the monetary transaction cannot be determined by eBay. |