INPUT_OBJECT

ProcessPaymentGatewayRedirectMutationInput

Autogenerated input type of ProcessPaymentGatewayRedirectMutation

link GraphQL Schema definition

  • input ProcessPaymentGatewayRedirectMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Attributes required by a payment provider to process a payment.
  • paymentProviderRedirectConfirmationAttributes: RedirectConfirmationInput!
  • }