docs/AutoOrderItem.md in ultracart_api-4.0.209 vs docs/AutoOrderItem.md in ultracart_api-4.0.210

- old
+ new

@@ -9,10 +9,11 @@ | **arbitrary_quantity** | **Float** | Arbitrary quantity to rebill | [optional] | | **arbitrary_schedule_days** | **Integer** | The number of days to rebill if the frequency is set to an arbitrary number of days | [optional] | | **arbitrary_unit_cost** | **Float** | Arbitrary unit cost that rebills of this item should occur at | [optional] | | **arbitrary_unit_cost_remaining_orders** | **Integer** | The number of rebills to give the arbitrary unit cost on before reverting to normal pricing. | [optional] | | **auto_order_item_oid** | **Integer** | Primary key of AutoOrderItem | [optional] | +| **calculated_next_shipment_dts** | **String** | Calculated Date/time that this item is scheduled to rebill. Will be null if no more shipments are going to occur on this item | [optional] | | **first_order_dts** | **String** | Date/time of the first order of this item. Null if item added to auto order and has not been rebilled yet. | [optional] | | **frequency** | **String** | Frequency of the rebill if not a fixed schedule | [optional] | | **future_schedules** | [**Array<AutoOrderItemFutureSchedule>**](AutoOrderItemFutureSchedule.md) | The future rebill schedule for this item up to the next ten rebills | [optional] | | **last_order_dts** | **String** | Date/time of the last order of this item | [optional] | | **life_time_value** | **Float** | The life time value of this item including the original purchase | [optional] | @@ -43,9 +44,10 @@ arbitrary_quantity: null, arbitrary_schedule_days: null, arbitrary_unit_cost: null, arbitrary_unit_cost_remaining_orders: null, auto_order_item_oid: null, + calculated_next_shipment_dts: null, first_order_dts: null, frequency: null, future_schedules: null, last_order_dts: null, life_time_value: null,