Sha256: eb72ae35a69ccad0fd5748b1aaca07a473901b14dc7367811d9ba95033c7eff3
Contents?: true
Size: 764 Bytes
Versions: 148
Compression:
Stored size: 764 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] | | **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, credit_card_types: null, hosted_fields_shopping_cart_token: null ) ```
Version data entries
148 entries across 148 versions & 1 rubygems