/home/desid573/public_html/payment/xero-2/doc/payrollau/Model
Edit: /home/desid573/public_html/payment/xero-2/doc/payrollau/Model/EarningsRate.md (2293B)
# EarningsRate
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | Name of the earnings rate (max length = 100) | [optional]
**account_code** | **string** | See Accounts | [optional]
**type_of_units** | **string** | Type of units used to record earnings (max length = 50). Only When RateType is RATEPERUNIT | [optional]
**is_exempt_from_tax** | **bool** | Most payments are subject to tax, so you should only set this value if you are sure that a payment is exempt from PAYG withholding | [optional]
**is_exempt_from_super** | **bool** | See the ATO website for details of which payments are exempt from SGC | [optional]
**is_reportable_as_w1** | **bool** | Boolean to determine if the earnings rate is reportable or exempt from W1 | [optional]
**earnings_type** | [**\XeroAPI\XeroPHP\Models\PayrollAu\EarningsType**](EarningsType.md) | | [optional]
**earnings_rate_id** | **string** | Xero identifier | [optional]
**rate_type** | [**\XeroAPI\XeroPHP\Models\PayrollAu\RateType**](RateType.md) | | [optional]
**rate_per_unit** | **string** | Default rate per unit (optional). Only applicable if RateType is RATEPERUNIT. | [optional]
**multiplier** | **double** | This is the multiplier used to calculate the rate per unit, based on the employee’s ordinary earnings rate. For example, for time and a half enter 1.5. Only applicable if RateType is MULTIPLE | [optional]
**accrue_leave** | **bool** | Indicates that this earnings rate should accrue leave. Only applicable if RateType is MULTIPLE | [optional]
**amount** | **double** | Optional Amount for FIXEDAMOUNT RateType EarningsRate | [optional]
**employment_termination_payment_type** | [**\XeroAPI\XeroPHP\Models\PayrollAu\EmploymentTerminationPaymentType**](EmploymentTerminationPaymentType.md) | | [optional]
**updated_date_utc** | **string** | Last modified timestamp | [optional]
**current_record** | **bool** | Is the current record | [optional]
**allowance_type** | [**\XeroAPI\XeroPHP\Models\PayrollAu\AllowanceType**](AllowanceType.md) | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)