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