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

    Properties

    amount: number

    A non-negative integer representing the amount in the smallest currency unit.

    currency: string

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

    fiscal_year_end: string

    The close-out date of the preceding fiscal year in ISO 8601 format. E.g. 2023-12-31 for the 31st of December, 2023.