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

    Interface WooCommercePriceRange

    interface WooCommercePriceRange {
        min_price: null | string;
        max_price: null | string;
        currency_code: null | string;
        currency_symbol: null | string;
        currency_minor_unit: null | number;
        currency_decimal_separator: null | string;
        currency_thousand_separator: null | string;
        currency_prefix: null | string;
        currency_suffix: null | string;
    }
    Index

    Properties

    min_price: null | string

    Minimum price of the product

    max_price: null | string

    Maximum price of the product

    currency_code: null | string

    ISO currency code (e.g., 'USD', 'EUR')

    currency_symbol: null | string

    Currency symbol (e.g., '$', '€')

    currency_minor_unit: null | number

    Number of decimal places for the currency

    currency_decimal_separator: null | string

    Character used as decimal separator

    currency_thousand_separator: null | string

    Character used as thousands separator

    currency_prefix: null | string

    Text to display before the price

    currency_suffix: null | string

    Text to display after the price