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

    Interface Amount

    An amount returned by the API, in the currency's smallest unit.

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

    Hierarchy (View Summary)

    Index
    currency: Currency
    value: number