Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 19.6 KB

File metadata and controls

31 lines (28 loc) · 19.6 KB

TaxRate

Fields

Field Type Required Description Example
id JsonNullable<String> ID assigned to identify this tax rate. 1234
displayId JsonNullable<String> Display ID of the tax rate 12345
name Optional<String> Name assigned to identify this tax rate. GST on Purchases
code JsonNullable<String> Tax code assigned to identify this tax rate. ABN
description JsonNullable<String> Description of tax rate Reduced rate GST Purchases
effectiveTaxRate JsonNullable<Double> Effective tax rate 10
country JsonNullable<String> Country code according to ISO 3166-1 alpha-2. US
totalTaxRate JsonNullable<Double> Not compounded sum of the components of a tax rate 10
taxPayableAccountId JsonNullable<String> Unique identifier for the account for tax collected. 123456
taxRemittedAccountId JsonNullable<String> Unique identifier for the account for tax remitted. 123456
components List<Components> N/A
type JsonNullable<String> Tax type used to indicate the source of tax collected or paid NONE
reportTaxType JsonNullable<String> Report Tax type to aggregate tax collected or paid for reporting purposes NONE
originalTaxRateId JsonNullable<String> ID of the original tax rate from which the new tax rate is derived. Helps to understand the relationship between corresponding tax rate entities. 12345
status JsonNullable<TaxRateStatus> Tax rate status active
customMappings Map<String, Object> When custom mappings are configured on the resource, the result is included here.
rowVersion JsonNullable<String> A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. 1-12345
updatedBy JsonNullable<String> The user who last updated the object. 12345
createdBy JsonNullable<String> The user who created the object. 12345
updatedAt OffsetDateTime The date and time when the object was last updated. 2020-09-30T07:43:32.000Z
createdAt OffsetDateTime The date and time when the object was created. 2020-09-30T07:43:32.000Z
passThrough List<PassThroughBody> The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.
subsidiaries List<Subsidiaries> The subsidiaries this belongs to.
customFields List<CustomField> N/A