INPUT_OBJECT
BraintreeSettingsCreateOrUpdateMutationInput
Autogenerated input type of BraintreeSettingsCreateOrUpdateMutation
link GraphQL Schema definition
- input BraintreeSettingsCreateOrUpdateMutationInput {
- # A unique identifier for the client performing the mutation.
- String :
- # Braintree merchant ID.
- String! :
- # Braintree public API key.
- String! :
- # Braintree private API key.
- String! :
- # Braintree billing merchant account.
- String :
- # Braintree ecommerce merchant account.
- String :
- # PayPal email linked with Braintree.
- String :
- # Enable using Braintree sandbox credentials in production.
- Boolean :
- # Whether to override the platform-wide merchant fee with a custom merchant fee.
- Boolean :
- # Percentage of the order total to be charged for the merchant fee.
- String :
- # Google merchant ID used for Google Pay.
- String :
- # Merchant base fee.
- String :
- # Enable Google Pay. Google Pay must also be properly configured in the Braintree
- # dashboard.
- Boolean :
- # Enable Apple Pay. Apple Pay must also be properly configured in the Braintree
- # dashboard.
- Boolean :
- # Send shipping details to Braintree.
- Boolean :
- # Kount site ID.
- String :
- # Enable Braintree fraud protection with Kount. Kount must also be properly
- # configured in the Braintree dashboard.
- Boolean :
- # Send site name to Kount.
- Boolean :
- # Enable 3D secure for Braintree transactions.
- Boolean :
- }