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

- old
+ new

@@ -1,9 +1,20 @@ -# UltracartClient::ItemShippingPackageRequirement - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**package_name** | **String** | Package name | [optional] -**package_oid** | **Integer** | Package object identifier | [optional] - - +# UltracartClient::ItemShippingPackageRequirement + +## Properties + +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | +| **package_name** | **String** | Package name | [optional] | +| **package_oid** | **Integer** | Package object identifier | [optional] | + +## Example + +```ruby +require 'ultracart_api' + +instance = UltracartClient::ItemShippingPackageRequirement.new( + package_name: null, + package_oid: null +) +``` +