# OrderMoneyAmounts

### Description

A collection of various money amounts.

## Properties
Name | Getter | Setter | Type | Description | Notes
------------ | ------------- | ------------- | ------------- | ------------- | -------------
**total_money** | getTotalMoney() | setTotalMoney($value) | [**\SquareConnect\Model\Money**](Money.md) | Total money. | [optional] 
**tax_money** | getTaxMoney() | setTaxMoney($value) | [**\SquareConnect\Model\Money**](Money.md) | Money associated with taxes. | [optional] 
**discount_money** | getDiscountMoney() | setDiscountMoney($value) | [**\SquareConnect\Model\Money**](Money.md) | Money associated with discounts. | [optional] 
**tip_money** | getTipMoney() | setTipMoney($value) | [**\SquareConnect\Model\Money**](Money.md) | Money associated with tips. | [optional] 
**service_charge_money** | getServiceChargeMoney() | setServiceChargeMoney($value) | [**\SquareConnect\Model\Money**](Money.md) | Money associated with service charges. | [optional] 

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

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

