INPUT_OBJECT

AfterpaySettingsCreateOrUpdateMutationInput

Autogenerated input type of AfterpaySettingsCreateOrUpdateMutation

link GraphQL Schema definition

  • input AfterpaySettingsCreateOrUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Afterpay merchant ID.
  • merchantId: String!
  • # Afterpay merchant key.
  • merchantKey: String!
  • # Region code. AU, US and NZ are currently supported
  • regionCode: 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
  • }