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