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 of the billing_cycle_anchor.

    hour: number

    The hour of the day of the billing_cycle_anchor.

    minute: number

    The minute of the hour of the billing_cycle_anchor.

    month: number

    The month to start full cycle billing periods.

    second: number

    The second of the minute of the billing_cycle_anchor.