ChemPare Documentation - v0.0.0
    Preparing search index...

    Interface ParsedPriceResult

    interface ParsedPriceResult {
        value: number;
        floatValue: number;
        symbol: string;
        currencyCode: string;
        currency: Currency;
    }
    Index

    Properties

    value: number
    floatValue: number
    symbol: string
    currencyCode: string
    currency: Currency