Skip to content

Type Alias: IValidateDiscountCodeResponse

IValidateDiscountCodeResponse = object

Generated browser-facing Sales contract types for advanced integrations.

Properties

amount?

optional amount?: number | null


id

id: string


itemQtyToDiscount

itemQtyToDiscount: number | null


itemRepeatable

itemRepeatable: boolean


name

name: string


scope

scope: SalesPredefinedDiscountScope


type?

optional type?: "flat" | "percentage" | "override" | null

MIT Licensed