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

NameGetterSetterTypeDescriptionNotes
idgetId()setId($value)stringThe receivable refund's unique ID, issued by Square payments servers.
receivable_idgetReceivableId()setReceivableId($value)stringThe ID of the receivable that the refund was applied to.
refund_idgetRefundId()setRefundId($value)stringThe ID of the refund that is associated to this receivable refund.
transaction_location_idgetTransactionLocationId()setTransactionLocationId($value)stringThe ID of the location that created the receivable. This is the location ID on the associated transaction.
amount_moneygetAmountMoney()setAmountMoney($value)\SquareConnect\Model\MoneyThe amount of the refund. This will always be non-negative.
created_atgetCreatedAt()setCreatedAt($value)stringThe time when the refund was created, in RFC 3339 format.[optional]

Note: All properties are protected and only accessed via getters and setters.

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