Method: BloomApi::Individual#other_last_name_type_code
- Defined in:
- lib/bloom_api/individual.rb
#other_last_name_type_code ⇒ String
Returns a code describing the purpose of the provider’s alternate last name. Possible values are:
-
former name
-
professional name
-
doing business as
-
former legal business name
-
other name.
63 64 65 |
# File 'lib/bloom_api/individual.rb', line 63 def other_last_name_type_code @raw_provider['provider_other_last_name_type_code'] end |