INPUT_OBJECT

PaypalCommerceSettingsCreateOrUpdateMutationInput

Autogenerated input type of PaypalCommerceSettingsCreateOrUpdateMutation

link GraphQL Schema definition

  • input PaypalCommerceSettingsCreateOrUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # PayPal Commerce merchant ID.
  • merchantId: String!
  • testModeEnabled: Boolean
  • # 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
  • }