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

    Interface MySimpleStorePrice

    The pre-formatted price object attached to each MySimpleStore search-list item. numeric is the machine-readable value; display is the localized string ("$40.00").

    interface MySimpleStorePrice {
        display: string;
        numeric: number;
        currency: string;
    }
    Index

    Properties

    display: string

    Localized, symbol-prefixed price string (e.g. "$40.00")

    numeric: number

    Numeric price value (e.g. 40)

    currency: string

    ISO 4217 currency code (e.g. "USD")