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

- old
+ new

@@ -1,9 +1,20 @@ -# UltracartClient::ItemAutoOrderStepArbitraryUnitCostSchedule - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**arbitrary_unit_cost** | **Float** | Arbitrary unit cost | [optional] -**retry_days** | **Integer** | Retry days | [optional] - - +# UltracartClient::ItemAutoOrderStepArbitraryUnitCostSchedule + +## Properties + +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | +| **arbitrary_unit_cost** | **Float** | Arbitrary unit cost | [optional] | +| **retry_days** | **Integer** | Retry days | [optional] | + +## Example + +```ruby +require 'ultracart_api' + +instance = UltracartClient::ItemAutoOrderStepArbitraryUnitCostSchedule.new( + arbitrary_unit_cost: null, + retry_days: null +) +``` +