GraphQL OBJECT
ProductDeliveryKeyDeliveryOptions
link Definition
- type ProductDeliveryKeyDeliveryOptions {
- # List of pre-generated keys.
- KeyList :
- # Key generator that creates customized licensing information for customers at the
- # time of purchase.
- KeyGenerator :
- # Way in which the key and template are shown to the customer. Only used for key
- # generation.
- KeyResultType :
- # Indicates whether only one key per cart item is generated, regardless of the
- # quantity of the item purchased.
- Boolean! :
- # Indicates whether the key template text that was set up for the product is used.
- Boolean! :
- }