Pennylane API Client
Preparing search index...
UpdateImportedCustomerInvoiceLinesBody
Interface UpdateImportedCustomerInvoiceLinesBody
Invoice lines payload for updating imported customer invoices.
interface
UpdateImportedCustomerInvoiceLinesBody
{
create
?:
readonly
ImportCustomerInvoiceLineBody
[]
;
delete
?:
readonly
UpdateImportedCustomerInvoiceDeleteLineBody
[]
;
update
?:
readonly
UpdateImportedCustomerInvoiceLineBody
[]
;
}
Index
Properties
create?
delete?
update?
Properties
Optional
Readonly
create
create
?:
readonly
ImportCustomerInvoiceLineBody
[]
Optional
Readonly
delete
delete
?:
readonly
UpdateImportedCustomerInvoiceDeleteLineBody
[]
Optional
Readonly
update
update
?:
readonly
UpdateImportedCustomerInvoiceLineBody
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
delete
update
Pennylane API Client
Loading...
Invoice lines payload for updating imported customer invoices.