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

    Properties

    Properties

    currency: string

    Three-letter ISO code for the currency of the value parameter.

    value: number

    A positive integer representing the amount of the credit grant.