input PaymentSessionInvoiceLineItemRefInput
Merchant provided invoice line item detail used to create a payment session.
| Field | Type | Description |
|---|---|---|
num | Int! | Line number in the invoice. This is used to order the line items for display. |
quantity | Float | Number of units of the product. |
price | Amount | The price of the product. Ex. 100.10 Note that the currency used is from the PaymentSession. |
productId | String | The ID of the product. |
productSku | String | The sku of the product. |
productName | String | The name of the product. This may or may not be displayed to the customer depending on the layout templated selected and its configuration. |
productDescription | String | The description of the product. This may or may not be displayed to the customer depending on the layout templated selected and its configuration. |
productImageUrl | URL | The URL to the product image to show to the customer. This may or may not be displayed to the customer depending on the layout templated selected and its configuration. |