Method: ActiveMerchant::Billing::CreditCard#type
- Defined in:
- lib/active_merchant/billing/credit_card.rb
#type ⇒ Object Also known as: brand
Essential attributes for a valid, non-bogus creditcards
47 48 49 |
# File 'lib/active_merchant/billing/credit_card.rb', line 47 def type @type end |