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

    Interface ConvertCurrencyRequest

    interface ConvertCurrencyRequest {
        amount: number;
        from: string;
        to: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    amount: number
    from: string
    to: string