docs/AutoOrder.md in ultracart_api-4.0.208 vs docs/AutoOrder.md in ultracart_api-4.0.209

- old
+ new

@@ -19,10 +19,11 @@ | **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] | +| **merchant_id** | **String** | UltraCart merchant ID owning this order | [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] | @@ -50,9 +51,10 @@ enabled: null, failure_reason: null, items: null, logs: null, management: null, + merchant_id: null, next_attempt: null, original_order: null, original_order_id: null, override_affiliate_id: null, rebill_orders: null,