updateInvoiceLineItem

Updates an invoice line item.

Arguments

ArgumentDescription

Parameters for UpdateInvoiceLineItem

UpdateInvoiceLineItemInput Arguments

ArgumentDescription

id (ID!)

lineItemType (LineItemTypeEnum)

Indicates what this line item is charging for

quantity (Int)

Quantity for this line item

description (String)

The description of this invoice line item.

unitPriceCents (Int)

Unit price in cents

Return fields

invoiceLineItem (InvoiceLineItem)

Last updated