/home/desid573/public_html/angel/payment/xero/vendor/xeroapi/xero-php-oauth2/docs/Model
Edit: /home/desid573/public_html/angel/payment/xero/vendor/xeroapi/xero-php-oauth2/docs/Model/TaxRate.md (1490B)
# TaxRate
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | Name of tax rate | [optional]
**tax_type** | **string** | The tax type | [optional]
**tax_components** | [**\XeroAPI\XeroPHP\Models\Accounting\TaxComponent[]**](TaxComponent.md) | See TaxComponents | [optional]
**status** | **string** | See Status Codes | [optional]
**report_tax_type** | **string** | See ReportTaxTypes |
**can_apply_to_assets** | **bool** | Boolean to describe if tax rate can be used for asset accounts i.e. true,false | [optional]
**can_apply_to_equity** | **bool** | Boolean to describe if tax rate can be used for equity accounts i.e true,false | [optional]
**can_apply_to_expenses** | **bool** | Boolean to describe if tax rate can be used for expense accounts i.e. true,false | [optional]
**can_apply_to_liabilities** | **bool** | Boolean to describe if tax rate can be used for liability accounts i.e. true,false | [optional]
**can_apply_to_revenue** | **bool** | Boolean to describe if tax rate can be used for revenue accounts i.e. true,false | [optional]
**display_tax_rate** | **double** | Tax Rate (decimal to 4dp) e.g 12.5000 | [optional]
**effective_rate** | **double** | Effective Tax Rate (decimal to 4dp) e.g 12.5000 | [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)