Mayson Monorepo Documentation
    Preparing search index...
    interface Line {
        behavior: Stripe.InvoiceRemoveLinesParams.Line.Behavior;
        id: string;
    }
    Index

    Properties

    Properties

    Either delete or unassign. Deleted line items are permanently deleted. Unassigned line items can be reassigned to an invoice.

    id: string

    ID of an existing line item to remove from this invoice.