ChemPal Documentation - v1.6.0
    Preparing search index...

    Interface WixDiscount

    A discount applied to a product, expressed as a mode and value.

    interface WixDiscount {
        mode: string;
        value: number;
    }
    Index

    Properties

    Properties

    mode: string

    Discount mode (e.g. "PERCENT", "AMOUNT")

    value: number

    Discount magnitude in the units implied by the mode