Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 827 Bytes

TenderCashDetails.md

File metadata and controls

12 lines (8 loc) · 827 Bytes

TenderCashDetails

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.

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