Interface BaseDiscountRecord

Interface for the base discount record.

interface BaseDiscountRecord {
    discountType: DiscountType;
    discountValue: number;
}

Hierarchy (view full)

Properties

discountType: DiscountType
discountValue: number

Generated using TypeDoc