| Name | Type | Description | Notes |
|---|---|---|---|
| identification | String | Identification value | [optional] |
| quantity | Integer | Quantity associated with this identifier | [optional] |
require 'ultracart_api'
instance = UltracartClient::OrderItemEdiIdentification.new(
identification: null,
quantity: null
)