TenderCashDetails
March 13, 2019 ยท View on GitHub
Description
Represents the details of a tender with type CASH.
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| buyer_tendered_money | getBuyerTenderedMoney() | setBuyerTenderedMoney($value) | \SquareConnect\Model\Money | The total amount of cash provided by the buyer, before change is given. | [optional] |
| change_back_money | getChangeBackMoney() | setChangeBackMoney($value) | \SquareConnect\Model\Money | The amount of change returned to the buyer. | [optional] |
Note: All properties are protected and only accessed via getters and setters.