INPUT_OBJECT

UserPaymentMethodMutation

link GraphQL Schema definition

  • input UserPaymentMethodMutation {
  • # Org specific payment method handle
  • methodHandle: String!
  • # User friendly name
  • name: String!
  • # Uuid for user payment identity
  • paymentIdentity: Uuid!
  • # Provider opaque token
  • paymentToken: String!
  • # Provider: Stripe|Paypal|ApplePay|External
  • paymentProvider: String!
  • # Client data (optional)
  • opts: String
  • # Client classification (optional)
  • kind: String
  • }

link Require by