ret: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).
Type that uses ret:MoneyMovementStatusEnum:
Calls that use one or more values of ret: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. |
REVERSED | This enumeration value indicates that the charges in the monetary transaction were reversed. |
SUCCESS | This enumeration value indicates that the monetary transaction was successful. |
TIMEDOUT | This enumeration value indicates that the allotted time for the monetary transaction to occur ended without action. |
UNKNOWN | This enumeration value indicates that the result of the monetary transaction cannot be determined by eBay. |