OrderMoneyAmounts

May 8, 2019 ยท View on GitHub

Description

A collection of various money amounts.

Properties

NameGetterSetterTypeDescriptionNotes
total_moneygetTotalMoney()setTotalMoney($value)\SquareConnect\Model\MoneyTotal money.[optional]
tax_moneygetTaxMoney()setTaxMoney($value)\SquareConnect\Model\MoneyMoney associated with taxes.[optional]
discount_moneygetDiscountMoney()setDiscountMoney($value)\SquareConnect\Model\MoneyMoney associated with discounts.[optional]
tip_moneygetTipMoney()setTipMoney($value)\SquareConnect\Model\MoneyMoney associated with tips.[optional]
service_charge_moneygetServiceChargeMoney()setServiceChargeMoney($value)\SquareConnect\Model\MoneyMoney associated with service charges.[optional]

Note: All properties are protected and only accessed via getters and setters.

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