Sha256: e258fd22f5f07583319925736910fbac557b42cda1d03935b716d898329db5de
Contents?: true
Size: 1.14 KB
Versions: 196
Compression:
Stored size: 1.14 KB
Contents
# UltracartClient::ItemDigitalDelivery ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **activation_code_description** | **String** | Description of the activation code | [optional] | | **activation_code_low_warning** | **Integer** | The number of activation codes whcih should generate a warning email | [optional] | | **activation_code_realtime_url** | **String** | The URL to retrieve activation codes from in real-time | [optional] | | **activation_code_shared_secret** | **String** | Shared secret used when communicating with the real-time URL | [optional] | | **activation_code_type** | **String** | Type of activation code | [optional] | | **digital_items** | [**Array<ItemDigitalItem>**](ItemDigitalItem.md) | Digital items that customer can download when this item is purchased | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemDigitalDelivery.new( activation_code_description: null, activation_code_low_warning: null, activation_code_realtime_url: null, activation_code_shared_secret: null, activation_code_type: null, digital_items: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems