LineItem

A single line item in an Apple Pay or Google Pay payment request

Line items are optional and can be included in a payment request when there are calculated charges such as taxes and shipping charges added on to a purchase.

Properties

lineItem.js
JS
JavaScript

{

  "label": "Shipping charges",

  "amount": "15.69",

  "pending": true

}