Refund Status Details
September 9, 2024 ยท View on GitHub
The details of the refund status.
Structure
RefundStatusDetails
Fields
| Name | Type | Tags | Description | Getter | Setter |
|---|---|---|---|---|---|
Reason | RefundIncompleteReason | Optional | The reason why the refund has the PENDING or FAILED status. | RefundIncompleteReason getReason() | setReason(RefundIncompleteReason reason) |
Example (as JSON)
{
"reason": "ECHECK"
}