Method: NucleusApi::ClientViewGoalData.swagger_types
- Defined in:
- lib/nucleus_api/models/client_view_goal_data.rb
.swagger_types ⇒ Object
Attribute type mapping.
66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 |
# File 'lib/nucleus_api/models/client_view_goal_data.rb', line 66 def self.swagger_types { :'accounts' => :'Array<VAccountVO>', :'accumulation_horizon' => :'Float', :'decumulation_horizon' => :'Float', :'goal_amount' => :'Float', :'goal_asset_size_by_goal' => :'Float', :'goal_asset_size_by_goal_date' => :'Date', :'goal_category' => :'String', :'goal_create_date' => :'DateTime', :'goal_id' => :'String', :'goal_name' => :'String', :'goal_type' => :'String', :'goal_update_date' => :'DateTime', :'is_decumulation' => :'BOOLEAN', :'portfolios' => :'Array<VPortfolioVO>' } end |