Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 3.07 KB

ProxyGetTaxationItem.md

File metadata and controls

27 lines (23 loc) · 3.07 KB

ProxyGetTaxationItem

Properties

Name Type Description Notes
accounting_code str The Chart of Accounts [optional]
created_by_id str The ID of the user who created the taxation item. Character limit: 32 Values: automatically generated [optional]
created_date datetime The date when the payment was created in the Zuora system. Character limit: 29 Values: automatically generated [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]
id str Object identifier. [optional]
invoice_item_id str The ID of the specific invoice item that the taxation information applies to. Character limit: 32 Values: a valid invoice item ID [optional]
jurisdiction str 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 str The identifier for the location based on the value of the `TaxCode` field. Character limit: 32 Values: automatically generated [optional]
name str 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 str 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 str 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 str The description of the tax rate. Character limit: 255 Values: a string of 255 characters or fewer [optional]
tax_rate_type str The type of the tax rate applied to the charge. Character limit: 10 Values: `Percentage`, `FlatFee` [optional]
updated_by_id str The ID of the user who last updated the taxation item. Character limit: Values: automatically generated [optional]
updated_date datetime The date when the taxation item was last updated. Character limit: Values: automatically generated [optional]

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