INPUT_OBJECT

ZipSettingsCreateOrUpdateMutationInput

Autogenerated input type of ZipSettingsCreateOrUpdateMutation

link GraphQL Schema definition

  • input ZipSettingsCreateOrUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Zip merchant API key.
  • merchantApiKey: String!
  • # Zip public key
  • merchantPublicKey: 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
  • }