Record
object-post-taxation-item-params
No description available.
record object-post-taxation-item-params {
reject-unknown-fields: option<bool>,
zuora-entity-ids: option<string>,
zuora-track-id: option<string>,
accounting-code: option<string>,
exempt-amount: option<f64>,
invoice-item-id: string,
jurisdiction: string,
location-code: option<string>,
name: string,
tax-amount: f64,
tax-code: option<string>,
tax-code-description: option<string>,
tax-date: string,
tax-rate: f64,
tax-rate-description: option<string>,
tax-rate-type: string,
}Fields
| Name | Type | Description |
|---|---|---|
| reject-unknown-fields | option<bool> | |
| zuora-entity-ids | option<string> | |
| zuora-track-id | option<string> | |
| accounting-code | option<string> | |
| exempt-amount | option<f64> | |
| invoice-item-id | string | |
| jurisdiction | string | |
| location-code | option<string> | |
| name | string | |
| tax-amount | f64 | |
| tax-code | option<string> | |
| tax-code-description | option<string> | |
| tax-date | string | |
| tax-rate | f64 | |
| tax-rate-description | option<string> | |
| tax-rate-type | string |