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

    Interface CurrencyAmount

    Currency Amount.

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

    Properties

    Properties

    amount: number

    Amount of the currency in cents. 100 equals $1.00 if currency is USD.

    currency: string

    Currency ISO code of the amount.