Record
put-order-line-item-params
No description available.
record put-order-line-item-params {
zuora-track-id: option<string>,
zuora-entity-ids: option<string>,
item-id: string,
uom: option<string>,
accounting-code: option<string>,
amount-per-unit: option<f64>,
bill-target-date: option<string>,
custom-fields: option<order-line-item-custom-fields>,
deferred-revenue-accounting-code: option<string>,
description: option<string>,
item-name: option<string>,
item-number: option<string>,
item-state: option<post-order-line-item-update-type-item-state-enum>,
item-type: option<post-order-line-item-update-type-item-type-enum>,
list-price-per-unit: option<f64>,
product-code: option<string>,
purchase-order-number: option<string>,
quantity: option<f64>,
recognized-revenue-accounting-code: option<string>,
revenue-recognition-rule: option<string>,
tax-code: option<string>,
tax-mode: option<post-order-line-item-update-type-tax-mode-enum>,
transaction-date: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| zuora-track-id | option<string> | |
| zuora-entity-ids | option<string> | |
| item-id | string | |
| uom | option<string> | |
| accounting-code | option<string> | |
| amount-per-unit | option<f64> | |
| bill-target-date | option<string> | |
| custom-fields | option<order-line-item-custom-fields> | |
| deferred-revenue-accounting-code | option<string> | |
| description | option<string> | |
| item-name | option<string> | |
| item-number | option<string> | |
| item-state | option<post-order-line-item-update-type-item-state-enum> | |
| item-type | option<post-order-line-item-update-type-item-type-enum> | |
| list-price-per-unit | option<f64> | |
| product-code | option<string> | |
| purchase-order-number | option<string> | |
| quantity | option<f64> | |
| recognized-revenue-accounting-code | option<string> | |
| revenue-recognition-rule | option<string> | |
| tax-code | option<string> | |
| tax-mode | option<post-order-line-item-update-type-tax-mode-enum> | |
| transaction-date | option<string> |