Skip to content

Type Alias: ISalesEcommAppliedDiscount

ISalesEcommAppliedDiscount = object

Properties

amount

amount: number


code

code: string


id

id: string


itemQtyToDiscount

itemQtyToDiscount: number | null


itemRepeatable

itemRepeatable: boolean


name

name: string


scope

scope: SalesPredefinedDiscountScope


type

type: "flat" | "percentage" | "override"

MIT Licensed