Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 1.49 KB

TaxRate.md

File metadata and controls

22 lines (17 loc) · 1.49 KB

TaxRate

Properties

Name Type Description Notes
Name string Name of tax rate [optional]
TaxType string The tax type [optional]
TaxComponents []TaxComponent See TaxComponents [optional]
Status string See Status Codes [optional]
ReportTaxType string See ReportTaxTypes [optional]
CanApplyToAssets bool Boolean to describe if tax rate can be used for asset accounts i.e. true,false [optional] [readonly]
CanApplyToEquity bool Boolean to describe if tax rate can be used for equity accounts i.e true,false [optional] [readonly]
CanApplyToExpenses bool Boolean to describe if tax rate can be used for expense accounts i.e. true,false [optional] [readonly]
CanApplyToLiabilities bool Boolean to describe if tax rate can be used for liability accounts i.e. true,false [optional] [readonly]
CanApplyToRevenue bool Boolean to describe if tax rate can be used for revenue accounts i.e. true,false [optional] [readonly]
DisplayTaxRate float64 Tax Rate (decimal to 4dp) e.g 12.5000 [optional] [readonly]
EffectiveRate float64 Effective Tax Rate (decimal to 4dp) e.g 12.5000 [optional] [readonly]

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