Name | Type | Description | Notes |
---|---|---|---|
exempt_amount | Float | The amount of taxes or VAT for which the customer has an exemption. | [optional] |
finance_information | POSTTaxationItemForDMTypeFinanceInformation | [optional] | |
jurisdiction | String | The jurisdiction that applies the tax or VAT. This value is typically a state, province, county, or city. | |
location_code | String | The identifier for the location based on the value of the `taxCode` field. | [optional] |
memo_item_id | String | The ID of the debit memo that the taxation item is created for. | [optional] |
name | String | The name of the taxation item. | |
source_tax_item_id | String | The ID of the taxation item of the invoice, which the debit memo is created from. If you want to use this REST API to create taxation items for a debit memo created from an invoice, the taxation items of the invoice must be created or imported through the SOAP API call. Note: - This field is only used if the debit memo is created from an invoice. - If you do not contain this field in the request body, Zuora will automatically set a value for the `sourceTaxItemId` field based on the tax location code, tax jurisdiction, and tax rate. | [optional] |
tax_amount | Float | The amount of the tax applied to the debit memo. | |
tax_code | String | The tax code identifies which tax rules and tax rates to apply to a specific debit memo. | [optional] |
tax_code_description | String | The description of the tax code. | [optional] |
tax_date | Date | The date when the tax is applied to the debit memo. | [optional] |
tax_rate | Float | The tax rate applied to the debit memo. | |
tax_rate_description | String | The description of the tax rate. | [optional] |
tax_rate_type | String | The type of the tax rate applied to the debit memo. |