Pennylane API Client
    Preparing search index...

    Interface UpdateCustomerInvoiceDraftLinesBody

    Invoice lines payload for updating a draft customer invoice.

    interface UpdateCustomerInvoiceDraftLinesBody {
        create?: readonly CreateCustomerInvoiceLineBody[];
        delete?: readonly UpdateCustomerInvoiceDeleteLineBody[];
        update?: readonly UpdateCustomerInvoiceUpdateDraftLineBody[];
    }
    Index

    Properties

    create?: readonly CreateCustomerInvoiceLineBody[]