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

    Properties

    Properties

    amount: 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.