Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 2.09 KB

ProxyModifyTaxationItem.md

File metadata and controls

19 lines (16 loc) · 2.09 KB

Zuora::ProxyModifyTaxationItem

Properties

Name Type Description Notes
accounting_code String The Chart of Accounts [optional]
exempt_amount Float The amount of taxes or VAT for which the customer has an exemption. Character limit: 16 Values: a decimal value [optional]
jurisdiction String The jurisdiction that applies the tax or VAT. This value is typically a state, province, county, or city. Character limit: 32 Values: a string of 32 characterrs or fewer [optional]
location_code String The identifier for the location based on the value of the `TaxCode` field. Character limit: 32 Values: automatically generated [optional]
name String The name of the tax rate, such as sales tax or GST. This name is displayed on invoices. Character limit: 128 Values: a string of 128 characters or fewer [optional]
tax_amount Float The amount of the tax applied to the charge. Character limit: 16 Values: a decimal value [optional]
tax_code String The tax code identifies which tax rules and tax rates to apply to a specific charge. Character limit: 32 Values: a string of 32 characters or fewer [optional]
tax_code_description String The description for the tax code. Character limit: 255 Values: a string of 255 characters or fewer [optional]
tax_date Date The date that the tax is applied to the charge, in `yyyy-mm-dd` format. Character limit: 29 [optional]
tax_rate Float The tax rate applied to the charge. Character limit: 16 Values: a valid decimal value [optional]
tax_rate_description String The description of the tax rate. Character limit: 255 Values: a string of 255 characters or fewer [optional]
tax_rate_type String The type of the tax rate applied to the charge. Character limit: 10 Values: `Percentage`, `FlatFee` [optional]