Pennylane API Client
    Preparing search index...

    Interface UpdateImportedCustomerInvoiceLinesBody

    Invoice lines payload for updating imported customer invoices.

    interface UpdateImportedCustomerInvoiceLinesBody {
        create?: readonly ImportCustomerInvoiceLineBody[];
        delete?: readonly UpdateImportedCustomerInvoiceDeleteLineBody[];
        update?: readonly UpdateImportedCustomerInvoiceLineBody[];
    }
    Index

    Properties

    create?: readonly ImportCustomerInvoiceLineBody[]