INPUT_OBJECT
ZoozSettingsCreateOrUpdateMutationInput
Autogenerated input type of ZoozSettingsCreateOrUpdateMutation
link GraphQL Schema definition
- input ZoozSettingsCreateOrUpdateMutationInput {
- # A unique identifier for the client performing the mutation.
- String :
- # Zooz App ID.
- String! :
- # Zooz public key
- String! :
- # Zooz private key
- String! :
- # PayU API login used to fetch a list of banks for PSE payments.
- String! :
- # PayU API key used to fetch a list of banks for PSE payments.
- String! :
- # URL to redirect the customer to for pending transactions.
- String :
- # Override the custom merchant fee.
- Boolean :
- # Percentage of the order total to be charged for the merchant fee.
- String :
- # Merchant base fee.
- String :
- }