CreateInvoiceLineItemInput

Autogenerated input type of CreateInvoiceLineItem

Fields

clientMutationId (String)

A unique identifier for the client performing the mutation.

invoiceId (ID!)

The ID of the invoice for this item

productId (ID)

The associated product in case of a product charge

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

Last updated