Method: ActiveMerchant::Billing::CreditCard#last_name
- Defined in:
- lib/active_merchant/billing/credit_card.rb
#last_name ⇒ String
Returns or sets the last name of the card holder.
170 171 172 |
# File 'lib/active_merchant/billing/credit_card.rb', line 170 def last_name @last_name end |