INPUT_OBJECT
AfterpaySettingsCreateOrUpdateMutationInput
Autogenerated input type of AfterpaySettingsCreateOrUpdateMutation
link GraphQL Schema definition
- input AfterpaySettingsCreateOrUpdateMutationInput {
- # A unique identifier for the client performing the mutation.
- String :
- # Afterpay merchant ID.
- String! :
- # Afterpay merchant key.
- String! :
- # Region code. AU, US and NZ are currently supported
- String! :
- # Override the custom merchant fee.
- Boolean :
- # Percentage of the order total to be charged for the merchant fee.
- String :
- # Merchant base fee.
- String :
- }