docs/AccountsReceivableRetryConfig.md in ultracart_api-3.6.34 vs docs/AccountsReceivableRetryConfig.md in ultracart_api-3.6.35
- old
+ new
@@ -3,9 +3,10 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**active** | **BOOLEAN** | True if the retry should run daily. False puts the retry service into an inactive state for this merchant. | [optional]
**allow_process_linked_accounts** | **BOOLEAN** | True if this account has linked accounts that it can process. | [optional]
+**cancel_auto_order** | **BOOLEAN** | If true also cancel the auto order if the order is rejected at the end | [optional]
**current_service_plan** | **String** | The current service plan that the account is on. | [optional]
**daily_activity_list** | [**Array<AccountsReceivableRetryDayActivity>**](AccountsReceivableRetryDayActivity.md) | A list of days and what actions should take place on those days after an order reaches accounts receivable | [optional]
**managed_by_linked_account_merchant_id** | **BOOLEAN** | If not null, this account is managed by the specified parent merchant id. | [optional]
**merchant_id** | **String** | UltraCart merchant ID | [optional]
**notify_emails** | **Array<String>** | A list of email addresses to receive summary notifications from the retry service. | [optional]