OBJECT

Payment

Payment settings

link GraphQL Schema definition

  • type Payment {
  • # Acceptor Identifier
  • acceptorId: String
  • # Account Identifier
  • accountId: String
  • # Account Token Value
  • accountTokenValue: String
  • id: UUID
  • # Physical Location Identifier
  • physicalLocationId: UUID
  • # Store Card Identifier
  • storeCardId: String
  • # Store Card Password
  • storeCardPasswd: String
  • }