Interface ProductDiscountCreationParams

interface ProductDiscountCreationParams {
    discountType: DiscountType;
    discountValue: number;
    expiresIn: number;
    parseWholeUnits?: boolean;
}

Properties

discountType: DiscountType
discountValue: number
expiresIn: number
parseWholeUnits?: boolean

Generated using TypeDoc