Skip to content

Type Alias: ISalesEcommPublicCartItem

ISalesEcommPublicCartItem = object

Properties

effectivePrice

effectivePrice: number


id

id: string


notes

notes: string | null


priceBase

priceBase: number


priceOverride?

optional priceOverride?: ISalesEcommPublicPriceOverride


priceTax

priceTax: number


priceTotal

priceTotal: number


product

product: PickISalesTabItemProduct


qty

qty: number

MIT Licensed