INPUT_OBJECT
GivexSettingsCreateOrUpdateMutationInput
Autogenerated input type of GivexSettingsCreateOrUpdateMutation
link GraphQL Schema definition
- input GivexSettingsCreateOrUpdateMutationInput {
- # A unique identifier for the client performing the mutation.
- String :
- # Givex primary API URL.
- String! :
- # Givex fallback API URL.
- String! :
- # Givex User ID.
- String! :
- # Givex password.
- String! :
- # Override the custom merchant fee.
- Boolean :
- # Percentage of the order total to be charged for the merchant fee.
- String :
- # Merchant base fee.
- String :
- }