Sha256: f87536f7e60ce5cba3cd2f8483b162059202276f2f9ee3431f6eeea057cbf7ff
Contents?: true
Size: 689 Bytes
Versions: 163
Compression:
Stored size: 689 Bytes
Contents
# UltracartClient::ItemDigitalItemResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **digital_item** | [**ItemDigitalItem**](ItemDigitalItem.md) | | [optional] | | **error** | [**Error**](Error.md) | | [optional] | | **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] | | **success** | **Boolean** | Indicates if API call was successful | [optional] | | **warning** | [**Warning**](Warning.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemDigitalItemResponse.new( digital_item: null, error: null, metadata: null, success: null, warning: null ) ```
Version data entries
163 entries across 163 versions & 1 rubygems