Method: Falsify::Address#last_name
- Defined in:
- lib/falsify/models/address.rb
#last_name ⇒ String
The last name of the person associated with the payment method.
31 32 33 |
# File 'lib/falsify/models/address.rb', line 31 def last_name @last_name end |