@sudoplatform/sudo-virtual-cards
    Preparing search index...

    Interface CurrencyAmount

    Amount with related currency code.

    interface CurrencyAmount {
        amount: number;
        currency: string;
    }
    Index

    Properties

    Properties

    amount: number

    Amount of currency.

    currency: string

    ISO-3 Currency Code.