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

    Interface VWROrdertablePrice

    A price entry on a VWR ordertable product row.

    interface VWROrdertablePrice {
        listPrice: number;
        formattedValue?: string;
        currencyCode?: string;
        skuUOM?: string;
        uomDescription?: string;
    }
    Index

    Properties

    listPrice: number

    Numeric list price.

    formattedValue?: string

    Pre-formatted display price.

    currencyCode?: string

    ISO currency code, e.g. "USD".

    skuUOM?: string

    Unit of measure code, e.g. "EA".

    uomDescription?: string

    Human-readable unit description.