mx-platform-ruby 1.4.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/docs/AccountResponse.md +135 -7
- data/lib/mx-platform-ruby/models/account_response.rb +644 -4
- data/lib/mx-platform-ruby/version.rb +1 -1
- data/openapi/config.yml +1 -1
- data/spec/models/account_response_spec.rb +384 -0
- metadata +2 -2
@@ -17,6 +17,8 @@ module MxPlatformRuby
|
|
17
17
|
class AccountResponse
|
18
18
|
attr_accessor :account_number
|
19
19
|
|
20
|
+
attr_accessor :account_number_set_by
|
21
|
+
|
20
22
|
attr_accessor :account_ownership
|
21
23
|
|
22
24
|
attr_accessor :annuity_policy_to_date
|
@@ -27,60 +29,162 @@ module MxPlatformRuby
|
|
27
29
|
|
28
30
|
attr_accessor :apr
|
29
31
|
|
32
|
+
attr_accessor :apr_set_by
|
33
|
+
|
30
34
|
attr_accessor :apy
|
31
35
|
|
36
|
+
attr_accessor :apy_set_by
|
37
|
+
|
32
38
|
attr_accessor :available_balance
|
33
39
|
|
40
|
+
attr_accessor :available_balance_set_by
|
41
|
+
|
34
42
|
attr_accessor :available_credit
|
35
43
|
|
44
|
+
attr_accessor :available_credit_set_by
|
45
|
+
|
36
46
|
attr_accessor :balance
|
37
47
|
|
48
|
+
attr_accessor :balance_set_by
|
49
|
+
|
50
|
+
attr_accessor :calculated_apr
|
51
|
+
|
38
52
|
attr_accessor :cash_balance
|
39
53
|
|
54
|
+
attr_accessor :cash_balance_set_by
|
55
|
+
|
40
56
|
attr_accessor :cash_surrender_value
|
41
57
|
|
58
|
+
attr_accessor :cash_surrender_value_set_by
|
59
|
+
|
42
60
|
attr_accessor :created_at
|
43
61
|
|
44
62
|
attr_accessor :credit_limit
|
45
63
|
|
64
|
+
attr_accessor :credit_limit_set_by
|
65
|
+
|
46
66
|
attr_accessor :currency_code
|
47
67
|
|
68
|
+
attr_accessor :currency_code_set_by
|
69
|
+
|
48
70
|
attr_accessor :day_payment_is_due
|
49
71
|
|
72
|
+
attr_accessor :day_payment_is_due_set_by
|
73
|
+
|
50
74
|
attr_accessor :death_benefit
|
51
75
|
|
76
|
+
attr_accessor :death_benefit_set_by
|
77
|
+
|
52
78
|
attr_accessor :federal_insurance_status
|
53
79
|
|
80
|
+
attr_accessor :feed_account_number
|
81
|
+
|
82
|
+
attr_accessor :feed_account_subtype
|
83
|
+
|
84
|
+
attr_accessor :feed_account_type
|
85
|
+
|
86
|
+
attr_accessor :feed_apr
|
87
|
+
|
88
|
+
attr_accessor :feed_apy
|
89
|
+
|
90
|
+
attr_accessor :feed_available_balance
|
91
|
+
|
92
|
+
attr_accessor :feed_balance
|
93
|
+
|
94
|
+
attr_accessor :feed_cash_balance
|
95
|
+
|
96
|
+
attr_accessor :feed_cash_surrender_value
|
97
|
+
|
98
|
+
attr_accessor :feed_credit_limit
|
99
|
+
|
100
|
+
attr_accessor :feed_currency_code
|
101
|
+
|
102
|
+
attr_accessor :feed_day_payment_is_due
|
103
|
+
|
104
|
+
attr_accessor :feed_death_benefit
|
105
|
+
|
106
|
+
attr_accessor :feed_holdings_value
|
107
|
+
|
108
|
+
attr_accessor :feed_interest_rate
|
109
|
+
|
110
|
+
attr_accessor :feed_is_closed
|
111
|
+
|
112
|
+
attr_accessor :feed_last_payment
|
113
|
+
|
114
|
+
attr_accessor :feed_last_payment_at
|
115
|
+
|
116
|
+
attr_accessor :feed_loan_amount
|
117
|
+
|
118
|
+
attr_accessor :feed_matures_on
|
119
|
+
|
120
|
+
attr_accessor :feed_minimum_balance
|
121
|
+
|
122
|
+
attr_accessor :feed_minimum_payment
|
123
|
+
|
124
|
+
attr_accessor :feed_name
|
125
|
+
|
126
|
+
attr_accessor :feed_nickname
|
127
|
+
|
128
|
+
attr_accessor :feed_original_balance
|
129
|
+
|
130
|
+
attr_accessor :feed_payment_due_at
|
131
|
+
|
132
|
+
attr_accessor :feed_payoff_balance
|
133
|
+
|
134
|
+
attr_accessor :feed_routing_number
|
135
|
+
|
136
|
+
attr_accessor :feed_started_on
|
137
|
+
|
138
|
+
attr_accessor :feed_statement_balance
|
139
|
+
|
140
|
+
attr_accessor :feed_total_account_value
|
141
|
+
|
54
142
|
attr_accessor :guid
|
55
143
|
|
56
144
|
attr_accessor :holdings_value
|
57
145
|
|
146
|
+
attr_accessor :holdings_value_set_by
|
147
|
+
|
58
148
|
attr_accessor :id
|
59
149
|
|
60
150
|
attr_accessor :imported_at
|
61
151
|
|
62
152
|
attr_accessor :institution_code
|
63
153
|
|
154
|
+
attr_accessor :institution_guid
|
155
|
+
|
64
156
|
attr_accessor :insured_name
|
65
157
|
|
66
158
|
attr_accessor :interest_rate
|
67
159
|
|
160
|
+
attr_accessor :interest_rate_set_by
|
161
|
+
|
68
162
|
attr_accessor :is_closed
|
69
163
|
|
164
|
+
attr_accessor :is_closed_set_by
|
165
|
+
|
70
166
|
attr_accessor :is_hidden
|
71
167
|
|
72
168
|
attr_accessor :is_manual
|
73
169
|
|
74
170
|
attr_accessor :last_payment
|
75
171
|
|
172
|
+
attr_accessor :last_payment_set_by
|
173
|
+
|
76
174
|
attr_accessor :last_payment_at
|
77
175
|
|
176
|
+
attr_accessor :last_payment_at_set_by
|
177
|
+
|
78
178
|
attr_accessor :loan_amount
|
79
179
|
|
180
|
+
attr_accessor :loan_amount_set_by
|
181
|
+
|
80
182
|
attr_accessor :margin_balance
|
81
183
|
|
82
184
|
attr_accessor :matures_on
|
83
185
|
|
186
|
+
attr_accessor :matures_on_set_by
|
187
|
+
|
84
188
|
attr_accessor :member_guid
|
85
189
|
|
86
190
|
attr_accessor :member_id
|
@@ -91,20 +195,34 @@ module MxPlatformRuby
|
|
91
195
|
|
92
196
|
attr_accessor :minimum_balance
|
93
197
|
|
198
|
+
attr_accessor :minimum_balance_set_by
|
199
|
+
|
94
200
|
attr_accessor :minimum_payment
|
95
201
|
|
202
|
+
attr_accessor :minimum_payment_set_by
|
203
|
+
|
96
204
|
attr_accessor :name
|
97
205
|
|
206
|
+
attr_accessor :name_set_by
|
207
|
+
|
98
208
|
attr_accessor :nickname
|
99
209
|
|
210
|
+
attr_accessor :nickname_set_by
|
211
|
+
|
100
212
|
attr_accessor :original_balance
|
101
213
|
|
214
|
+
attr_accessor :original_balance_set_by
|
215
|
+
|
102
216
|
attr_accessor :pay_out_amount
|
103
217
|
|
104
218
|
attr_accessor :payment_due_at
|
105
219
|
|
220
|
+
attr_accessor :payment_due_at_set_by
|
221
|
+
|
106
222
|
attr_accessor :payoff_balance
|
107
223
|
|
224
|
+
attr_accessor :payoff_balance_set_by
|
225
|
+
|
108
226
|
attr_accessor :premium_amount
|
109
227
|
|
110
228
|
attr_accessor :property_type
|
@@ -113,20 +231,30 @@ module MxPlatformRuby
|
|
113
231
|
|
114
232
|
attr_accessor :started_on
|
115
233
|
|
234
|
+
attr_accessor :started_on_set_by
|
235
|
+
|
116
236
|
attr_accessor :statement_balance
|
117
237
|
|
238
|
+
attr_accessor :statement_balance_set_by
|
239
|
+
|
118
240
|
attr_accessor :subtype
|
119
241
|
|
242
|
+
attr_accessor :subtype_set_by
|
243
|
+
|
120
244
|
attr_accessor :today_ugl_amount
|
121
245
|
|
122
246
|
attr_accessor :today_ugl_percentage
|
123
247
|
|
124
248
|
attr_accessor :total_account_value
|
125
249
|
|
250
|
+
attr_accessor :total_account_value_set_by
|
251
|
+
|
126
252
|
attr_accessor :total_account_value_ugl
|
127
253
|
|
128
254
|
attr_accessor :type
|
129
255
|
|
256
|
+
attr_accessor :type_set_by
|
257
|
+
|
130
258
|
attr_accessor :updated_at
|
131
259
|
|
132
260
|
attr_accessor :user_guid
|
@@ -137,61 +265,125 @@ module MxPlatformRuby
|
|
137
265
|
def self.attribute_map
|
138
266
|
{
|
139
267
|
:'account_number' => :'account_number',
|
268
|
+
:'account_number_set_by' => :'account_number_set_by',
|
140
269
|
:'account_ownership' => :'account_ownership',
|
141
270
|
:'annuity_policy_to_date' => :'annuity_policy_to_date',
|
142
271
|
:'annuity_provider' => :'annuity_provider',
|
143
272
|
:'annuity_term_year' => :'annuity_term_year',
|
144
273
|
:'apr' => :'apr',
|
274
|
+
:'apr_set_by' => :'apr_set_by',
|
145
275
|
:'apy' => :'apy',
|
276
|
+
:'apy_set_by' => :'apy_set_by',
|
146
277
|
:'available_balance' => :'available_balance',
|
278
|
+
:'available_balance_set_by' => :'available_balance_set_by',
|
147
279
|
:'available_credit' => :'available_credit',
|
280
|
+
:'available_credit_set_by' => :'available_credit_set_by',
|
148
281
|
:'balance' => :'balance',
|
282
|
+
:'balance_set_by' => :'balance_set_by',
|
283
|
+
:'calculated_apr' => :'calculated_apr',
|
149
284
|
:'cash_balance' => :'cash_balance',
|
285
|
+
:'cash_balance_set_by' => :'cash_balance_set_by',
|
150
286
|
:'cash_surrender_value' => :'cash_surrender_value',
|
287
|
+
:'cash_surrender_value_set_by' => :'cash_surrender_value_set_by',
|
151
288
|
:'created_at' => :'created_at',
|
152
289
|
:'credit_limit' => :'credit_limit',
|
290
|
+
:'credit_limit_set_by' => :'credit_limit_set_by',
|
153
291
|
:'currency_code' => :'currency_code',
|
292
|
+
:'currency_code_set_by' => :'currency_code_set_by',
|
154
293
|
:'day_payment_is_due' => :'day_payment_is_due',
|
294
|
+
:'day_payment_is_due_set_by' => :'day_payment_is_due_set_by',
|
155
295
|
:'death_benefit' => :'death_benefit',
|
296
|
+
:'death_benefit_set_by' => :'death_benefit_set_by',
|
156
297
|
:'federal_insurance_status' => :'federal_insurance_status',
|
298
|
+
:'feed_account_number' => :'feed_account_number',
|
299
|
+
:'feed_account_subtype' => :'feed_account_subtype',
|
300
|
+
:'feed_account_type' => :'feed_account_type',
|
301
|
+
:'feed_apr' => :'feed_apr',
|
302
|
+
:'feed_apy' => :'feed_apy',
|
303
|
+
:'feed_available_balance' => :'feed_available_balance',
|
304
|
+
:'feed_balance' => :'feed_balance',
|
305
|
+
:'feed_cash_balance' => :'feed_cash_balance',
|
306
|
+
:'feed_cash_surrender_value' => :'feed_cash_surrender_value',
|
307
|
+
:'feed_credit_limit' => :'feed_credit_limit',
|
308
|
+
:'feed_currency_code' => :'feed_currency_code',
|
309
|
+
:'feed_day_payment_is_due' => :'feed_day_payment_is_due',
|
310
|
+
:'feed_death_benefit' => :'feed_death_benefit',
|
311
|
+
:'feed_holdings_value' => :'feed_holdings_value',
|
312
|
+
:'feed_interest_rate' => :'feed_interest_rate',
|
313
|
+
:'feed_is_closed' => :'feed_is_closed',
|
314
|
+
:'feed_last_payment' => :'feed_last_payment',
|
315
|
+
:'feed_last_payment_at' => :'feed_last_payment_at',
|
316
|
+
:'feed_loan_amount' => :'feed_loan_amount',
|
317
|
+
:'feed_matures_on' => :'feed_matures_on',
|
318
|
+
:'feed_minimum_balance' => :'feed_minimum_balance',
|
319
|
+
:'feed_minimum_payment' => :'feed_minimum_payment',
|
320
|
+
:'feed_name' => :'feed_name',
|
321
|
+
:'feed_nickname' => :'feed_nickname',
|
322
|
+
:'feed_original_balance' => :'feed_original_balance',
|
323
|
+
:'feed_payment_due_at' => :'feed_payment_due_at',
|
324
|
+
:'feed_payoff_balance' => :'feed_payoff_balance',
|
325
|
+
:'feed_routing_number' => :'feed_routing_number',
|
326
|
+
:'feed_started_on' => :'feed_started_on',
|
327
|
+
:'feed_statement_balance' => :'feed_statement_balance',
|
328
|
+
:'feed_total_account_value' => :'feed_total_account_value',
|
157
329
|
:'guid' => :'guid',
|
158
330
|
:'holdings_value' => :'holdings_value',
|
331
|
+
:'holdings_value_set_by' => :'holdings_value_set_by',
|
159
332
|
:'id' => :'id',
|
160
333
|
:'imported_at' => :'imported_at',
|
161
334
|
:'institution_code' => :'institution_code',
|
335
|
+
:'institution_guid' => :'institution_guid',
|
162
336
|
:'insured_name' => :'insured_name',
|
163
337
|
:'interest_rate' => :'interest_rate',
|
338
|
+
:'interest_rate_set_by' => :'interest_rate_set_by',
|
164
339
|
:'is_closed' => :'is_closed',
|
340
|
+
:'is_closed_set_by' => :'is_closed_set_by',
|
165
341
|
:'is_hidden' => :'is_hidden',
|
166
342
|
:'is_manual' => :'is_manual',
|
167
343
|
:'last_payment' => :'last_payment',
|
344
|
+
:'last_payment_set_by' => :'last_payment_set_by',
|
168
345
|
:'last_payment_at' => :'last_payment_at',
|
346
|
+
:'last_payment_at_set_by' => :'last_payment_at_set_by',
|
169
347
|
:'loan_amount' => :'loan_amount',
|
348
|
+
:'loan_amount_set_by' => :'loan_amount_set_by',
|
170
349
|
:'margin_balance' => :'margin_balance',
|
171
350
|
:'matures_on' => :'matures_on',
|
351
|
+
:'matures_on_set_by' => :'matures_on_set_by',
|
172
352
|
:'member_guid' => :'member_guid',
|
173
353
|
:'member_id' => :'member_id',
|
174
354
|
:'member_is_managed_by_user' => :'member_is_managed_by_user',
|
175
355
|
:'metadata' => :'metadata',
|
176
356
|
:'minimum_balance' => :'minimum_balance',
|
357
|
+
:'minimum_balance_set_by' => :'minimum_balance_set_by',
|
177
358
|
:'minimum_payment' => :'minimum_payment',
|
359
|
+
:'minimum_payment_set_by' => :'minimum_payment_set_by',
|
178
360
|
:'name' => :'name',
|
361
|
+
:'name_set_by' => :'name_set_by',
|
179
362
|
:'nickname' => :'nickname',
|
363
|
+
:'nickname_set_by' => :'nickname_set_by',
|
180
364
|
:'original_balance' => :'original_balance',
|
365
|
+
:'original_balance_set_by' => :'original_balance_set_by',
|
181
366
|
:'pay_out_amount' => :'pay_out_amount',
|
182
367
|
:'payment_due_at' => :'payment_due_at',
|
368
|
+
:'payment_due_at_set_by' => :'payment_due_at_set_by',
|
183
369
|
:'payoff_balance' => :'payoff_balance',
|
370
|
+
:'payoff_balance_set_by' => :'payoff_balance_set_by',
|
184
371
|
:'premium_amount' => :'premium_amount',
|
185
372
|
:'property_type' => :'property_type',
|
186
373
|
:'routing_number' => :'routing_number',
|
187
374
|
:'started_on' => :'started_on',
|
375
|
+
:'started_on_set_by' => :'started_on_set_by',
|
188
376
|
:'statement_balance' => :'statement_balance',
|
377
|
+
:'statement_balance_set_by' => :'statement_balance_set_by',
|
189
378
|
:'subtype' => :'subtype',
|
379
|
+
:'subtype_set_by' => :'subtype_set_by',
|
190
380
|
:'today_ugl_amount' => :'today_ugl_amount',
|
191
381
|
:'today_ugl_percentage' => :'today_ugl_percentage',
|
192
382
|
:'total_account_value' => :'total_account_value',
|
383
|
+
:'total_account_value_set_by' => :'total_account_value_set_by',
|
193
384
|
:'total_account_value_ugl' => :'total_account_value_ugl',
|
194
385
|
:'type' => :'type',
|
386
|
+
:'type_set_by' => :'type_set_by',
|
195
387
|
:'updated_at' => :'updated_at',
|
196
388
|
:'user_guid' => :'user_guid',
|
197
389
|
:'user_id' => :'user_id'
|
@@ -207,61 +399,125 @@ module MxPlatformRuby
|
|
207
399
|
def self.openapi_types
|
208
400
|
{
|
209
401
|
:'account_number' => :'String',
|
402
|
+
:'account_number_set_by' => :'Integer',
|
210
403
|
:'account_ownership' => :'String',
|
211
404
|
:'annuity_policy_to_date' => :'String',
|
212
405
|
:'annuity_provider' => :'String',
|
213
|
-
:'annuity_term_year' => :'
|
406
|
+
:'annuity_term_year' => :'Integer',
|
214
407
|
:'apr' => :'Float',
|
408
|
+
:'apr_set_by' => :'Integer',
|
215
409
|
:'apy' => :'Float',
|
410
|
+
:'apy_set_by' => :'Integer',
|
216
411
|
:'available_balance' => :'Float',
|
412
|
+
:'available_balance_set_by' => :'Integer',
|
217
413
|
:'available_credit' => :'Float',
|
414
|
+
:'available_credit_set_by' => :'Integer',
|
218
415
|
:'balance' => :'Float',
|
416
|
+
:'balance_set_by' => :'Integer',
|
417
|
+
:'calculated_apr' => :'Float',
|
219
418
|
:'cash_balance' => :'Float',
|
419
|
+
:'cash_balance_set_by' => :'Integer',
|
220
420
|
:'cash_surrender_value' => :'Float',
|
421
|
+
:'cash_surrender_value_set_by' => :'Integer',
|
221
422
|
:'created_at' => :'String',
|
222
423
|
:'credit_limit' => :'Float',
|
424
|
+
:'credit_limit_set_by' => :'Integer',
|
223
425
|
:'currency_code' => :'String',
|
426
|
+
:'currency_code_set_by' => :'Integer',
|
224
427
|
:'day_payment_is_due' => :'Integer',
|
428
|
+
:'day_payment_is_due_set_by' => :'Integer',
|
225
429
|
:'death_benefit' => :'Integer',
|
430
|
+
:'death_benefit_set_by' => :'Integer',
|
226
431
|
:'federal_insurance_status' => :'String',
|
432
|
+
:'feed_account_number' => :'String',
|
433
|
+
:'feed_account_subtype' => :'Integer',
|
434
|
+
:'feed_account_type' => :'Integer',
|
435
|
+
:'feed_apr' => :'Float',
|
436
|
+
:'feed_apy' => :'Float',
|
437
|
+
:'feed_available_balance' => :'Float',
|
438
|
+
:'feed_balance' => :'Float',
|
439
|
+
:'feed_cash_balance' => :'Float',
|
440
|
+
:'feed_cash_surrender_value' => :'Float',
|
441
|
+
:'feed_credit_limit' => :'Float',
|
442
|
+
:'feed_currency_code' => :'String',
|
443
|
+
:'feed_day_payment_is_due' => :'Integer',
|
444
|
+
:'feed_death_benefit' => :'Integer',
|
445
|
+
:'feed_holdings_value' => :'Float',
|
446
|
+
:'feed_interest_rate' => :'Float',
|
447
|
+
:'feed_is_closed' => :'Boolean',
|
448
|
+
:'feed_last_payment' => :'Float',
|
449
|
+
:'feed_last_payment_at' => :'String',
|
450
|
+
:'feed_loan_amount' => :'Float',
|
451
|
+
:'feed_matures_on' => :'String',
|
452
|
+
:'feed_minimum_balance' => :'Float',
|
453
|
+
:'feed_minimum_payment' => :'Float',
|
454
|
+
:'feed_name' => :'String',
|
455
|
+
:'feed_nickname' => :'String',
|
456
|
+
:'feed_original_balance' => :'Float',
|
457
|
+
:'feed_payment_due_at' => :'String',
|
458
|
+
:'feed_payoff_balance' => :'Float',
|
459
|
+
:'feed_routing_number' => :'String',
|
460
|
+
:'feed_started_on' => :'String',
|
461
|
+
:'feed_statement_balance' => :'Float',
|
462
|
+
:'feed_total_account_value' => :'Float',
|
227
463
|
:'guid' => :'String',
|
228
464
|
:'holdings_value' => :'Float',
|
465
|
+
:'holdings_value_set_by' => :'Integer',
|
229
466
|
:'id' => :'String',
|
230
467
|
:'imported_at' => :'String',
|
231
468
|
:'institution_code' => :'String',
|
469
|
+
:'institution_guid' => :'String',
|
232
470
|
:'insured_name' => :'String',
|
233
471
|
:'interest_rate' => :'Float',
|
472
|
+
:'interest_rate_set_by' => :'Integer',
|
234
473
|
:'is_closed' => :'Boolean',
|
474
|
+
:'is_closed_set_by' => :'Integer',
|
235
475
|
:'is_hidden' => :'Boolean',
|
236
476
|
:'is_manual' => :'Boolean',
|
237
477
|
:'last_payment' => :'Float',
|
478
|
+
:'last_payment_set_by' => :'Integer',
|
238
479
|
:'last_payment_at' => :'String',
|
480
|
+
:'last_payment_at_set_by' => :'Integer',
|
239
481
|
:'loan_amount' => :'Float',
|
482
|
+
:'loan_amount_set_by' => :'Integer',
|
240
483
|
:'margin_balance' => :'Float',
|
241
484
|
:'matures_on' => :'String',
|
485
|
+
:'matures_on_set_by' => :'Integer',
|
242
486
|
:'member_guid' => :'String',
|
243
487
|
:'member_id' => :'String',
|
244
488
|
:'member_is_managed_by_user' => :'Boolean',
|
245
489
|
:'metadata' => :'String',
|
246
490
|
:'minimum_balance' => :'Float',
|
491
|
+
:'minimum_balance_set_by' => :'Integer',
|
247
492
|
:'minimum_payment' => :'Float',
|
493
|
+
:'minimum_payment_set_by' => :'Integer',
|
248
494
|
:'name' => :'String',
|
495
|
+
:'name_set_by' => :'Integer',
|
249
496
|
:'nickname' => :'String',
|
497
|
+
:'nickname_set_by' => :'Integer',
|
250
498
|
:'original_balance' => :'Float',
|
499
|
+
:'original_balance_set_by' => :'Integer',
|
251
500
|
:'pay_out_amount' => :'Float',
|
252
501
|
:'payment_due_at' => :'String',
|
502
|
+
:'payment_due_at_set_by' => :'Integer',
|
253
503
|
:'payoff_balance' => :'Float',
|
254
|
-
:'
|
255
|
-
:'
|
504
|
+
:'payoff_balance_set_by' => :'Integer',
|
505
|
+
:'premium_amount' => :'String',
|
506
|
+
:'property_type' => :'Integer',
|
256
507
|
:'routing_number' => :'String',
|
257
508
|
:'started_on' => :'String',
|
509
|
+
:'started_on_set_by' => :'Integer',
|
258
510
|
:'statement_balance' => :'Float',
|
511
|
+
:'statement_balance_set_by' => :'Integer',
|
259
512
|
:'subtype' => :'String',
|
513
|
+
:'subtype_set_by' => :'Integer',
|
260
514
|
:'today_ugl_amount' => :'Float',
|
261
515
|
:'today_ugl_percentage' => :'Float',
|
262
516
|
:'total_account_value' => :'Float',
|
517
|
+
:'total_account_value_set_by' => :'Integer',
|
263
518
|
:'total_account_value_ugl' => :'Float',
|
264
519
|
:'type' => :'String',
|
520
|
+
:'type_set_by' => :'Integer',
|
265
521
|
:'updated_at' => :'String',
|
266
522
|
:'user_guid' => :'String',
|
267
523
|
:'user_id' => :'String'
|
@@ -272,60 +528,124 @@ module MxPlatformRuby
|
|
272
528
|
def self.openapi_nullable
|
273
529
|
Set.new([
|
274
530
|
:'account_number',
|
531
|
+
:'account_number_set_by',
|
275
532
|
:'account_ownership',
|
276
533
|
:'annuity_policy_to_date',
|
277
534
|
:'annuity_provider',
|
278
535
|
:'annuity_term_year',
|
279
536
|
:'apr',
|
537
|
+
:'apr_set_by',
|
280
538
|
:'apy',
|
539
|
+
:'apy_set_by',
|
281
540
|
:'available_balance',
|
541
|
+
:'available_balance_set_by',
|
282
542
|
:'available_credit',
|
543
|
+
:'available_credit_set_by',
|
283
544
|
:'balance',
|
545
|
+
:'balance_set_by',
|
546
|
+
:'calculated_apr',
|
284
547
|
:'cash_balance',
|
548
|
+
:'cash_balance_set_by',
|
285
549
|
:'cash_surrender_value',
|
550
|
+
:'cash_surrender_value_set_by',
|
286
551
|
:'credit_limit',
|
552
|
+
:'credit_limit_set_by',
|
287
553
|
:'currency_code',
|
554
|
+
:'currency_code_set_by',
|
288
555
|
:'day_payment_is_due',
|
556
|
+
:'day_payment_is_due_set_by',
|
289
557
|
:'death_benefit',
|
558
|
+
:'death_benefit_set_by',
|
290
559
|
:'federal_insurance_status',
|
560
|
+
:'feed_account_number',
|
561
|
+
:'feed_account_subtype',
|
562
|
+
:'feed_account_type',
|
563
|
+
:'feed_apr',
|
564
|
+
:'feed_apy',
|
565
|
+
:'feed_available_balance',
|
566
|
+
:'feed_balance',
|
567
|
+
:'feed_cash_balance',
|
568
|
+
:'feed_cash_surrender_value',
|
569
|
+
:'feed_credit_limit',
|
570
|
+
:'feed_currency_code',
|
571
|
+
:'feed_day_payment_is_due',
|
572
|
+
:'feed_death_benefit',
|
573
|
+
:'feed_holdings_value',
|
574
|
+
:'feed_interest_rate',
|
575
|
+
:'feed_is_closed',
|
576
|
+
:'feed_last_payment',
|
577
|
+
:'feed_last_payment_at',
|
578
|
+
:'feed_loan_amount',
|
579
|
+
:'feed_matures_on',
|
580
|
+
:'feed_minimum_balance',
|
581
|
+
:'feed_minimum_payment',
|
582
|
+
:'feed_name',
|
583
|
+
:'feed_nickname',
|
584
|
+
:'feed_original_balance',
|
585
|
+
:'feed_payment_due_at',
|
586
|
+
:'feed_payoff_balance',
|
587
|
+
:'feed_routing_number',
|
588
|
+
:'feed_started_on',
|
589
|
+
:'feed_statement_balance',
|
590
|
+
:'feed_total_account_value',
|
291
591
|
:'guid',
|
292
592
|
:'holdings_value',
|
593
|
+
:'holdings_value_set_by',
|
293
594
|
:'id',
|
294
595
|
:'imported_at',
|
295
596
|
:'institution_code',
|
597
|
+
:'institution_guid',
|
296
598
|
:'insured_name',
|
297
599
|
:'interest_rate',
|
600
|
+
:'interest_rate_set_by',
|
298
601
|
:'is_closed',
|
602
|
+
:'is_closed_set_by',
|
299
603
|
:'is_hidden',
|
300
604
|
:'is_manual',
|
301
605
|
:'last_payment',
|
606
|
+
:'last_payment_set_by',
|
302
607
|
:'last_payment_at',
|
608
|
+
:'last_payment_at_set_by',
|
303
609
|
:'loan_amount',
|
610
|
+
:'loan_amount_set_by',
|
304
611
|
:'margin_balance',
|
305
612
|
:'matures_on',
|
613
|
+
:'matures_on_set_by',
|
306
614
|
:'member_guid',
|
307
615
|
:'member_id',
|
308
616
|
:'member_is_managed_by_user',
|
309
617
|
:'metadata',
|
310
618
|
:'minimum_balance',
|
619
|
+
:'minimum_balance_set_by',
|
311
620
|
:'minimum_payment',
|
621
|
+
:'minimum_payment_set_by',
|
312
622
|
:'name',
|
623
|
+
:'name_set_by',
|
313
624
|
:'nickname',
|
625
|
+
:'nickname_set_by',
|
314
626
|
:'original_balance',
|
627
|
+
:'original_balance_set_by',
|
315
628
|
:'pay_out_amount',
|
316
629
|
:'payment_due_at',
|
630
|
+
:'payment_due_at_set_by',
|
317
631
|
:'payoff_balance',
|
632
|
+
:'payoff_balance_set_by',
|
318
633
|
:'premium_amount',
|
319
634
|
:'property_type',
|
320
635
|
:'routing_number',
|
321
636
|
:'started_on',
|
637
|
+
:'started_on_set_by',
|
322
638
|
:'statement_balance',
|
639
|
+
:'statement_balance_set_by',
|
323
640
|
:'subtype',
|
641
|
+
:'subtype_set_by',
|
324
642
|
:'today_ugl_amount',
|
325
643
|
:'today_ugl_percentage',
|
326
644
|
:'total_account_value',
|
645
|
+
:'total_account_value_set_by',
|
327
646
|
:'total_account_value_ugl',
|
328
647
|
:'type',
|
648
|
+
:'type_set_by',
|
329
649
|
:'updated_at',
|
330
650
|
:'user_guid',
|
331
651
|
:'user_id'
|
@@ -351,6 +671,10 @@ module MxPlatformRuby
|
|
351
671
|
self.account_number = attributes[:'account_number']
|
352
672
|
end
|
353
673
|
|
674
|
+
if attributes.key?(:'account_number_set_by')
|
675
|
+
self.account_number_set_by = attributes[:'account_number_set_by']
|
676
|
+
end
|
677
|
+
|
354
678
|
if attributes.key?(:'account_ownership')
|
355
679
|
self.account_ownership = attributes[:'account_ownership']
|
356
680
|
end
|
@@ -371,30 +695,62 @@ module MxPlatformRuby
|
|
371
695
|
self.apr = attributes[:'apr']
|
372
696
|
end
|
373
697
|
|
698
|
+
if attributes.key?(:'apr_set_by')
|
699
|
+
self.apr_set_by = attributes[:'apr_set_by']
|
700
|
+
end
|
701
|
+
|
374
702
|
if attributes.key?(:'apy')
|
375
703
|
self.apy = attributes[:'apy']
|
376
704
|
end
|
377
705
|
|
706
|
+
if attributes.key?(:'apy_set_by')
|
707
|
+
self.apy_set_by = attributes[:'apy_set_by']
|
708
|
+
end
|
709
|
+
|
378
710
|
if attributes.key?(:'available_balance')
|
379
711
|
self.available_balance = attributes[:'available_balance']
|
380
712
|
end
|
381
713
|
|
714
|
+
if attributes.key?(:'available_balance_set_by')
|
715
|
+
self.available_balance_set_by = attributes[:'available_balance_set_by']
|
716
|
+
end
|
717
|
+
|
382
718
|
if attributes.key?(:'available_credit')
|
383
719
|
self.available_credit = attributes[:'available_credit']
|
384
720
|
end
|
385
721
|
|
722
|
+
if attributes.key?(:'available_credit_set_by')
|
723
|
+
self.available_credit_set_by = attributes[:'available_credit_set_by']
|
724
|
+
end
|
725
|
+
|
386
726
|
if attributes.key?(:'balance')
|
387
727
|
self.balance = attributes[:'balance']
|
388
728
|
end
|
389
729
|
|
730
|
+
if attributes.key?(:'balance_set_by')
|
731
|
+
self.balance_set_by = attributes[:'balance_set_by']
|
732
|
+
end
|
733
|
+
|
734
|
+
if attributes.key?(:'calculated_apr')
|
735
|
+
self.calculated_apr = attributes[:'calculated_apr']
|
736
|
+
end
|
737
|
+
|
390
738
|
if attributes.key?(:'cash_balance')
|
391
739
|
self.cash_balance = attributes[:'cash_balance']
|
392
740
|
end
|
393
741
|
|
742
|
+
if attributes.key?(:'cash_balance_set_by')
|
743
|
+
self.cash_balance_set_by = attributes[:'cash_balance_set_by']
|
744
|
+
end
|
745
|
+
|
394
746
|
if attributes.key?(:'cash_surrender_value')
|
395
747
|
self.cash_surrender_value = attributes[:'cash_surrender_value']
|
396
748
|
end
|
397
749
|
|
750
|
+
if attributes.key?(:'cash_surrender_value_set_by')
|
751
|
+
self.cash_surrender_value_set_by = attributes[:'cash_surrender_value_set_by']
|
752
|
+
end
|
753
|
+
|
398
754
|
if attributes.key?(:'created_at')
|
399
755
|
self.created_at = attributes[:'created_at']
|
400
756
|
end
|
@@ -403,22 +759,162 @@ module MxPlatformRuby
|
|
403
759
|
self.credit_limit = attributes[:'credit_limit']
|
404
760
|
end
|
405
761
|
|
762
|
+
if attributes.key?(:'credit_limit_set_by')
|
763
|
+
self.credit_limit_set_by = attributes[:'credit_limit_set_by']
|
764
|
+
end
|
765
|
+
|
406
766
|
if attributes.key?(:'currency_code')
|
407
767
|
self.currency_code = attributes[:'currency_code']
|
408
768
|
end
|
409
769
|
|
770
|
+
if attributes.key?(:'currency_code_set_by')
|
771
|
+
self.currency_code_set_by = attributes[:'currency_code_set_by']
|
772
|
+
end
|
773
|
+
|
410
774
|
if attributes.key?(:'day_payment_is_due')
|
411
775
|
self.day_payment_is_due = attributes[:'day_payment_is_due']
|
412
776
|
end
|
413
777
|
|
778
|
+
if attributes.key?(:'day_payment_is_due_set_by')
|
779
|
+
self.day_payment_is_due_set_by = attributes[:'day_payment_is_due_set_by']
|
780
|
+
end
|
781
|
+
|
414
782
|
if attributes.key?(:'death_benefit')
|
415
783
|
self.death_benefit = attributes[:'death_benefit']
|
416
784
|
end
|
417
785
|
|
786
|
+
if attributes.key?(:'death_benefit_set_by')
|
787
|
+
self.death_benefit_set_by = attributes[:'death_benefit_set_by']
|
788
|
+
end
|
789
|
+
|
418
790
|
if attributes.key?(:'federal_insurance_status')
|
419
791
|
self.federal_insurance_status = attributes[:'federal_insurance_status']
|
420
792
|
end
|
421
793
|
|
794
|
+
if attributes.key?(:'feed_account_number')
|
795
|
+
self.feed_account_number = attributes[:'feed_account_number']
|
796
|
+
end
|
797
|
+
|
798
|
+
if attributes.key?(:'feed_account_subtype')
|
799
|
+
self.feed_account_subtype = attributes[:'feed_account_subtype']
|
800
|
+
end
|
801
|
+
|
802
|
+
if attributes.key?(:'feed_account_type')
|
803
|
+
self.feed_account_type = attributes[:'feed_account_type']
|
804
|
+
end
|
805
|
+
|
806
|
+
if attributes.key?(:'feed_apr')
|
807
|
+
self.feed_apr = attributes[:'feed_apr']
|
808
|
+
end
|
809
|
+
|
810
|
+
if attributes.key?(:'feed_apy')
|
811
|
+
self.feed_apy = attributes[:'feed_apy']
|
812
|
+
end
|
813
|
+
|
814
|
+
if attributes.key?(:'feed_available_balance')
|
815
|
+
self.feed_available_balance = attributes[:'feed_available_balance']
|
816
|
+
end
|
817
|
+
|
818
|
+
if attributes.key?(:'feed_balance')
|
819
|
+
self.feed_balance = attributes[:'feed_balance']
|
820
|
+
end
|
821
|
+
|
822
|
+
if attributes.key?(:'feed_cash_balance')
|
823
|
+
self.feed_cash_balance = attributes[:'feed_cash_balance']
|
824
|
+
end
|
825
|
+
|
826
|
+
if attributes.key?(:'feed_cash_surrender_value')
|
827
|
+
self.feed_cash_surrender_value = attributes[:'feed_cash_surrender_value']
|
828
|
+
end
|
829
|
+
|
830
|
+
if attributes.key?(:'feed_credit_limit')
|
831
|
+
self.feed_credit_limit = attributes[:'feed_credit_limit']
|
832
|
+
end
|
833
|
+
|
834
|
+
if attributes.key?(:'feed_currency_code')
|
835
|
+
self.feed_currency_code = attributes[:'feed_currency_code']
|
836
|
+
end
|
837
|
+
|
838
|
+
if attributes.key?(:'feed_day_payment_is_due')
|
839
|
+
self.feed_day_payment_is_due = attributes[:'feed_day_payment_is_due']
|
840
|
+
end
|
841
|
+
|
842
|
+
if attributes.key?(:'feed_death_benefit')
|
843
|
+
self.feed_death_benefit = attributes[:'feed_death_benefit']
|
844
|
+
end
|
845
|
+
|
846
|
+
if attributes.key?(:'feed_holdings_value')
|
847
|
+
self.feed_holdings_value = attributes[:'feed_holdings_value']
|
848
|
+
end
|
849
|
+
|
850
|
+
if attributes.key?(:'feed_interest_rate')
|
851
|
+
self.feed_interest_rate = attributes[:'feed_interest_rate']
|
852
|
+
end
|
853
|
+
|
854
|
+
if attributes.key?(:'feed_is_closed')
|
855
|
+
self.feed_is_closed = attributes[:'feed_is_closed']
|
856
|
+
end
|
857
|
+
|
858
|
+
if attributes.key?(:'feed_last_payment')
|
859
|
+
self.feed_last_payment = attributes[:'feed_last_payment']
|
860
|
+
end
|
861
|
+
|
862
|
+
if attributes.key?(:'feed_last_payment_at')
|
863
|
+
self.feed_last_payment_at = attributes[:'feed_last_payment_at']
|
864
|
+
end
|
865
|
+
|
866
|
+
if attributes.key?(:'feed_loan_amount')
|
867
|
+
self.feed_loan_amount = attributes[:'feed_loan_amount']
|
868
|
+
end
|
869
|
+
|
870
|
+
if attributes.key?(:'feed_matures_on')
|
871
|
+
self.feed_matures_on = attributes[:'feed_matures_on']
|
872
|
+
end
|
873
|
+
|
874
|
+
if attributes.key?(:'feed_minimum_balance')
|
875
|
+
self.feed_minimum_balance = attributes[:'feed_minimum_balance']
|
876
|
+
end
|
877
|
+
|
878
|
+
if attributes.key?(:'feed_minimum_payment')
|
879
|
+
self.feed_minimum_payment = attributes[:'feed_minimum_payment']
|
880
|
+
end
|
881
|
+
|
882
|
+
if attributes.key?(:'feed_name')
|
883
|
+
self.feed_name = attributes[:'feed_name']
|
884
|
+
end
|
885
|
+
|
886
|
+
if attributes.key?(:'feed_nickname')
|
887
|
+
self.feed_nickname = attributes[:'feed_nickname']
|
888
|
+
end
|
889
|
+
|
890
|
+
if attributes.key?(:'feed_original_balance')
|
891
|
+
self.feed_original_balance = attributes[:'feed_original_balance']
|
892
|
+
end
|
893
|
+
|
894
|
+
if attributes.key?(:'feed_payment_due_at')
|
895
|
+
self.feed_payment_due_at = attributes[:'feed_payment_due_at']
|
896
|
+
end
|
897
|
+
|
898
|
+
if attributes.key?(:'feed_payoff_balance')
|
899
|
+
self.feed_payoff_balance = attributes[:'feed_payoff_balance']
|
900
|
+
end
|
901
|
+
|
902
|
+
if attributes.key?(:'feed_routing_number')
|
903
|
+
self.feed_routing_number = attributes[:'feed_routing_number']
|
904
|
+
end
|
905
|
+
|
906
|
+
if attributes.key?(:'feed_started_on')
|
907
|
+
self.feed_started_on = attributes[:'feed_started_on']
|
908
|
+
end
|
909
|
+
|
910
|
+
if attributes.key?(:'feed_statement_balance')
|
911
|
+
self.feed_statement_balance = attributes[:'feed_statement_balance']
|
912
|
+
end
|
913
|
+
|
914
|
+
if attributes.key?(:'feed_total_account_value')
|
915
|
+
self.feed_total_account_value = attributes[:'feed_total_account_value']
|
916
|
+
end
|
917
|
+
|
422
918
|
if attributes.key?(:'guid')
|
423
919
|
self.guid = attributes[:'guid']
|
424
920
|
end
|
@@ -427,6 +923,10 @@ module MxPlatformRuby
|
|
427
923
|
self.holdings_value = attributes[:'holdings_value']
|
428
924
|
end
|
429
925
|
|
926
|
+
if attributes.key?(:'holdings_value_set_by')
|
927
|
+
self.holdings_value_set_by = attributes[:'holdings_value_set_by']
|
928
|
+
end
|
929
|
+
|
430
930
|
if attributes.key?(:'id')
|
431
931
|
self.id = attributes[:'id']
|
432
932
|
end
|
@@ -439,6 +939,10 @@ module MxPlatformRuby
|
|
439
939
|
self.institution_code = attributes[:'institution_code']
|
440
940
|
end
|
441
941
|
|
942
|
+
if attributes.key?(:'institution_guid')
|
943
|
+
self.institution_guid = attributes[:'institution_guid']
|
944
|
+
end
|
945
|
+
|
442
946
|
if attributes.key?(:'insured_name')
|
443
947
|
self.insured_name = attributes[:'insured_name']
|
444
948
|
end
|
@@ -447,10 +951,18 @@ module MxPlatformRuby
|
|
447
951
|
self.interest_rate = attributes[:'interest_rate']
|
448
952
|
end
|
449
953
|
|
954
|
+
if attributes.key?(:'interest_rate_set_by')
|
955
|
+
self.interest_rate_set_by = attributes[:'interest_rate_set_by']
|
956
|
+
end
|
957
|
+
|
450
958
|
if attributes.key?(:'is_closed')
|
451
959
|
self.is_closed = attributes[:'is_closed']
|
452
960
|
end
|
453
961
|
|
962
|
+
if attributes.key?(:'is_closed_set_by')
|
963
|
+
self.is_closed_set_by = attributes[:'is_closed_set_by']
|
964
|
+
end
|
965
|
+
|
454
966
|
if attributes.key?(:'is_hidden')
|
455
967
|
self.is_hidden = attributes[:'is_hidden']
|
456
968
|
end
|
@@ -463,14 +975,26 @@ module MxPlatformRuby
|
|
463
975
|
self.last_payment = attributes[:'last_payment']
|
464
976
|
end
|
465
977
|
|
978
|
+
if attributes.key?(:'last_payment_set_by')
|
979
|
+
self.last_payment_set_by = attributes[:'last_payment_set_by']
|
980
|
+
end
|
981
|
+
|
466
982
|
if attributes.key?(:'last_payment_at')
|
467
983
|
self.last_payment_at = attributes[:'last_payment_at']
|
468
984
|
end
|
469
985
|
|
986
|
+
if attributes.key?(:'last_payment_at_set_by')
|
987
|
+
self.last_payment_at_set_by = attributes[:'last_payment_at_set_by']
|
988
|
+
end
|
989
|
+
|
470
990
|
if attributes.key?(:'loan_amount')
|
471
991
|
self.loan_amount = attributes[:'loan_amount']
|
472
992
|
end
|
473
993
|
|
994
|
+
if attributes.key?(:'loan_amount_set_by')
|
995
|
+
self.loan_amount_set_by = attributes[:'loan_amount_set_by']
|
996
|
+
end
|
997
|
+
|
474
998
|
if attributes.key?(:'margin_balance')
|
475
999
|
self.margin_balance = attributes[:'margin_balance']
|
476
1000
|
end
|
@@ -479,6 +1003,10 @@ module MxPlatformRuby
|
|
479
1003
|
self.matures_on = attributes[:'matures_on']
|
480
1004
|
end
|
481
1005
|
|
1006
|
+
if attributes.key?(:'matures_on_set_by')
|
1007
|
+
self.matures_on_set_by = attributes[:'matures_on_set_by']
|
1008
|
+
end
|
1009
|
+
|
482
1010
|
if attributes.key?(:'member_guid')
|
483
1011
|
self.member_guid = attributes[:'member_guid']
|
484
1012
|
end
|
@@ -499,22 +1027,42 @@ module MxPlatformRuby
|
|
499
1027
|
self.minimum_balance = attributes[:'minimum_balance']
|
500
1028
|
end
|
501
1029
|
|
1030
|
+
if attributes.key?(:'minimum_balance_set_by')
|
1031
|
+
self.minimum_balance_set_by = attributes[:'minimum_balance_set_by']
|
1032
|
+
end
|
1033
|
+
|
502
1034
|
if attributes.key?(:'minimum_payment')
|
503
1035
|
self.minimum_payment = attributes[:'minimum_payment']
|
504
1036
|
end
|
505
1037
|
|
1038
|
+
if attributes.key?(:'minimum_payment_set_by')
|
1039
|
+
self.minimum_payment_set_by = attributes[:'minimum_payment_set_by']
|
1040
|
+
end
|
1041
|
+
|
506
1042
|
if attributes.key?(:'name')
|
507
1043
|
self.name = attributes[:'name']
|
508
1044
|
end
|
509
1045
|
|
1046
|
+
if attributes.key?(:'name_set_by')
|
1047
|
+
self.name_set_by = attributes[:'name_set_by']
|
1048
|
+
end
|
1049
|
+
|
510
1050
|
if attributes.key?(:'nickname')
|
511
1051
|
self.nickname = attributes[:'nickname']
|
512
1052
|
end
|
513
1053
|
|
1054
|
+
if attributes.key?(:'nickname_set_by')
|
1055
|
+
self.nickname_set_by = attributes[:'nickname_set_by']
|
1056
|
+
end
|
1057
|
+
|
514
1058
|
if attributes.key?(:'original_balance')
|
515
1059
|
self.original_balance = attributes[:'original_balance']
|
516
1060
|
end
|
517
1061
|
|
1062
|
+
if attributes.key?(:'original_balance_set_by')
|
1063
|
+
self.original_balance_set_by = attributes[:'original_balance_set_by']
|
1064
|
+
end
|
1065
|
+
|
518
1066
|
if attributes.key?(:'pay_out_amount')
|
519
1067
|
self.pay_out_amount = attributes[:'pay_out_amount']
|
520
1068
|
end
|
@@ -523,10 +1071,18 @@ module MxPlatformRuby
|
|
523
1071
|
self.payment_due_at = attributes[:'payment_due_at']
|
524
1072
|
end
|
525
1073
|
|
1074
|
+
if attributes.key?(:'payment_due_at_set_by')
|
1075
|
+
self.payment_due_at_set_by = attributes[:'payment_due_at_set_by']
|
1076
|
+
end
|
1077
|
+
|
526
1078
|
if attributes.key?(:'payoff_balance')
|
527
1079
|
self.payoff_balance = attributes[:'payoff_balance']
|
528
1080
|
end
|
529
1081
|
|
1082
|
+
if attributes.key?(:'payoff_balance_set_by')
|
1083
|
+
self.payoff_balance_set_by = attributes[:'payoff_balance_set_by']
|
1084
|
+
end
|
1085
|
+
|
530
1086
|
if attributes.key?(:'premium_amount')
|
531
1087
|
self.premium_amount = attributes[:'premium_amount']
|
532
1088
|
end
|
@@ -543,14 +1099,26 @@ module MxPlatformRuby
|
|
543
1099
|
self.started_on = attributes[:'started_on']
|
544
1100
|
end
|
545
1101
|
|
1102
|
+
if attributes.key?(:'started_on_set_by')
|
1103
|
+
self.started_on_set_by = attributes[:'started_on_set_by']
|
1104
|
+
end
|
1105
|
+
|
546
1106
|
if attributes.key?(:'statement_balance')
|
547
1107
|
self.statement_balance = attributes[:'statement_balance']
|
548
1108
|
end
|
549
1109
|
|
1110
|
+
if attributes.key?(:'statement_balance_set_by')
|
1111
|
+
self.statement_balance_set_by = attributes[:'statement_balance_set_by']
|
1112
|
+
end
|
1113
|
+
|
550
1114
|
if attributes.key?(:'subtype')
|
551
1115
|
self.subtype = attributes[:'subtype']
|
552
1116
|
end
|
553
1117
|
|
1118
|
+
if attributes.key?(:'subtype_set_by')
|
1119
|
+
self.subtype_set_by = attributes[:'subtype_set_by']
|
1120
|
+
end
|
1121
|
+
|
554
1122
|
if attributes.key?(:'today_ugl_amount')
|
555
1123
|
self.today_ugl_amount = attributes[:'today_ugl_amount']
|
556
1124
|
end
|
@@ -563,6 +1131,10 @@ module MxPlatformRuby
|
|
563
1131
|
self.total_account_value = attributes[:'total_account_value']
|
564
1132
|
end
|
565
1133
|
|
1134
|
+
if attributes.key?(:'total_account_value_set_by')
|
1135
|
+
self.total_account_value_set_by = attributes[:'total_account_value_set_by']
|
1136
|
+
end
|
1137
|
+
|
566
1138
|
if attributes.key?(:'total_account_value_ugl')
|
567
1139
|
self.total_account_value_ugl = attributes[:'total_account_value_ugl']
|
568
1140
|
end
|
@@ -571,6 +1143,10 @@ module MxPlatformRuby
|
|
571
1143
|
self.type = attributes[:'type']
|
572
1144
|
end
|
573
1145
|
|
1146
|
+
if attributes.key?(:'type_set_by')
|
1147
|
+
self.type_set_by = attributes[:'type_set_by']
|
1148
|
+
end
|
1149
|
+
|
574
1150
|
if attributes.key?(:'updated_at')
|
575
1151
|
self.updated_at = attributes[:'updated_at']
|
576
1152
|
end
|
@@ -605,61 +1181,125 @@ module MxPlatformRuby
|
|
605
1181
|
return true if self.equal?(o)
|
606
1182
|
self.class == o.class &&
|
607
1183
|
account_number == o.account_number &&
|
1184
|
+
account_number_set_by == o.account_number_set_by &&
|
608
1185
|
account_ownership == o.account_ownership &&
|
609
1186
|
annuity_policy_to_date == o.annuity_policy_to_date &&
|
610
1187
|
annuity_provider == o.annuity_provider &&
|
611
1188
|
annuity_term_year == o.annuity_term_year &&
|
612
1189
|
apr == o.apr &&
|
1190
|
+
apr_set_by == o.apr_set_by &&
|
613
1191
|
apy == o.apy &&
|
1192
|
+
apy_set_by == o.apy_set_by &&
|
614
1193
|
available_balance == o.available_balance &&
|
1194
|
+
available_balance_set_by == o.available_balance_set_by &&
|
615
1195
|
available_credit == o.available_credit &&
|
1196
|
+
available_credit_set_by == o.available_credit_set_by &&
|
616
1197
|
balance == o.balance &&
|
1198
|
+
balance_set_by == o.balance_set_by &&
|
1199
|
+
calculated_apr == o.calculated_apr &&
|
617
1200
|
cash_balance == o.cash_balance &&
|
1201
|
+
cash_balance_set_by == o.cash_balance_set_by &&
|
618
1202
|
cash_surrender_value == o.cash_surrender_value &&
|
1203
|
+
cash_surrender_value_set_by == o.cash_surrender_value_set_by &&
|
619
1204
|
created_at == o.created_at &&
|
620
1205
|
credit_limit == o.credit_limit &&
|
1206
|
+
credit_limit_set_by == o.credit_limit_set_by &&
|
621
1207
|
currency_code == o.currency_code &&
|
1208
|
+
currency_code_set_by == o.currency_code_set_by &&
|
622
1209
|
day_payment_is_due == o.day_payment_is_due &&
|
1210
|
+
day_payment_is_due_set_by == o.day_payment_is_due_set_by &&
|
623
1211
|
death_benefit == o.death_benefit &&
|
1212
|
+
death_benefit_set_by == o.death_benefit_set_by &&
|
624
1213
|
federal_insurance_status == o.federal_insurance_status &&
|
1214
|
+
feed_account_number == o.feed_account_number &&
|
1215
|
+
feed_account_subtype == o.feed_account_subtype &&
|
1216
|
+
feed_account_type == o.feed_account_type &&
|
1217
|
+
feed_apr == o.feed_apr &&
|
1218
|
+
feed_apy == o.feed_apy &&
|
1219
|
+
feed_available_balance == o.feed_available_balance &&
|
1220
|
+
feed_balance == o.feed_balance &&
|
1221
|
+
feed_cash_balance == o.feed_cash_balance &&
|
1222
|
+
feed_cash_surrender_value == o.feed_cash_surrender_value &&
|
1223
|
+
feed_credit_limit == o.feed_credit_limit &&
|
1224
|
+
feed_currency_code == o.feed_currency_code &&
|
1225
|
+
feed_day_payment_is_due == o.feed_day_payment_is_due &&
|
1226
|
+
feed_death_benefit == o.feed_death_benefit &&
|
1227
|
+
feed_holdings_value == o.feed_holdings_value &&
|
1228
|
+
feed_interest_rate == o.feed_interest_rate &&
|
1229
|
+
feed_is_closed == o.feed_is_closed &&
|
1230
|
+
feed_last_payment == o.feed_last_payment &&
|
1231
|
+
feed_last_payment_at == o.feed_last_payment_at &&
|
1232
|
+
feed_loan_amount == o.feed_loan_amount &&
|
1233
|
+
feed_matures_on == o.feed_matures_on &&
|
1234
|
+
feed_minimum_balance == o.feed_minimum_balance &&
|
1235
|
+
feed_minimum_payment == o.feed_minimum_payment &&
|
1236
|
+
feed_name == o.feed_name &&
|
1237
|
+
feed_nickname == o.feed_nickname &&
|
1238
|
+
feed_original_balance == o.feed_original_balance &&
|
1239
|
+
feed_payment_due_at == o.feed_payment_due_at &&
|
1240
|
+
feed_payoff_balance == o.feed_payoff_balance &&
|
1241
|
+
feed_routing_number == o.feed_routing_number &&
|
1242
|
+
feed_started_on == o.feed_started_on &&
|
1243
|
+
feed_statement_balance == o.feed_statement_balance &&
|
1244
|
+
feed_total_account_value == o.feed_total_account_value &&
|
625
1245
|
guid == o.guid &&
|
626
1246
|
holdings_value == o.holdings_value &&
|
1247
|
+
holdings_value_set_by == o.holdings_value_set_by &&
|
627
1248
|
id == o.id &&
|
628
1249
|
imported_at == o.imported_at &&
|
629
1250
|
institution_code == o.institution_code &&
|
1251
|
+
institution_guid == o.institution_guid &&
|
630
1252
|
insured_name == o.insured_name &&
|
631
1253
|
interest_rate == o.interest_rate &&
|
1254
|
+
interest_rate_set_by == o.interest_rate_set_by &&
|
632
1255
|
is_closed == o.is_closed &&
|
1256
|
+
is_closed_set_by == o.is_closed_set_by &&
|
633
1257
|
is_hidden == o.is_hidden &&
|
634
1258
|
is_manual == o.is_manual &&
|
635
1259
|
last_payment == o.last_payment &&
|
1260
|
+
last_payment_set_by == o.last_payment_set_by &&
|
636
1261
|
last_payment_at == o.last_payment_at &&
|
1262
|
+
last_payment_at_set_by == o.last_payment_at_set_by &&
|
637
1263
|
loan_amount == o.loan_amount &&
|
1264
|
+
loan_amount_set_by == o.loan_amount_set_by &&
|
638
1265
|
margin_balance == o.margin_balance &&
|
639
1266
|
matures_on == o.matures_on &&
|
1267
|
+
matures_on_set_by == o.matures_on_set_by &&
|
640
1268
|
member_guid == o.member_guid &&
|
641
1269
|
member_id == o.member_id &&
|
642
1270
|
member_is_managed_by_user == o.member_is_managed_by_user &&
|
643
1271
|
metadata == o.metadata &&
|
644
1272
|
minimum_balance == o.minimum_balance &&
|
1273
|
+
minimum_balance_set_by == o.minimum_balance_set_by &&
|
645
1274
|
minimum_payment == o.minimum_payment &&
|
1275
|
+
minimum_payment_set_by == o.minimum_payment_set_by &&
|
646
1276
|
name == o.name &&
|
1277
|
+
name_set_by == o.name_set_by &&
|
647
1278
|
nickname == o.nickname &&
|
1279
|
+
nickname_set_by == o.nickname_set_by &&
|
648
1280
|
original_balance == o.original_balance &&
|
1281
|
+
original_balance_set_by == o.original_balance_set_by &&
|
649
1282
|
pay_out_amount == o.pay_out_amount &&
|
650
1283
|
payment_due_at == o.payment_due_at &&
|
1284
|
+
payment_due_at_set_by == o.payment_due_at_set_by &&
|
651
1285
|
payoff_balance == o.payoff_balance &&
|
1286
|
+
payoff_balance_set_by == o.payoff_balance_set_by &&
|
652
1287
|
premium_amount == o.premium_amount &&
|
653
1288
|
property_type == o.property_type &&
|
654
1289
|
routing_number == o.routing_number &&
|
655
1290
|
started_on == o.started_on &&
|
1291
|
+
started_on_set_by == o.started_on_set_by &&
|
656
1292
|
statement_balance == o.statement_balance &&
|
1293
|
+
statement_balance_set_by == o.statement_balance_set_by &&
|
657
1294
|
subtype == o.subtype &&
|
1295
|
+
subtype_set_by == o.subtype_set_by &&
|
658
1296
|
today_ugl_amount == o.today_ugl_amount &&
|
659
1297
|
today_ugl_percentage == o.today_ugl_percentage &&
|
660
1298
|
total_account_value == o.total_account_value &&
|
1299
|
+
total_account_value_set_by == o.total_account_value_set_by &&
|
661
1300
|
total_account_value_ugl == o.total_account_value_ugl &&
|
662
1301
|
type == o.type &&
|
1302
|
+
type_set_by == o.type_set_by &&
|
663
1303
|
updated_at == o.updated_at &&
|
664
1304
|
user_guid == o.user_guid &&
|
665
1305
|
user_id == o.user_id
|
@@ -674,7 +1314,7 @@ module MxPlatformRuby
|
|
674
1314
|
# Calculates hash code according to all attributes.
|
675
1315
|
# @return [Integer] Hash code
|
676
1316
|
def hash
|
677
|
-
[account_number, account_ownership, annuity_policy_to_date, annuity_provider, annuity_term_year, apr, apy, available_balance, available_credit, balance, cash_balance, cash_surrender_value, created_at, credit_limit, currency_code, day_payment_is_due, death_benefit, federal_insurance_status, guid, holdings_value, id, imported_at, institution_code, insured_name, interest_rate, is_closed, is_hidden, is_manual, last_payment, last_payment_at, loan_amount, margin_balance, matures_on, member_guid, member_id, member_is_managed_by_user, metadata, minimum_balance, minimum_payment, name, nickname, original_balance, pay_out_amount, payment_due_at, payoff_balance, premium_amount, property_type, routing_number, started_on, statement_balance, subtype, today_ugl_amount, today_ugl_percentage, total_account_value, total_account_value_ugl, type, updated_at, user_guid, user_id].hash
|
1317
|
+
[account_number, account_number_set_by, account_ownership, annuity_policy_to_date, annuity_provider, annuity_term_year, apr, apr_set_by, apy, apy_set_by, available_balance, available_balance_set_by, available_credit, available_credit_set_by, balance, balance_set_by, calculated_apr, cash_balance, cash_balance_set_by, cash_surrender_value, cash_surrender_value_set_by, created_at, credit_limit, credit_limit_set_by, currency_code, currency_code_set_by, day_payment_is_due, day_payment_is_due_set_by, death_benefit, death_benefit_set_by, federal_insurance_status, feed_account_number, feed_account_subtype, feed_account_type, feed_apr, feed_apy, feed_available_balance, feed_balance, feed_cash_balance, feed_cash_surrender_value, feed_credit_limit, feed_currency_code, feed_day_payment_is_due, feed_death_benefit, feed_holdings_value, feed_interest_rate, feed_is_closed, feed_last_payment, feed_last_payment_at, feed_loan_amount, feed_matures_on, feed_minimum_balance, feed_minimum_payment, feed_name, feed_nickname, feed_original_balance, feed_payment_due_at, feed_payoff_balance, feed_routing_number, feed_started_on, feed_statement_balance, feed_total_account_value, guid, holdings_value, holdings_value_set_by, id, imported_at, institution_code, institution_guid, insured_name, interest_rate, interest_rate_set_by, is_closed, is_closed_set_by, is_hidden, is_manual, last_payment, last_payment_set_by, last_payment_at, last_payment_at_set_by, loan_amount, loan_amount_set_by, margin_balance, matures_on, matures_on_set_by, member_guid, member_id, member_is_managed_by_user, metadata, minimum_balance, minimum_balance_set_by, minimum_payment, minimum_payment_set_by, name, name_set_by, nickname, nickname_set_by, original_balance, original_balance_set_by, pay_out_amount, payment_due_at, payment_due_at_set_by, payoff_balance, payoff_balance_set_by, premium_amount, property_type, routing_number, started_on, started_on_set_by, statement_balance, statement_balance_set_by, subtype, subtype_set_by, today_ugl_amount, today_ugl_percentage, total_account_value, total_account_value_set_by, total_account_value_ugl, type, type_set_by, updated_at, user_guid, user_id].hash
|
678
1318
|
end
|
679
1319
|
|
680
1320
|
# Builds the object from hash
|