GraphQL OBJECT
KeyGenerator
Key generator that creates customized licensing information for customers at the time of purchase
link Definition
- type KeyGenerator {
- # ID of the key generator
- Int :
- # Name of the key generator
- String :
- # Type of the key generator
- KeyGeneratorType :
- # Interface of the key generator
- KeyGeneratorInterface :
- # Client who owns the key generator.
- Client! :
- # Date and time when the key generator was created
- DateTime :
- # User who created the key generator
- UserAccount :
- # Date and time when the key generator was last modified
- DateTime :
- # User who last modified the key generator
- UserAccount :
- # Path of the key generator
- String :
- # UserName associated with the key Generator
- String :
- # Encoding associated with the key generator
- CharacterEncoding :
- # Are western characters when displaying contact values
- Boolean :
- # Is the key generator called once for the entire purchase
- Boolean :
- # Document type of the notification: JSON or XML
- KeyGeneratorDocumentTypeEnum :
- # Does the client handle key generation errors
- Boolean :
- # The XML Schema
- XmlSchema :
- # List of referring product deliveries
- ProductDelivery] : [
- }