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

    Interface ProductDefaults

    Default values applied to a supplier's products; overridden when matching fields are found in the parsed product data.

    interface ProductDefaults {
        currencyCode?: any;
        currencySymbol?: any;
        uom?: UOM;
        quantity?: number;
    }
    Index

    Properties

    currencyCode?: any
    currencySymbol?: any
    uom?: UOM
    quantity?: number