OBJECT

ApplePayLineItemAttachmentType

An apple pay line item that explains recurring payments and additional charges and discounts attachment

link GraphQL Schema definition

  • type ApplePayLineItemAttachmentType {
  • # A short, localized description of the line item
  • label: String!
  • # Monetary amount of the line item
  • amount: Float!
  • # Value that indicates whether the line item is final or pending
  • type: ApplePayLineItemType
  • }