OBJECT

ApplePayShippingMethodAttachmentType

An Apple Pay shipping method for delivering physical goods attachment

link GraphQL Schema definition

  • type ApplePayShippingMethodAttachmentType {
  • # Non negative cost associated with this shipping method
  • amount: Float!
  • # Additional description of the shipping method
  • detail: String!
  • # Identifier of the shipping method
  • identifier: String!
  • # A short description of the shipping method
  • label: String!
  • }