Mayson Monorepo Documentation
    Preparing search index...
    interface BillingCycleAnchorConfig {
        day_of_month: number;
        hour?: number;
        minute?: number;
        month?: number;
        second?: number;
    }
    Index

    Properties

    day_of_month: number

    The day of the month the anchor should be. Ranges from 1 to 31.

    hour?: number

    The hour of the day the anchor should be. Ranges from 0 to 23.

    minute?: number

    The minute of the hour the anchor should be. Ranges from 0 to 59.

    month?: number

    The month to start full cycle periods. Ranges from 1 to 12.

    second?: number

    The second of the minute the anchor should be. Ranges from 0 to 59.