INPUT_OBJECT
CreateCreditCardProcessorMutationInput
The input object that defines the fields for the createCreditCardProcessor mutation.
link GraphQL Schema definition
- input CreateCreditCardProcessorMutationInput {
- # The company that provides credit card processing services.
- CreditCardProvider! :
- # Whether or not this is enabled.
- Boolean! :
- # Whether or not this is the primary type of entity.
- Boolean! :
- # A list of credentials for the provider. Check the enum
- # `CreditCardProviderCredential` - all values that begin with the same string as
- # the `CreditCardProvider` entered in the `provider` field must be included.
- CreditCardProcessorCredentialInput]! : [
- # Enable VISA Electron transactions.
- Boolean :
- # Enable Maestro transactions.
- Boolean :
- # Enable Forbrugsforeningen transactions.
- Boolean :
- # Enable Dankort transactions.
- Boolean :
- # Enable VISA transactions.
- Boolean :
- # Enable Mastercard transactions.
- Boolean :
- # Enable American Express transactions.
- Boolean :
- # Enable Diners Club transactions.
- Boolean :
- # Enable Discover transactions.
- Boolean :
- # Enable UnionPay transactions.
- Boolean :
- # Enable JCB transactions.
- Boolean :
- # Enables processor specific `Mail Or Telephone Order` functionality. Currently
- # only applicable for `Stripe`.
- Boolean :
- # IDs of `Companies`.
- Int64Bit] : [
- }