Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 914 Bytes

File metadata and controls

18 lines (12 loc) · 914 Bytes

AdditionalRecipient

squareconnect.models.additional_recipient

Description

Represents an additional recipient (other than the merchant) receiving a portion of this tender.

Properties

Name Type Description Notes
location_id str The location ID for a recipient (other than the merchant) receiving a portion of this tender.
description str The description of the additional recipient.
amount_money Money The amount of money distributed to the recipient.
receivable_id str The unique ID for this AdditionalRecipientReceivable, assigned by the server. [optional]

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