Inttegro TypeScript SDK - v8.2.0
    Preparing search index...

    Interface Price

    An inline price returned by the API.

    interface Price {
        currency: Currency;
        value: number;
    }

    Hierarchy (View Summary)

    Index
    currency: Currency
    value: number