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

    Properties

    invoice: string | Stripe.Invoice

    The invoice to which the billing credits were applied.

    invoice_line_item: string

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