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.
- Boolean! :
- # Cleverbridge identification of the client.
- String :
- # Flag that states if the client allows extended payment information in
- # notifications.
- Boolean :
- # Fallback URL of the client.
- String :
- # Indicator to mark new purchases as test order when matching the last name of the
- # submitted contact.
- String :
- # Flag that states if the client allows logon key.
- Boolean :
- # Seed for dynamic product prices.
- String :
- # Seed for query protection.
- String :
- # Seed for redirect protection.
- String :
- # Seed for continue URL protection.
- String :
- # Seed for link protection.
- String :
- }