Interface DiscountMetadata

Interface for the discount metadata.

interface DiscountMetadata {
    discountType: DiscountType;
    discountValue: number;
    expiresIn?: number;
}

Hierarchy (view full)

Properties

discountType: DiscountType
discountValue: number
expiresIn?: number

Generated using TypeDoc