GraphQL OBJECT
Configuration
Configuration settings for the client account.
link Definition
- type Configuration {
- # Unique ID of the configuration.
- Int! :
- # Client to which the configuration belongs.
- Client :
- # User who created the configuration.
- UserAccount :
- # Date and time when the configuration was created.
- DateTime :
- # Description of the configuration.
- String :
- # User who last modified the configuration.
- UserAccount :
- # Date and time when the last edit occurred.
- DateTime :
- # Master configuration of the configuration.
- Configuration :
- # Name of the configuration.
- String :
- # Name of the parameter.
- String :
- # If true this configuration is used for a customer's subsequent interactions
- # related to the purchase, for example changing the payment details or canceling
- # the subscription. If the checkbox is not selected, the default configuration for
- # the client account is used. You can, for example, use this option to load the
- # web configuration instead of the in-app configuration for in-app purchases.
- Boolean :
- }