Method: Falsify::Address#last_name

Defined in:
lib/falsify/models/address.rb

#last_nameString

The last name of the person associated with the payment method.

Returns:

  • (String)


31
32
33
# File 'lib/falsify/models/address.rb', line 31

def last_name
  @last_name
end