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

    Interface EpagesPriceInfo

    Price information block on a product/variation page.

    interface EpagesPriceInfo {
        price?: null | EpagesMoney;
        lowestPrice?: null | EpagesMoney;
        highestPrice?: null | EpagesMoney;
    }
    Index

    Properties

    price?: null | EpagesMoney

    The purchasable price (null on a master page).

    lowestPrice?: null | EpagesMoney

    Lowest price, when reported.

    highestPrice?: null | EpagesMoney

    Highest price, when reported.