Class: Increase::Models::Entity::Joint::Individual
- Defined in:
- lib/increase/models/entity.rb
Defined Under Namespace
Classes: Address, Identification
Instance Attribute Summary collapse
-
#address ⇒ Increase::Models::Entity::Joint::Individual::Address
The person's address.
-
#date_of_birth ⇒ String
The person's date of birth in YYYY-MM-DD format.
-
#identification ⇒ Increase::Models::Entity::Joint::Individual::Identification
A means of verifying the person's identity.
-
#name_ ⇒ String
The person's legal name.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#address ⇒ Increase::Models::Entity::Joint::Individual::Address
The person's address.
321 |
# File 'lib/increase/models/entity.rb', line 321 required :address, -> { Increase::Models::Entity::Joint::Individual::Address } |
#date_of_birth ⇒ String
The person's date of birth in YYYY-MM-DD format.
326 |
# File 'lib/increase/models/entity.rb', line 326 required :date_of_birth, String |
#identification ⇒ Increase::Models::Entity::Joint::Individual::Identification
A means of verifying the person's identity.
331 |
# File 'lib/increase/models/entity.rb', line 331 required :identification, -> { Increase::Models::Entity::Joint::Individual::Identification } |
#name_ ⇒ String
The person's legal name.
336 |
# File 'lib/increase/models/entity.rb', line 336 required :name_, String |