Mayson Monorepo Documentation
    Preparing search index...
    interface StatusTransitions {
        finalized_at: number;
        marked_uncollectible_at: number;
        paid_at: number;
        voided_at: number;
    }
    Index

    Properties

    finalized_at: number

    The time that the invoice draft was finalized.

    marked_uncollectible_at: number

    The time that the invoice was marked uncollectible.

    paid_at: number

    The time that the invoice was paid.

    voided_at: number

    The time that the invoice was voided.