TerminalRefundResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the refund | [default to null] |
| payment_intent_id | Long | Original payment intent ID | [default to null] |
| amount | Long | Refund amount | [default to null] |
| status | TerminalRefundStatusEnum | Refund status | [default to null] |
| reason | String | Reason for refund | [optional] [default to null] |
| created_at | Long | Creation timestamp (Unix timestamp) | [default to null] |
| completed_at | Long | Completion timestamp (Unix timestamp) | [optional] [default to null] |