| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | The name of the item option. | [optional] |
| value | String | The value of the item option. | [optional] |
require 'ultracart_api'
instance = UltracartClient::ChannelPartnerOrderTransactionDetail.new(
name: null,
value: null
)