GraphQL INPUT_OBJECT
ProductDeliveryKeyDeliveryOptionsInput
Input for delivery options of a license key.
link Definition
- input ProductDeliveryKeyDeliveryOptionsInput {
- # ID of a list of pre-generated keys.
- Int :
- # ID of key generator that creates customized licensing information for customers
- # at the time of purchase.
- Int :
- # Way in which the key and template are shown to the customer. Only used for key
- # generation.
- KeyResultTypeEnum :
- # Set to true if only one key per cart item should be generated, regardless of the
- # quantity of the item purchased.
- Boolean :
- # Set to true if the key template text that was set up for the product should be
- # used.
- Boolean :
- }