ChargeRequestAdditionalRecipient
October 23, 2019 ยท View on GitHub
Description
Represents an additional recipient (other than the merchant) entitled to a portion of the tender. Support is currently limited to USD, CAD and GBP currencies Note: This model is deprecated.
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| location_id | getLocationId() | setLocationId($value) | string | The location ID for a recipient (other than the merchant) receiving a portion of the tender. | |
| description | getDescription() | setDescription($value) | string | The description of the additional recipient. | |
| amount_money | getAmountMoney() | setAmountMoney($value) | \SquareConnect\Model\Money | The amount of money distributed to the recipient. |
Note: All properties are protected and only accessed via getters and setters.