Class: Increase::Models::Entity::Corporation::BeneficialOwner::Individual
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::Entity::Corporation::BeneficialOwner::Individual
- Defined in:
- lib/increase/models/entity.rb
Overview
Defined Under Namespace
Classes: Address, Identification
Instance Attribute Summary collapse
-
#address ⇒ Increase::Models::Entity::Corporation::BeneficialOwner::Individual::Address
The person’s address.
-
#date_of_birth ⇒ Date
The person’s date of birth in YYYY-MM-DD format.
-
#identification ⇒ Increase::Models::Entity::Corporation::BeneficialOwner::Individual::Identification
A means of verifying the person’s identity.
-
#name ⇒ String
The person’s legal name.
Instance Method Summary collapse
-
#initialize(city: , country: , line1: , line2: , state: , zip: ) ⇒ Object
constructor
Some parameter documentations has been truncated, see Address for more details.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(city: , country: , line1: , line2: , state: , zip: ) ⇒ Object
Some parameter documentations has been truncated, see Address for more details.
The person’s address.
|
|
# File 'lib/increase/models/entity.rb', line 336
|
Instance Attribute Details
#address ⇒ Increase::Models::Entity::Corporation::BeneficialOwner::Individual::Address
The person’s address.
315 |
# File 'lib/increase/models/entity.rb', line 315 required :address, -> { Increase::Entity::Corporation::BeneficialOwner::Individual::Address } |
#date_of_birth ⇒ Date
The person’s date of birth in YYYY-MM-DD format.
321 |
# File 'lib/increase/models/entity.rb', line 321 required :date_of_birth, Date |
#identification ⇒ Increase::Models::Entity::Corporation::BeneficialOwner::Individual::Identification
A means of verifying the person’s identity.
327 328 |
# File 'lib/increase/models/entity.rb', line 327 required :identification, -> { Increase::Entity::Corporation::BeneficialOwner::Individual::Identification } |
#name ⇒ String
The person’s legal name.
334 |
# File 'lib/increase/models/entity.rb', line 334 required :name, String |