| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Name of the attribute | [optional] |
| type | String | Type of attribute | [optional] |
| value | String | Value of the attribute | [optional] |
require 'ultracart_api'
instance = UltracartClient::CartItemAttribute.new(
name: null,
type: null,
value: null
)