docs/AutoOrderItem.md in ultracart_api-3.10.192 vs docs/AutoOrderItem.md in ultracart_api-3.10.193
- old
+ new
@@ -8,9 +8,10 @@
**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]