input PaymentSessionInvoiceLineItemRefInput

Merchant provided invoice line item detail used to create a payment session.

FieldTypeDescription
numInt!Line number in the invoice. This is used to order the line items for display.
quantityFloatNumber of units of the product.
priceAmountThe price of the product. Ex. 100.10 Note that the currency used is from the PaymentSession.
productIdStringThe ID of the product.
productSkuStringThe sku of the product.
productNameStringThe name of the product. This may or may not be displayed to the customer depending on the layout templated selected and its configuration.
productDescriptionStringThe description of the product. This may or may not be displayed to the customer depending on the layout templated selected and its configuration.
productImageUrlURLThe 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.