Skip to main content

Interface: ProductPrice

Defined in: type/ProductPrice.ts:8

Object class for ProductPrice

Properties

cost?

optional cost?: number

Defined in: type/ProductPrice.ts:18

cost field


discount?

optional discount?: IDiscount

Defined in: type/ProductPrice.ts:24

discount field


discountType

discountType: PriceDiscountType

Defined in: type/ProductPrice.ts:14

discountType field


gross?

optional gross?: number

Defined in: type/ProductPrice.ts:22

gross field


list?

optional list?: number

Defined in: type/ProductPrice.ts:16

list field


net?

optional net?: 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?

optional taxCode?: TaxCode

Defined in: type/ProductPrice.ts:26

taxCode field


type

type: PriceElementType

Defined in: type/ProductPrice.ts:12

type field