# 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 ) ```