INPUT_OBJECT

AdyenSettingsCreateOrUpdateMutationInput

Autogenerated input type of AdyenSettingsCreateOrUpdateMutation

link GraphQL Schema definition

  • input AdyenSettingsCreateOrUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Adyen checkout API URL.
  • checkoutEndpoint: String!
  • # Adyen payments API URL.
  • paymentsEndpoint: String!
  • # Adyen checkout API key.
  • checkoutApiKey: String!
  • # Adyen payments API auth key.
  • paymentsApiAuth: String!
  • # Adyen billing merchant account.
  • billingMerchantAccount: String
  • # Adyen ecommerce merchant account.
  • ecommerceMerchantAccount: String
  • # Adyen client side key.
  • clientKey: String
  • # Override the custom merchant fee.
  • overrideCustomMerchantFee: Boolean
  • # Percentage of the order total to be charged for the merchant fee.
  • customMerchantFee: String
  • # Merchant base fee.
  • customMerchantBaseFee: String
  • # Adyen drop in enabled.
  • dropInEnabled: Boolean
  • # Adyen hmac key.
  • hmacKey: String!
  • }