INPUT_OBJECT

GivexSettingsCreateOrUpdateMutationInput

Autogenerated input type of GivexSettingsCreateOrUpdateMutation

link GraphQL Schema definition

  • input GivexSettingsCreateOrUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Givex primary API URL.
  • primaryApiUrl: String!
  • # Givex fallback API URL.
  • secondaryApiUrl: String!
  • # Givex User ID.
  • userId: String!
  • # Givex password.
  • password: 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
  • }