Mayson Monorepo Documentation
    Preparing search index...
    interface CreditsApplicationInvoiceVoided {
        invoice: string | Stripe.Invoice;
        invoice_line_item: string;
    }
    Index

    Properties

    invoice: string | Stripe.Invoice

    The invoice to which the reinstated billing credits were originally applied.

    invoice_line_item: string

    The invoice line item to which the reinstated billing credits were originally applied.