docs/AutoOrder.md in ultracart_api-4.0.39.rc vs docs/AutoOrder.md in ultracart_api-4.0.40.rc
- old
+ new
@@ -17,10 +17,11 @@
| **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] |
@@ -46,9 +47,10 @@
disabled_dts: null,
enabled: null,
failure_reason: null,
items: null,
logs: null,
+ management: null,
next_attempt: null,
original_order: null,
original_order_id: null,
override_affiliate_id: null,
rebill_orders: null,