AdditionalRecipientReceivable

June 28, 2018 ยท View on GitHub

squareconnect.models.additional_recipient_receivable

Description

Represents a monetary distribution of part of a Transaction's amount for Transactions which included additional recipients. The location of this receivable is that same as the one specified in the AdditionalRecipient.

Properties

NameTypeDescriptionNotes
idstrThe additional recipient receivable's unique ID, issued by Square payments servers.
transaction_idstrThe ID of the transaction that the additional recipient receivable was applied to.
transaction_location_idstrThe ID of the location that created the receivable. This is the location ID on the associated transaction.
amount_moneyMoneyThe amount of the receivable. This will always be non-negative.
created_atstrThe time when the additional recipient receivable was created, in RFC 3339 format.[optional]
refundslist[AdditionalRecipientReceivableRefund]Any refunds of the receivable that have been applied.[optional]

[Back to Model list] [Back to API list] [Back to README]