Method: ActiveMerchant::Billing::CreditCard#last_name

Defined in:
lib/active_merchant/billing/credit_card.rb

#last_nameString

Returns or sets the last name of the card holder.

Returns:

  • (String)


170
171
172
# File 'lib/active_merchant/billing/credit_card.rb', line 170

def last_name
  @last_name
end