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
| Name | Type | Description |
|---|---|---|
| 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> |