Class: ModernTreasury::Models::LegalEntityWealthEmploymentDetail
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ModernTreasury::Models::LegalEntityWealthEmploymentDetail
- Defined in:
- lib/modern_treasury/models/legal_entity_wealth_employment_detail.rb
Defined Under Namespace
Modules: EmploymentStatus, IncomeSource, Industry, Occupation, SourceOfFunds, WealthSource
Instance Attribute Summary collapse
-
#annual_income ⇒ Integer?
The annual income of the individual.
- #created_at ⇒ Time
- #discarded_at ⇒ Time?
-
#employer_country ⇒ String?
The country in which the employer is located.
-
#employer_name ⇒ String?
The name of the employer.
-
#employer_state ⇒ String?
The state in which the employer is located.
-
#employment_status ⇒ Symbol, ...
The employment status of the individual.
- #id ⇒ String
-
#income_country ⇒ String?
The country in which the individual’s income is earned.
-
#income_source ⇒ Symbol, ...
The source of the individual’s income.
-
#income_state ⇒ String?
The state in which the individual’s income is earned.
-
#industry ⇒ Symbol, ...
The industry of the individual.
-
#live_mode ⇒ Boolean
This field will be true if this object exists in the live environment or false if it exists in the test environment.
- #object ⇒ String
-
#occupation ⇒ Symbol, ...
The occupation of the individual.
-
#source_of_funds ⇒ Symbol, ...
The source of the individual’s funds.
- #updated_at ⇒ Time
-
#wealth_source ⇒ Symbol, ...
The source of the individual’s wealth.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(id: , annual_income: , created_at: , discarded_at: , employer_country: , employer_name: , employer_state: , employment_status: , income_country: , income_source: , income_state: , industry: , live_mode: , object: , occupation: , source_of_funds: , updated_at: , wealth_source: ) ⇒ Object
constructor
Some parameter documentations has been truncated, see LegalEntityWealthEmploymentDetail 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(id: , annual_income: , created_at: , discarded_at: , employer_country: , employer_name: , employer_state: , employment_status: , income_country: , income_source: , income_state: , industry: , live_mode: , object: , occupation: , source_of_funds: , updated_at: , wealth_source: ) ⇒ Object
Some parameter documentations has been truncated, see ModernTreasury::Models::LegalEntityWealthEmploymentDetail for more details.
|
|
# File 'lib/modern_treasury/models/legal_entity_wealth_employment_detail.rb', line 120
|
Instance Attribute Details
#annual_income ⇒ Integer?
The annual income of the individual.
15 |
# File 'lib/modern_treasury/models/legal_entity_wealth_employment_detail.rb', line 15 required :annual_income, Integer, nil?: true |
#created_at ⇒ Time
20 |
# File 'lib/modern_treasury/models/legal_entity_wealth_employment_detail.rb', line 20 required :created_at, Time |
#discarded_at ⇒ Time?
25 |
# File 'lib/modern_treasury/models/legal_entity_wealth_employment_detail.rb', line 25 required :discarded_at, Time, nil?: true |
#employer_country ⇒ String?
The country in which the employer is located.
31 |
# File 'lib/modern_treasury/models/legal_entity_wealth_employment_detail.rb', line 31 required :employer_country, String, nil?: true |
#employer_name ⇒ String?
The name of the employer.
37 |
# File 'lib/modern_treasury/models/legal_entity_wealth_employment_detail.rb', line 37 required :employer_name, String, nil?: true |
#employer_state ⇒ String?
The state in which the employer is located.
43 |
# File 'lib/modern_treasury/models/legal_entity_wealth_employment_detail.rb', line 43 required :employer_state, String, nil?: true |
#employment_status ⇒ Symbol, ...
The employment status of the individual.
49 50 51 |
# File 'lib/modern_treasury/models/legal_entity_wealth_employment_detail.rb', line 49 required :employment_status, enum: -> { ModernTreasury::LegalEntityWealthEmploymentDetail::EmploymentStatus }, nil?: true |
#id ⇒ String
9 |
# File 'lib/modern_treasury/models/legal_entity_wealth_employment_detail.rb', line 9 required :id, String |
#income_country ⇒ String?
The country in which the individual’s income is earned.
57 |
# File 'lib/modern_treasury/models/legal_entity_wealth_employment_detail.rb', line 57 required :income_country, String, nil?: true |
#income_source ⇒ Symbol, ...
The source of the individual’s income.
63 64 65 |
# File 'lib/modern_treasury/models/legal_entity_wealth_employment_detail.rb', line 63 required :income_source, enum: -> { ModernTreasury::LegalEntityWealthEmploymentDetail::IncomeSource }, nil?: true |
#income_state ⇒ String?
The state in which the individual’s income is earned.
71 |
# File 'lib/modern_treasury/models/legal_entity_wealth_employment_detail.rb', line 71 required :income_state, String, nil?: true |
#industry ⇒ Symbol, ...
The industry of the individual.
77 |
# File 'lib/modern_treasury/models/legal_entity_wealth_employment_detail.rb', line 77 required :industry, enum: -> { ModernTreasury::LegalEntityWealthEmploymentDetail::Industry }, nil?: true |
#live_mode ⇒ Boolean
This field will be true if this object exists in the live environment or false if it exists in the test environment.
84 |
# File 'lib/modern_treasury/models/legal_entity_wealth_employment_detail.rb', line 84 required :live_mode, ModernTreasury::Internal::Type::Boolean |
#object ⇒ String
89 |
# File 'lib/modern_treasury/models/legal_entity_wealth_employment_detail.rb', line 89 required :object, String |
#occupation ⇒ Symbol, ...
The occupation of the individual.
95 96 97 |
# File 'lib/modern_treasury/models/legal_entity_wealth_employment_detail.rb', line 95 required :occupation, enum: -> { ModernTreasury::LegalEntityWealthEmploymentDetail::Occupation }, nil?: true |
#source_of_funds ⇒ Symbol, ...
The source of the individual’s funds.
103 104 105 |
# File 'lib/modern_treasury/models/legal_entity_wealth_employment_detail.rb', line 103 required :source_of_funds, enum: -> { ModernTreasury::LegalEntityWealthEmploymentDetail::SourceOfFunds }, nil?: true |
#updated_at ⇒ Time
110 |
# File 'lib/modern_treasury/models/legal_entity_wealth_employment_detail.rb', line 110 required :updated_at, Time |
#wealth_source ⇒ Symbol, ...
The source of the individual’s wealth.
116 117 118 |
# File 'lib/modern_treasury/models/legal_entity_wealth_employment_detail.rb', line 116 required :wealth_source, enum: -> { ModernTreasury::LegalEntityWealthEmploymentDetail::WealthSource }, nil?: true |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/modern_treasury/models/legal_entity_wealth_employment_detail.rb', line 172
|