GraphQL INPUT_OBJECT
CreateKeyGeneratorInput
Input for create key generator.
link Definition
- input CreateKeyGeneratorInput {
- #   Type of the key generator.
- : KeyGeneratorTypeEnum!
- #   Unique ID of the client.
- : Int!
- #   Name of the key generator.
- : String!
- #   Full URL of the key generator.
- : String!
- #   username to access the key generator.
- : String
- #   password to access the key generator.
- : String
- #   interface of the key generator.
- : KeyGeneratorInterfaceEnum!
- #   encoding of the key generator.
- : CharacterEncodingEnum
- #   Set to true if this key generator should use romanized values.
- : Boolean
- #   Set to true if the key generator is called for the entire purchase. If not set 
- #   true, the key generator is called for every purchase item in the purchase.
- : Boolean
- #   Document type of the notification.
- : KeyGeneratorDocumentTypeEnum
- #   Schema of the notification.
- : XmlSchemaEnum
- #   Set to true if errors are handled on client side. If not set true, cleverbridge 
- #   manages key generation errors (recommended).
- : Boolean
- }