Square.Connect.Model.AdditionalRecipientReceivableRefund
October 23, 2019 ยท View on GitHub
Description
A refund of an AdditionalRecipientReceivable. This includes the ID of the additional recipient receivable associated to this object, as well as a reference to the Refund that created this receivable refund. Note: This model is deprecated.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | The receivable refund's unique ID, issued by Square payments servers. | |
| ReceivableId | string | The ID of the receivable that the refund was applied to. | |
| RefundId | string | The ID of the refund that is associated to this receivable refund. | |
| TransactionLocationId | string | The ID of the location that created the receivable. This is the location ID on the associated transaction. | |
| AmountMoney | Money | The amount of the refund. This will always be non-negative. | |
| CreatedAt | string | The time when the refund was created, in RFC 3339 format. | [optional] |