squareconnect.models.refund
Represents a refund processed for a Square transaction.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | The refund's unique ID. | |
| location_id | str | The ID of the refund's associated location. | |
| transaction_id | str | The ID of the transaction that the refunded tender is part of. | |
| tender_id | str | The ID of the refunded tender. | |
| created_at | str | The time when the refund was created, in RFC 3339 format. | [optional] |
| reason | str | The reason for the refund being issued. | |
| amount_money | Money | The amount of money refunded to the buyer. | |
| status | str | The current status of the refund (`PENDING`, `APPROVED`, `REJECTED`, or `FAILED`). See RefundStatus for possible values | |
| processing_fee_money | Money | The amount of Square processing fee money refunded to the merchant. | [optional] |
| additional_recipients | list[AdditionalRecipient] | Additional recipients (other than the merchant) receiving a portion of this refund. For example, fees assessed on a refund of a purchase by a third party integration. | [optional] |