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
- : String!
- # Monetary amount of the line item
- : Float!
- # Value that indicates whether the line item is final or pending
- : ApplePayLineItemType
- }