Interface: ProductPrice
Defined in: type/ProductPrice.ts:8
Object class for ProductPrice
Properties
cost?
optionalcost?:number
Defined in: type/ProductPrice.ts:18
cost field
discount?
optionaldiscount?:IDiscount
Defined in: type/ProductPrice.ts:24
discount field
discountType
discountType:
PriceDiscountType
Defined in: type/ProductPrice.ts:14
discountType field
gross?
optionalgross?:number
Defined in: type/ProductPrice.ts:22
gross field
list?
optionallist?:number
Defined in: type/ProductPrice.ts:16
list field
net?
optionalnet?:number
Defined in: type/ProductPrice.ts:20
net field
productId
productId:
number
Defined in: type/ProductPrice.ts:10
productId field
quantity
quantity:
number
Defined in: type/ProductPrice.ts:28
quantity field
taxCode?
optionaltaxCode?:TaxCode
Defined in: type/ProductPrice.ts:26
taxCode field
type
type:
PriceElementType
Defined in: type/ProductPrice.ts:12
type field