ChemPal Documentation - v1.7.0
    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