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