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

    Properties

    Properties

    amount: number

    The amount of the next charge for the subscription.

    date: string

    The date of the next charge for the subscription in YYYY-MM-DD format.