MoneyMovementStatusType ( token )
Enumeration type that defines the possible results of a money movement transaction. Possible values include SUCCESS, COMPLETED, or CANCELLED.
Type that uses MoneyMovementStatusType:
Call that uses one or more values of MoneyMovementStatusType:
Enumeration Values
Value | Description |
CANCELLED | Indicates a cancelled money movement transaction. |
COMPLETED | Indicates a successful money movement transaction. If COMPLETED is returned, additional money movement transactions are expected. |
SUCCESS | Indicates a successful money movement transaction. If SUCCESS is returned, no additional money movement transactions are expected. |