Sha256: 91ab2248ce62425d70eca8fda53218e3db2801febb7fdebfeac583a72061929e

Contents?: true

Size: 1.83 KB

Versions: 5

Compression:

Stored size: 1.83 KB

Contents

# UltracartClient::PaymentsConfigurationCreditCard

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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** | **Integer** | 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** | [**Array<PaymentsConfigurationRestrictions>**](PaymentsConfigurationRestrictions.md) | 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** | [**Array<PaymentsConfigurationCreditCardType>**](PaymentsConfigurationCreditCardType.md) | A list of credit cards the merchant wishes to accept. | [optional] 
**test_methods** | [**Array<PaymentsConfigurationTestMethod>**](PaymentsConfigurationTestMethod.md) | 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] 


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ultracart_api-3.5.1 docs/PaymentsConfigurationCreditCard.md
ultracart_api-3.5.0 docs/PaymentsConfigurationCreditCard.md
ultracart_api-3.4.13 docs/PaymentsConfigurationCreditCard.md
ultracart_api-3.4.12 docs/PaymentsConfigurationCreditCard.md
ultracart_api-3.4.11 docs/PaymentsConfigurationCreditCard.md