StatusType ( token )
Enumerated type that indicates whether or not a seller's refund to a buyer using the issueRefund call was successful. This type is used by the RefundStatus field of the issueRefund request.
No calls use StatusType.
Enumeration Values
| Value | Description |
| FAILED | This value indicates that the seller's refund to the buyer failed. |
| SUCCESS | This value indicates that the seller's refund to the buyer was successful. |