INPUT_OBJECT
AdyenSettingsCreateOrUpdateMutationInput
Autogenerated input type of AdyenSettingsCreateOrUpdateMutation
link GraphQL Schema definition
- input AdyenSettingsCreateOrUpdateMutationInput {
- # A unique identifier for the client performing the mutation.
- String :
- # Adyen checkout API URL.
- String! :
- # Adyen payments API URL.
- String! :
- # Adyen checkout API key.
- String! :
- # Adyen payments API auth key.
- String! :
- # Adyen billing merchant account.
- String :
- # Adyen ecommerce merchant account.
- String :
- # Adyen client side key.
- String :
- # Override the custom merchant fee.
- Boolean :
- # Percentage of the order total to be charged for the merchant fee.
- String :
- # Merchant base fee.
- String :
- # Adyen drop in enabled.
- Boolean :
- # Adyen hmac key.
- String! :
- }