Wasm Directoryalpha
Record

sales-data-invoice-item-interface

No description available.

record sales-data-invoice-item-interface {
  additional-data: option​<string>,
  base-cost: option​<f64>,
  base-discount-amount: option​<f64>,
  base-discount-tax-compensation-amount: option​<f64>,
  base-price: option​<f64>,
  base-price-incl-tax: option​<f64>,
  base-row-total: option​<f64>,
  base-row-total-incl-tax: option​<f64>,
  base-tax-amount: option​<f64>,
  description: option​<string>,
  discount-amount: option​<f64>,
  discount-tax-compensation-amount: option​<f64>,
  entity-id: option​<s32>,
  extension-attributes: option​<sales-data-invoice-item-extension-interface>,
  name: option​<string>,
  order-item-id: s32,
  parent-id: option​<s32>,
  price: option​<f64>,
  price-incl-tax: option​<f64>,
  product-id: option​<s32>,
  qty: f64,
  row-total: option​<f64>,
  row-total-incl-tax: option​<f64>,
  sku: string,
  tax-amount: option​<f64>,
}

Fields

NameTypeDescription
additional-dataoption​<string>
base-costoption​<f64>
base-discount-amountoption​<f64>
base-discount-tax-compensation-amountoption​<f64>
base-priceoption​<f64>
base-price-incl-taxoption​<f64>
base-row-totaloption​<f64>
base-row-total-incl-taxoption​<f64>
base-tax-amountoption​<f64>
descriptionoption​<string>
discount-amountoption​<f64>
discount-tax-compensation-amountoption​<f64>
entity-idoption​<s32>
extension-attributesoption​<sales-data-invoice-item-extension-interface>
nameoption​<string>
order-item-ids32
parent-idoption​<s32>
priceoption​<f64>
price-incl-taxoption​<f64>
product-idoption​<s32>
qtyf64
row-totaloption​<f64>
row-total-incl-taxoption​<f64>
skustring
tax-amountoption​<f64>