docs/AutoOrder.md in ultracart_api-3.10.195 vs docs/AutoOrder.md in ultracart_api-3.10.196

- old
+ new

@@ -19,9 +19,11 @@ **failure_reason** | **String** | The reason this auto order failed during the last rebill attempt | [optional] **items** | [**Array<AutoOrderItem>**](AutoOrderItem.md) | The items that are setup to rebill | [optional] **logs** | [**Array<AutoOrderLog>**](AutoOrderLog.md) | Logs associated with this auto order | [optional] **management** | [**AutoOrderManagement**](AutoOrderManagement.md) | | [optional] **merchant_id** | **String** | UltraCart merchant ID owning this order | [optional] +**merged_dts** | **String** | The date/time the auto order was merged into another auto order | [optional] +**merged_into_auto_order_oid** | **Integer** | The auto order that this auto order was merged into | [optional] **next_attempt** | **String** | The next time that the auto order will be attempted for processing | [optional] **original_order** | [**Order**](Order.md) | | [optional] **original_order_id** | **String** | The original order id that this auto order is associated with. | [optional] **override_affiliate_id** | **Integer** | Override the affiliate id given credit for rebills of this auto order | [optional] **rebill_orders** | [**Array<Order>**](Order.md) | Rebill orders that have taken place on this auto order | [optional]