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

    Interface WooCommercePriceRange

    interface WooCommercePriceRange {
        min_amount?: string;
        max_amount?: string;
    }
    Index

    Properties

    min_amount?: string

    Minimum price in the range, in the currency's minor unit (e.g. cents)

    max_amount?: string

    Maximum price in the range, in the currency's minor unit (e.g. cents)