docs/RotatingTransactionGateway.md in ultracart_api-3.4.5 vs docs/RotatingTransactionGateway.md in ultracart_api-3.4.6

- old
+ new

@@ -41,10 +41,11 @@ **show_merchant_account_profiles** | **BOOLEAN** | A flag to help the UltraCart UI to know whether to show merchant account profiles or not. | [optional] **start_date** | **String** | Optional field to specify an absolute date when this gateway should begin accepting transactions | [optional] **status** | **String** | A field used to take a gateway offline without removing/deleting the configuration. Inactive marks the gateway as completely unusable. Standby takes the gateway offline and will not be used unless all other active gateways fail. | [optional] **theme_restrictions** | [**Array<RtgThemeRestriction>**](RtgThemeRestriction.md) | Optional restrictions by theme/storefront | [optional] **traffic_percentage** | **Float** | Required field between 0 and 1 that dictates the percentage of traffic that should flow through this gateway | [optional] -**trial_daily_amount** | **Integer** | If specified, limits the total daily dollar amount of trial orders | [optional] -**trial_daily_limit** | **Integer** | If specified, limits the total month count of trial orders | [optional] -**trial_monthly_limit** | **Integer** | If specified, limits the total month dollar amount of trial orders | [optional] +**trial_daily_amount** | **Integer** | If specified, limits the total daily count of trial orders | [optional] +**trial_daily_limit** | **Integer** | If specified, limits the total daily dollar amount of trial orders | [optional] +**trial_monthly_amount** | **Integer** | If specified, limits the total month dollar amount of trial orders | [optional] +**trial_monthly_limit** | **Integer** | If specified, limits the total month count of trial orders | [optional]