Square.Connect.Model.Refund
July 10, 2019 ยท View on GitHub
Description
Represents a refund processed for a Square transaction.
Properties
| 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 | string | The current status of the refund (`PENDING`, `APPROVED`, `REJECTED`, or `FAILED`). See RefundStatus for possible values | |
| ProcessingFeeMoney | Money | The amount of Square processing fee money refunded to the merchant. | [optional] |
| AdditionalRecipients | 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] |