Sha256: 5be3d97ca3c495cfee7ec91d507bc27b02e525ed0eac8ed29e7ec91f26776cfd
Contents?: true
Size: 1001 Bytes
Versions: 48
Compression:
Stored size: 1001 Bytes
Contents
# UltracartClient::CartSettingsPaymentCreditCard ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **collect_credit_card_verification_number** | **Boolean** | True if the credit card verification number should be collected | [optional] | | **collect_credit_card_verification_number_minimum** | **Float** | If this field is null or the total is greater than or equal to this value then collect the CVV2. | [optional] | | **credit_card_types** | **Array<String>** | Available credit card types | [optional] | | **hosted_fields_shopping_cart_token** | **String** | The shoppingCartToken needed for proper initialization of hosted fields collection | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CartSettingsPaymentCreditCard.new( collect_credit_card_verification_number: null, collect_credit_card_verification_number_minimum: null, credit_card_types: null, hosted_fields_shopping_cart_token: null ) ```
Version data entries
48 entries across 48 versions & 1 rubygems