Record
quote-data-totals-item-interface
No description available.
record quote-data-totals-item-interface {
base-discount-amount: option<f64>,
base-price: f64,
base-price-incl-tax: option<f64>,
base-row-total: f64,
base-row-total-incl-tax: option<f64>,
base-tax-amount: option<f64>,
discount-amount: option<f64>,
discount-percent: option<f64>,
extension-attributes: option<quote-data-totals-item-extension-interface>,
item-id: s32,
name: option<string>,
options: string,
price: f64,
price-incl-tax: option<f64>,
qty: f64,
row-total: f64,
row-total-incl-tax: option<f64>,
row-total-with-discount: option<f64>,
tax-amount: option<f64>,
tax-percent: option<f64>,
weee-tax-applied: string,
weee-tax-applied-amount: f64,
}Fields
| Name | Type | Description |
|---|---|---|
| base-discount-amount | option<f64> | |
| base-price | f64 | |
| base-price-incl-tax | option<f64> | |
| base-row-total | f64 | |
| base-row-total-incl-tax | option<f64> | |
| base-tax-amount | option<f64> | |
| discount-amount | option<f64> | |
| discount-percent | option<f64> | |
| extension-attributes | option<quote-data-totals-item-extension-interface> | |
| item-id | s32 | |
| name | option<string> | |
| options | string | |
| price | f64 | |
| price-incl-tax | option<f64> | |
| qty | f64 | |
| row-total | f64 | |
| row-total-incl-tax | option<f64> | |
| row-total-with-discount | option<f64> | |
| tax-amount | option<f64> | |
| tax-percent | option<f64> | |
| weee-tax-applied | string | |
| weee-tax-applied-amount | f64 |