Method: BloomApi::Individual#other_last_name

Defined in:
lib/bloom_api/individual.rb

#other_last_nameString

Returns an alternate last name for the provider.

Returns:

  • (String)

    an alternate last name for the provider



51
52
53
# File 'lib/bloom_api/individual.rb', line 51

def other_last_name
  @raw_provider['other_last_name']
end