docs/OrderItemEdiIdentification.md in ultracart_api-3.10.220 vs docs/OrderItemEdiIdentification.md in ultracart_api-4.0.32.rc

- old
+ new

@@ -1,9 +1,20 @@ -# UltracartClient::OrderItemEdiIdentification - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**identification** | **String** | Identification value | [optional] -**quantity** | **Integer** | Quantity associated with this identifier | [optional] - - +# 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 +) +``` +