Sha256: 19698d7a58a7b4975d459e411934975636e16dcbbaa11fc7baace3f987ee34d4
Contents?: true
Size: 462 Bytes
Versions: 196
Compression:
Stored size: 462 Bytes
Contents
# UltracartClient::CartItemAttribute ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Name of the attribute | [optional] | | **type** | **String** | Type of attribute | [optional] | | **value** | **String** | Value of the attribute | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CartItemAttribute.new( name: null, type: null, value: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems