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

    Properties

    Properties

    value?: number

    A non-negative integer representing how much to charge in the smallest currency unit.

    currency?: string

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