Sha256: e6c75f4187e1c5f0e8327868a749b40821f723796d03976ffa8b974c2555a646
Contents?: true
Size: 743 Bytes
Versions: 198
Compression:
Stored size: 743 Bytes
Contents
# UltracartClient::CartItemOptionValue ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **additional_cost** | [**Currency**](Currency.md) | | [optional] | | **additional_weight** | [**Weight**](Weight.md) | | [optional] | | **default_value** | **Boolean** | True if this is the default value | [optional] | | **display_order** | **Integer** | Display order of the option value | [optional] | | **value** | **String** | Value of the option the customer can select | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CartItemOptionValue.new( additional_cost: null, additional_weight: null, default_value: null, display_order: null, value: null ) ```
Version data entries
198 entries across 198 versions & 1 rubygems