Class: Increase::Models::Entity::Corporation::BeneficialOwner
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::Entity::Corporation::BeneficialOwner
- Defined in:
- lib/increase/models/entity.rb
Defined Under Namespace
Classes: Individual
Instance Attribute Summary collapse
-
#beneficial_owner_id ⇒ String
The identifier of this beneficial owner.
-
#company_title ⇒ String
This person's role or title within the entity.
-
#individual ⇒ Increase::Models::Entity::Corporation::BeneficialOwner::Individual
Personal details for the beneficial owner.
-
#prong ⇒ Symbol
Why this person is considered a beneficial owner of the entity.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#beneficial_owner_id ⇒ String
The identifier of this beneficial owner.
146 |
# File 'lib/increase/models/entity.rb', line 146 required :beneficial_owner_id, String |
#company_title ⇒ String
This person's role or title within the entity.
151 |
# File 'lib/increase/models/entity.rb', line 151 required :company_title, String |
#individual ⇒ Increase::Models::Entity::Corporation::BeneficialOwner::Individual
Personal details for the beneficial owner.
156 |
# File 'lib/increase/models/entity.rb', line 156 required :individual, -> { Increase::Models::Entity::Corporation::BeneficialOwner::Individual } |
#prong ⇒ Symbol
Why this person is considered a beneficial owner of the entity.
161 |
# File 'lib/increase/models/entity.rb', line 161 required :prong, Increase::Enum.new(:ownership, :control) |