Name | Type | Description | Notes |
---|---|---|---|
Id | string | The refund's unique ID. | |
LocationId | string | The ID of the refund's associated location. | |
TransactionId | string | The ID of the transaction that the refunded tender is part of. | |
TenderId | string | The ID of the refunded tender. | |
CreatedAt | string | The time when the refund was created, in RFC 3339 format. | [optional] |
Reason | string | The reason for the refund being issued. | |
AmountMoney | Money | The amount of money refunded to the buyer. | |
Status | StatusEnum | The current status of the refund (`PENDING`, `APPROVED`, `REJECTED`, or `FAILED`). | |
ProcessingFeeMoney | Money | The amount of Square processing fee money refunded to the merchant. | [optional] |
Name | Value |
---|---|
PENDING | "PENDING" |
APPROVED | "APPROVED" |
REJECTED | "REJECTED" |
FAILED | "FAILED" |