Argument | Description |
---|---|
input (CreateInvoiceLineItemInput!) | Parameters for CreateInvoiceLineItem |
Argument | Description |
---|---|
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 |