Pennylane API Client
Preparing search index...
UpdateCustomerInvoiceDraftLinesBody
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?
delete?
update?
Properties
Optional
Readonly
create
create
?:
readonly
CreateCustomerInvoiceLineBody
[]
Optional
Readonly
delete
delete
?:
readonly
UpdateCustomerInvoiceDeleteLineBody
[]
Optional
Readonly
update
update
?:
readonly
UpdateCustomerInvoiceUpdateDraftLineBody
[]
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 a draft customer invoice.