GraphQL OBJECT

ExtendedClientSettings

Extended settings for the client account.

link Definition

  • type ExtendedClientSettings {
  • # Indicates if dynamic products are enabled for the client account. Dynamic
  • # products are created as parameters that are added to the URL, either through the
  • # Link Generator or by adding the parameters on your own.
  • allowDynamicProducts: Boolean!
  • # Cleverbridge identification of the client.
  • cleverbridgeIdentification: String
  • # Flag that states if the client allows extended payment information in
  • # notifications.
  • extendedPaymentInfoInNotification: Boolean
  • # Fallback URL of the client.
  • fallbackUrl: String
  • # Indicator to mark new purchases as test order when matching the last name of the
  • # submitted contact.
  • testOrderIndicator: String
  • # Flag that states if the client allows logon key.
  • enableLogonKey: Boolean
  • # Seed for dynamic product prices.
  • dynamicPriceSeed: String
  • # Seed for query protection.
  • queryProtectionSeed: String
  • # Seed for redirect protection.
  • redirectProtectionSeed: String
  • # Seed for continue URL protection.
  • continueUrlProtectionSeed: String
  • # Seed for link protection.
  • linkProtectionSeed: String
  • }