docs/AutoOrder.md in ultracart_api-3.10.22 vs docs/AutoOrder.md in ultracart_api-3.10.23

- old
+ new

@@ -16,9 +16,10 @@ **disabled_dts** | **String** | The date/time the auto order was disabled due to failed rebills | [optional] **enabled** | **BOOLEAN** | True if this auto order is enabled | [optional] **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] **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]