OrderMoneyAmounts
May 8, 2019 ยท View on GitHub
Description
A collection of various money amounts.
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| total_money | getTotalMoney() | setTotalMoney($value) | \SquareConnect\Model\Money | Total money. | [optional] |
| tax_money | getTaxMoney() | setTaxMoney($value) | \SquareConnect\Model\Money | Money associated with taxes. | [optional] |
| discount_money | getDiscountMoney() | setDiscountMoney($value) | \SquareConnect\Model\Money | Money associated with discounts. | [optional] |
| tip_money | getTipMoney() | setTipMoney($value) | \SquareConnect\Model\Money | Money associated with tips. | [optional] |
| service_charge_money | getServiceChargeMoney() | setServiceChargeMoney($value) | \SquareConnect\Model\Money | Money associated with service charges. | [optional] |
Note: All properties are protected and only accessed via getters and setters.