AdditionalRecipientReceivableRefund

June 28, 2018 ยท View on GitHub

squareconnect.models.additional_recipient_receivable_refund

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.

Properties

NameTypeDescriptionNotes
idstrThe receivable refund's unique ID, issued by Square payments servers.
receivable_idstrThe ID of the receivable that the refund was applied to.
refund_idstrThe ID of the refund that is associated to this receivable refund.
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 refund. This will always be non-negative.
created_atstrThe time when the refund was created, in RFC 3339 format.[optional]

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