subtopia-js-sdk
    Preparing search index...

    Interface ProductDiscountCreationParams

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

    Properties

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