INPUT_OBJECT

PaymentMethodMutation

link GraphQL Schema definition

  • input PaymentMethodMutation {
  • # Name for the method
  • name: String
  • # Description
  • description: String
  • # Handle; this will be used when connecting
  • handle: String
  • # Payment provider identifier
  • paymentProvider: String
  • # Provider specific API key
  • paymentKey: String
  • # Provider specific API secret
  • paymentSecret: String
  • # Status
  • status: String
  • }

link Require by