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