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

    Interface ExchangeRate

    interface ExchangeRate {
        asOf?: string;
        from: string;
        rate: number;
        source?: string;
        to: string;
    }
    Index

    Properties

    Properties

    asOf?: string
    from: string
    rate: number
    source?: string
    to: string