docs/AccountsReceivableRetryConfig.md in ultracart_api-3.10.127 vs docs/AccountsReceivableRetryConfig.md in ultracart_api-3.10.128

- old
+ new

@@ -14,9 +14,10 @@ **notify_rejections** | **BOOLEAN** | If true, email addresses are notified of rejections. | [optional] **notify_successes** | **BOOLEAN** | If true, email addresses are notified of successful charges. | [optional] **process_linked_accounts** | **BOOLEAN** | If true, all linked accounts are also processed using the same rules. | [optional] **processing_percentage** | **String** | The percentage rate charged for the service. | [optional] **reject_at_end** | **BOOLEAN** | If true, the order is rejected the day after the last configured activity day | [optional] +**transaction_rejects** | [**Array<AccountsReceivableRetryTransactionReject>**](AccountsReceivableRetryTransactionReject.md) | Array of key/value pairs that when found in the response cause the rejection of the transaction. | [optional] **trial_mode** | **BOOLEAN** | True if the account is currently in trial mode. Set to false to exit trial mode. | [optional] **trial_mode_expiration_dts** | **String** | The date when trial mode expires. If this date is reached without exiting trial mode, the service will de-activate. | [optional]