Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 1.23 KB

AdditionalRecipientReceivable.md

File metadata and controls

20 lines (13 loc) · 1.23 KB

AdditionalRecipientReceivable

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. Note: This model is deprecated.

Properties

Name Type Description Notes
id String The additional recipient receivable's unique ID, issued by Square payments servers.
transactionId String The ID of the transaction that the additional recipient receivable was applied to.
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 receivable. This will always be non-negative.
createdAt String The time when the additional recipient receivable was created, in RFC 3339 format. [optional]
refunds List<AdditionalRecipientReceivableRefund> Any refunds of the receivable that have been applied. [optional]