Sha256: 57199d035d103a3d7f85eac3de17fde7b69eb917a4a9ed98a3a0acdd30d3f97e
Contents?: true
Size: 807 Bytes
Versions: 196
Compression:
Stored size: 807 Bytes
Contents
# UltracartClient::ItemVariation ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **default_text** | **String** | Default text | [optional] | | **default_text_translated_text_instance_oid** | **Integer** | Default text translated text instance id | [optional] | | **name** | **String** | Name | [optional] | | **name_translated_text_instance_oid** | **Integer** | Name translated text instance id | [optional] | | **options** | [**Array<ItemVariationOption>**](ItemVariationOption.md) | Options | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemVariation.new( default_text: null, default_text_translated_text_instance_oid: null, name: null, name_translated_text_instance_oid: null, options: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems