Class: Increase::Models::Entity::GovernmentAuthority::AuthorizedPerson
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::Entity::GovernmentAuthority::AuthorizedPerson
- Defined in:
- lib/increase/models/entity.rb
Instance Attribute Summary collapse
-
#authorized_person_id ⇒ String
The identifier of this authorized person.
-
#name_ ⇒ String
The person's legal name.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#authorized_person_id ⇒ String
The identifier of this authorized person.
297 |
# File 'lib/increase/models/entity.rb', line 297 required :authorized_person_id, String |
#name_ ⇒ String
The person's legal name.
302 |
# File 'lib/increase/models/entity.rb', line 302 required :name_, String |