55| Name | Type | Description | Notes |
66| ---- | ---- | ----------- | ----- |
77| ** account_number** | ** String** | | [ optional] |
8+ | ** account_ownership** | ** String** | | [ optional] |
9+ | ** annuity_policy_to_date** | ** String** | | [ optional] |
10+ | ** annuity_provider** | ** String** | | [ optional] |
11+ | ** annuity_term_year** | ** Float** | | [ optional] |
812| ** apr** | ** Float** | | [ optional] |
913| ** apy** | ** Float** | | [ optional] |
1014| ** available_balance** | ** Float** | | [ optional] |
2125| ** holdings_value** | ** Float** | | [ optional] |
2226| ** id** | ** String** | | [ optional] |
2327| ** imported_at** | ** String** | | [ optional] |
28+ | ** interest_rate** | ** Float** | | [ optional] |
2429| ** institution_code** | ** String** | | [ optional] |
2530| ** insured_name** | ** String** | | [ optional] |
26- | ** interest_rate** | ** Float** | | [ optional] |
27- | ** is_business** | ** Boolean** | | [ optional] |
2831| ** is_closed** | ** Boolean** | | [ optional] |
2932| ** is_hidden** | ** Boolean** | | [ optional] |
3033| ** is_manual** | ** Boolean** | | [ optional] |
3134| ** last_payment** | ** Float** | | [ optional] |
3235| ** last_payment_at** | ** String** | | [ optional] |
3336| ** loan_amount** | ** Float** | | [ optional] |
37+ | ** margin_balance** | ** Float** | | [ optional] |
3438| ** matures_on** | ** String** | | [ optional] |
3539| ** member_guid** | ** String** | | [ optional] |
3640| ** member_id** | ** String** | | [ optional] |
4549| ** payment_due_at** | ** String** | | [ optional] |
4650| ** payoff_balance** | ** Float** | | [ optional] |
4751| ** premium_amount** | ** Float** | | [ optional] |
48- | ** property_type** | ** String** | | [ optional] |
4952| ** routing_number** | ** String** | | [ optional] |
5053| ** started_on** | ** String** | | [ optional] |
5154| ** subtype** | ** String** | | [ optional] |
55+ | ** today_ugl_amount** | ** Float** | | [ optional] |
56+ | ** today_ugl_percentage** | ** Float** | | [ optional] |
5257| ** total_account_value** | ** Float** | | [ optional] |
5358| ** type** | ** String** | | [ optional] |
5459| ** updated_at** | ** String** | | [ optional] |
@@ -62,14 +67,18 @@ require 'mx-platform-ruby'
6267
6368instance = MxPlatformRuby ::AccountResponse .new (
6469 account_number: 5366 ,
70+ account_ownership: INDIVIDUAL ,
71+ annuity_policy_to_date: 2016 - 10 - 13T17: 57 :37. 000Z,
72+ annuity_provider: Metlife ,
73+ annuity_term_year: 2048 ,
6574 apr: 1.0 ,
6675 apy: 1.0 ,
6776 available_balance: 1000.0 ,
6877 available_credit: 1000.0 ,
69- balance: 1000 .0 ,
78+ balance: 10000 .0 ,
7079 cash_balance: 1000.0 ,
7180 cash_surrender_value: 1000.0 ,
72- created_at: 2016 - 10 - 13 T17: 57 : 37. 000Z ,
81+ created_at: 2023 - 07 - 25 T17: 14 :46Z ,
7382 credit_limit: 100.0 ,
7483 currency_code: USD ,
7584 day_payment_is_due: 20 ,
@@ -78,16 +87,16 @@ instance = MxPlatformRuby::AccountResponse.new(
7887 holdings_value: 1000.0 ,
7988 id: 1040434698 ,
8089 imported_at: 2015 - 10 - 13T17: 57 :37. 000Z,
81- institution_code: chase,
82- insured_name: Frodo Baggins ,
8390 interest_rate: 1.0 ,
84- is_business: false ,
91+ institution_code: 3af3685e- 05d9- 7060 - 359f- 008d0755e993,
92+ insured_name: Tommy Shelby ,
8593 is_closed: false ,
8694 is_hidden: false ,
8795 is_manual: false ,
8896 last_payment: 100.0 ,
89- last_payment_at: 2015 - 10 - 13 T17: 57 : 37. 000Z ,
97+ last_payment_at: 2023 - 07 - 25 T17: 14 :46Z ,
9098 loan_amount: 1000.0 ,
99+ margin_balance: 1000.0 ,
91100 matures_on: 2015 - 10 - 13T17: 57 :37. 000Z,
92101 member_guid: MBR - 7c6f361b- e582- 15b6- 60c0- 358f12466b4b,
93102 member_id: member123,
@@ -102,10 +111,11 @@ instance = MxPlatformRuby::AccountResponse.new(
102111 payment_due_at: 2015 - 10 - 13T17: 57 :37. 000Z,
103112 payoff_balance: 10.0 ,
104113 premium_amount: 1.0 ,
105- property_type: 1 ,
106114 routing_number: 68899990000000 ,
107115 started_on: 2015 - 10 - 13T17: 57 :37. 000Z,
108116 subtype: NONE ,
117+ today_ugl_amount: 1000.5 ,
118+ today_ugl_percentage: 6.9 ,
109119 total_account_value: 1.0 ,
110120 type: SAVINGS ,
111121 updated_at: 2016 - 10 - 13T18: 08 :00. 000Z,
0 commit comments