Mayson Monorepo Documentation
    Preparing search index...
    interface AmountAuthorized {
        currency: string;
        value: number;
    }
    Index

    Properties

    Properties

    currency: string

    Three-letter ISO currency code, in lowercase. Must be a supported currency.

    value: number

    A positive integer representing the amount in the currency's minor unit. For example, 100 can represent 1 USD or 100 JPY.