docs/PaymentsConfigurationCreditCard.md in ultracart_api-3.4.8 vs docs/PaymentsConfigurationCreditCard.md in ultracart_api-3.4.9

- old
+ new

@@ -1,15 +1,18 @@ # UltracartClient::PaymentsConfigurationCreditCard ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**accept_credit_cards** | **BOOLEAN** | | [optional] -**billed_by** | **String** | | [optional] -**charge_during_checkout** | **BOOLEAN** | | [optional] -**collect_cvv2** | **BOOLEAN** | | [optional] -**configured_gateways_details** | **String** | | [optional] -**failed_attempts** | **String** | | [optional] -**hide_connect_single_gateway** | **BOOLEAN** | | [optional] -**send_customer_billing_update_on_decline** | **BOOLEAN** | | [optional] +**accept_credit_card** | **BOOLEAN** | Master flag indicating whether this merchant accepts credit card payments | [optional] +**billed_by** | **String** | Description that appears on customer statements | [optional] +**charge_during_checkout** | **BOOLEAN** | If false, order will be accepted and placed into Accounts Receivable without charging card first | [optional] +**collect_cvv2** | **BOOLEAN** | UltraCart will require customer to enter cvv if this is true | [optional] +**configured_gateway_details** | **String** | Human readable description of the credit card gateway currently configured | [optional] +**failed_attempts** | **String** | The number of failed attempts before the order is placed into Accounts Receivable for manual intervention | [optional] +**hide_connect_single_gateway** | **BOOLEAN** | This internal flag aids the UI in determining which buttons to show. | [optional] +**restrictions** | **Object** | Restrictions for this payment method | [optional] +**send_customer_billing_update_on_decline** | **BOOLEAN** | UltraCart will send customers emails to update their credit card if the card is declined | [optional] +**supported_cards** | **Object** | A list of credit cards the merchant wishes to accept. | [optional] +**test_methods** | **Object** | An array of test methods for placing test orders. The cards defined here may be real or fake, but any order placed with them will be marked as Test orders | [optional]