ChemPal Documentation - v0.0.13-beta.5
    Preparing search index...

    Interface Magento2PriceBound

    Set of regular/final prices for a single bound (minimum or maximum) of a Magento 2 product's price range.

    const bound: Magento2PriceBound = {
    regular_price: { value: 19.9, currency: "USD" },
    final_price: { value: 14.9, currency: "USD" }
    };
    interface Magento2PriceBound {
        regular_price: Magento2Money;
        final_price: Magento2Money;
    }
    Index

    Properties

    regular_price: Magento2Money

    Pre-discount price

    final_price: Magento2Money

    Effective (post-discount) price