Class: Increase::Models::Entity::GovernmentAuthority::AuthorizedPerson

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/increase/models/entity.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#[], #inspect, #to_h, #to_s

Instance Attribute Details

#authorized_person_idString

The identifier of this authorized person.

Returns:

  • (String)


297
# File 'lib/increase/models/entity.rb', line 297

required :authorized_person_id, String

#name_String

The person's legal name.

Returns:

  • (String)


302
# File 'lib/increase/models/entity.rb', line 302

required :name_, String