@nexartis/nexartis-nanda-node-sdk - v1.2.2
    Preparing search index...

    Interface ConvertCurrencyResponse

    interface ConvertCurrencyResponse {
        amount: number;
        asOf?: string;
        convertedAmount: number;
        from: string;
        rate: number;
        to: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    amount: number
    asOf?: string
    convertedAmount: number
    from: string
    rate: number
    to: string