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

NameTypeDescription
base-discount-amountoption​<f64>
base-pricef64
base-price-incl-taxoption​<f64>
base-row-totalf64
base-row-total-incl-taxoption​<f64>
base-tax-amountoption​<f64>
discount-amountoption​<f64>
discount-percentoption​<f64>
extension-attributesoption​<quote-data-totals-item-extension-interface>
item-ids32
nameoption​<string>
optionsstring
pricef64
price-incl-taxoption​<f64>
qtyf64
row-totalf64
row-total-incl-taxoption​<f64>
row-total-with-discountoption​<f64>
tax-amountoption​<f64>
tax-percentoption​<f64>
weee-tax-appliedstring
weee-tax-applied-amountf64