@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20221108.4 → 1.20221210.1

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.
package/models/plans.ts CHANGED
@@ -21,55 +21,55 @@
21
21
  */
22
22
  export interface Plans {
23
23
  /**
24
- * Unique identifier assigned to the Plan.
24
+ *
25
25
  * @type {string}
26
26
  * @memberof Plans
27
27
  */
28
28
  'plan_ID': string;
29
29
  /**
30
- * Total In-Network and Out of Network annual maximum the plan will pay out for the Familiy.
30
+ *
31
31
  * @type {number}
32
32
  * @memberof Plans
33
33
  */
34
34
  'annual_Max'?: number | null;
35
35
  /**
36
- * In-Network annual maximum that the plan will pay out for the Familiy.
36
+ *
37
37
  * @type {number}
38
38
  * @memberof Plans
39
39
  */
40
40
  'annual_Max_Net'?: number | null;
41
41
  /**
42
- * Out of Network annual maximum that the plan will pay out for the Familiy.
42
+ *
43
43
  * @type {number}
44
44
  * @memberof Plans
45
45
  */
46
46
  'annual_Max_OON'?: number | null;
47
47
  /**
48
- * Indicates if this plan allows auto-creation of Flex claims based on Group level configuration for flex auto-creation.
48
+ *
49
49
  * @type {boolean}
50
50
  * @memberof Plans
51
51
  */
52
52
  'auto_Create_Flex': boolean;
53
53
  /**
54
- * Used for custom reporting and information.
54
+ *
55
55
  * @type {string}
56
56
  * @memberof Plans
57
57
  */
58
58
  'cobrA_Plan_Type_Desc'?: string | null;
59
59
  /**
60
- * Indicates the maximum amount that can be held in COB savings.
60
+ *
61
61
  * @type {number}
62
62
  * @memberof Plans
63
63
  */
64
64
  'coB_Savings_Max'?: number | null;
65
65
  /**
66
- * Indicates the type of COB to be used with the selected plan.
66
+ *
67
67
  * @type {string}
68
68
  * @memberof Plans
69
69
  */
70
70
  'coB_Type'?: string | null;
71
71
  /**
72
- * No longer in use. All captiation logic and processing now resides in the capitation tables.
72
+ *
73
73
  * @type {boolean}
74
74
  * @memberof Plans
75
75
  */
@@ -81,167 +81,179 @@ export interface Plans {
81
81
  */
82
82
  'cash_Value_Default'?: number | null;
83
83
  /**
84
- * Indicates whether In-Network Coinsurance amounts apply toward the satisfaction of Out of Network amounts.
84
+ *
85
85
  * @type {boolean}
86
86
  * @memberof Plans
87
87
  */
88
88
  'coIns_In_To_Out': boolean;
89
89
  /**
90
- * In Network Co-Insurance amount for the Family.
90
+ *
91
91
  * @type {number}
92
92
  * @memberof Plans
93
93
  */
94
94
  'coIns_Max_Mem'?: number | null;
95
95
  /**
96
- * Total Co-Insurance amount for the Member.
96
+ *
97
97
  * @type {number}
98
98
  * @memberof Plans
99
99
  */
100
100
  'coIns_Max_Net_Mem'?: number | null;
101
101
  /**
102
- * Out of Network Co-Insurance amount for the Family.
102
+ *
103
103
  * @type {number}
104
104
  * @memberof Plans
105
105
  */
106
106
  'coIns_Max_Net_Sub'?: number | null;
107
107
  /**
108
- * Out of Network Co-Insurance amount for the Member.
108
+ *
109
109
  * @type {number}
110
110
  * @memberof Plans
111
111
  */
112
112
  'coIns_Max_OON_Mem'?: number | null;
113
113
  /**
114
- * In Network Co-Insurance amount for the Member.
114
+ *
115
115
  * @type {number}
116
116
  * @memberof Plans
117
117
  */
118
118
  'coIns_Max_OON_Sub'?: number | null;
119
119
  /**
120
- * Total Co-Insurance amount for the Family.
120
+ *
121
121
  * @type {number}
122
122
  * @memberof Plans
123
123
  */
124
124
  'coIns_Max_Sub'?: number | null;
125
125
  /**
126
- * Indicates whether Out of Network CoInsurance amounts apply toward the satisfaction of the In-Network amounts.
126
+ *
127
127
  * @type {boolean}
128
128
  * @memberof Plans
129
129
  */
130
130
  'coIns_Out_To_In': boolean;
131
131
  /**
132
- * Claim UCR percentage provided by Context. Required for Context claim edits and repricing.
132
+ *
133
133
  * @type {number}
134
134
  * @memberof Plans
135
135
  */
136
136
  'context4_ClmUcrPct'?: number | null;
137
137
  /**
138
- * Out of network claim UCR percentage provided by context. Required for Context claim edits and repricing.
138
+ *
139
139
  * @type {number}
140
140
  * @memberof Plans
141
141
  */
142
142
  'context4_ClmUcrPct_OON'?: number | null;
143
143
  /**
144
- * Fee Selector provided by Context. Required for Context claim edits and repricing.
144
+ *
145
145
  * @type {string}
146
146
  * @memberof Plans
147
147
  */
148
148
  'context4_FeeSelector'?: string | null;
149
149
  /**
150
- * Out of network fee selector provided by context. Required for Context claim edits and repricing.
150
+ *
151
151
  * @type {string}
152
152
  * @memberof Plans
153
153
  */
154
154
  'context4_FeeSelector_OON'?: string | null;
155
155
  /**
156
- * Medicare percentage provided by Context. Required for Context claim edits and repricing.
156
+ *
157
157
  * @type {number}
158
158
  * @memberof Plans
159
159
  */
160
160
  'context4_MedicarePct'?: number | null;
161
161
  /**
162
- * Out of network Medicare percentage provided by context. Required for Context claim edits and repricing.
162
+ *
163
163
  * @type {number}
164
164
  * @memberof Plans
165
165
  */
166
166
  'context4_MedicarePct_OON'?: number | null;
167
167
  /**
168
- * Password provided by Context. Required for Context claim edits and repricing.
168
+ *
169
169
  * @type {string}
170
170
  * @memberof Plans
171
171
  */
172
172
  'context4_Password'?: string | null;
173
173
  /**
174
- * Payor type provided by context. Required for Context claim edits and repricing.
174
+ *
175
175
  * @type {string}
176
176
  * @memberof Plans
177
177
  */
178
178
  'context4_PayorType'?: string | null;
179
179
  /**
180
- * Out of network Payor type provided by context. Required for Context claim edits and repricing.
180
+ *
181
181
  * @type {string}
182
182
  * @memberof Plans
183
183
  */
184
184
  'context4_PayorType_OON'?: string | null;
185
185
  /**
186
- * Percentage of change provided by context. Required for Context claim edits and repricing.
186
+ *
187
187
  * @type {number}
188
188
  * @memberof Plans
189
189
  */
190
190
  'context4_PctOfChg'?: number | null;
191
191
  /**
192
- * Out of network percentage of change provided by context. Required for Context claim edits and repricing.
192
+ *
193
193
  * @type {number}
194
194
  * @memberof Plans
195
195
  */
196
196
  'context4_PctOfChg_OON'?: number | null;
197
197
  /**
198
- * When using Context4, the Plan Price is never allowed to exceed the Billed Price, it\'ll set it to the Billed Price.
198
+ *
199
199
  * @type {boolean}
200
200
  * @memberof Plans
201
201
  */
202
202
  'context4_PlanPriceNotGreaterBilledFg': boolean;
203
203
  /**
204
- * User ID provided by Context. Required for Context claim edits and repricing.
204
+ *
205
205
  * @type {string}
206
206
  * @memberof Plans
207
207
  */
208
208
  'context4_UserID'?: string | null;
209
209
  /**
210
- * URL provided by Context. Required for Context claim edits and repricing.
210
+ *
211
211
  * @type {string}
212
212
  * @memberof Plans
213
213
  */
214
214
  'context4_WebURI'?: string | null;
215
215
  /**
216
- * URL delete provided by Context. Required for Context claim edits and repricing.
216
+ *
217
217
  * @type {string}
218
218
  * @memberof Plans
219
219
  */
220
220
  'context4_WebURI_Delete'?: string | null;
221
221
  /**
222
- * Indicates the currency being used.
222
+ *
223
223
  * @type {string}
224
224
  * @memberof Plans
225
225
  */
226
226
  'currency_ID'?: string | null;
227
227
  /**
228
- * Indicates whether In-Network Deductible amounts apply toward the satisfaction of Out of Network amounts.
228
+ *
229
229
  * @type {boolean}
230
230
  * @memberof Plans
231
231
  */
232
232
  'ded_In_To_Out': boolean;
233
233
  /**
234
- * Indicates whether Out of Network Deductible amounts apply toward the satisfaction of In-Network amounts.
234
+ *
235
235
  * @type {boolean}
236
236
  * @memberof Plans
237
237
  */
238
238
  'ded_Out_To_In': boolean;
239
239
  /**
240
- * A short description of the associated plan.
240
+ *
241
241
  * @type {string}
242
242
  * @memberof Plans
243
243
  */
244
244
  'description'?: string | null;
245
+ /**
246
+ *
247
+ * @type {string}
248
+ * @memberof Plans
249
+ */
250
+ 'entry_Date'?: string;
251
+ /**
252
+ *
253
+ * @type {string}
254
+ * @memberof Plans
255
+ */
256
+ 'entry_User'?: string | null;
245
257
  /**
246
258
  *
247
259
  * @type {number}
@@ -249,49 +261,49 @@ export interface Plans {
249
261
  */
250
262
  'extended_Term_Default'?: number | null;
251
263
  /**
252
- * Specifies that the number of Member level Coinsurance amounts should be used to satisfy the Family level Coinsurance amount.
264
+ *
253
265
  * @type {boolean}
254
266
  * @memberof Plans
255
267
  */
256
268
  'family_Level_Co_Ins': boolean;
257
269
  /**
258
- * Number of Members that must satisfy the Member level deductible before the Family level amount is considered met.
270
+ *
259
271
  * @type {number}
260
272
  * @memberof Plans
261
273
  */
262
274
  'family_Level_Co_Ins_Member'?: number | null;
263
275
  /**
264
- * Specifies that the number of Member level deductible amounts should be used to satisfy the Family level deductible.
276
+ *
265
277
  * @type {boolean}
266
278
  * @memberof Plans
267
279
  */
268
280
  'family_Level_Ded': boolean;
269
281
  /**
270
- * Number of Members that must satisfy the Member level deductible before the Family level amount is considered met.
282
+ *
271
283
  * @type {number}
272
284
  * @memberof Plans
273
285
  */
274
286
  'family_Level_Ded_Member'?: number | null;
275
287
  /**
276
- * Specifies that the number of Member level Out of Pocket amounts should be used to satisfy the Family level Out of Pocket amount.
288
+ *
277
289
  * @type {boolean}
278
290
  * @memberof Plans
279
291
  */
280
292
  'family_Level_OOP': boolean;
281
293
  /**
282
- * Number of Members that must satisfy the Member level Out of Pocket before the Family level Out of Pocket is considered met.
294
+ *
283
295
  * @type {number}
284
296
  * @memberof Plans
285
297
  */
286
298
  'family_Level_OOP_Member'?: number | null;
287
299
  /**
288
- * Information field used in reporting to identify this plan as Flex Advance Fund.
300
+ *
289
301
  * @type {boolean}
290
302
  * @memberof Plans
291
303
  */
292
304
  'flex_Advance_Fund': boolean;
293
305
  /**
294
- * Indicates what type of Flex account to be associated with the plan.
306
+ *
295
307
  * @type {string}
296
308
  * @memberof Plans
297
309
  */
@@ -303,247 +315,247 @@ export interface Plans {
303
315
  */
304
316
  'forfeiture_Status_Default'?: string | null;
305
317
  /**
306
- * Ex Code associated with the illness waiting period.
318
+ *
307
319
  * @type {string}
308
320
  * @memberof Plans
309
321
  */
310
322
  'illness_Ex_Code'?: string | null;
311
323
  /**
312
- * Waiting Period after an illness for Disability plans to start coverage.
324
+ *
313
325
  * @type {number}
314
326
  * @memberof Plans
315
327
  */
316
328
  'illness_Waiting_Period'?: number | null;
317
329
  /**
318
- * Indicates whether the Disability plan includes a waiting period.
330
+ *
319
331
  * @type {boolean}
320
332
  * @memberof Plans
321
333
  */
322
334
  'include_Waiting_Period'?: boolean | null;
323
335
  /**
324
- * Ex Code associated with the injury waiting period.
336
+ *
325
337
  * @type {string}
326
338
  * @memberof Plans
327
339
  */
328
340
  'injury_Ex_Code'?: string | null;
329
341
  /**
330
- * Waiting Period after an injury for Disability plans to start coverage.
342
+ *
331
343
  * @type {number}
332
344
  * @memberof Plans
333
345
  */
334
346
  'injury_Waiting_Period'?: number | null;
335
347
  /**
336
- * Total lifetime amount that the Plan will pay both In Network and Out of Network for the Familiy.
348
+ *
337
349
  * @type {number}
338
350
  * @memberof Plans
339
351
  */
340
352
  'lifetime_Max'?: number | null;
341
353
  /**
342
- * Lifetime amount that the Plan will pay In Network for the Familiy.
354
+ *
343
355
  * @type {number}
344
356
  * @memberof Plans
345
357
  */
346
358
  'lifetime_Max_Net'?: number | null;
347
359
  /**
348
- * Lifetime amount that the Plan will pay Out of Network for the Familiy.
360
+ *
349
361
  * @type {number}
350
362
  * @memberof Plans
351
363
  */
352
364
  'lifetime_Max_OON'?: number | null;
353
365
  /**
354
- * Specifies the required age for maturity of policy inside enrollment.
366
+ *
355
367
  * @type {number}
356
368
  * @memberof Plans
357
369
  */
358
370
  'maturity_Age'?: number | null;
359
371
  /**
360
- * Defines the age type for maturity based upon birth date or anniversary of enrollment.
372
+ *
361
373
  * @type {string}
362
374
  * @memberof Plans
363
375
  */
364
376
  'maturity_Age_Type'?: string | null;
365
377
  /**
366
- * Maximum number of weeks the specified Plan will pay Disability.
378
+ *
367
379
  * @type {number}
368
380
  * @memberof Plans
369
381
  */
370
382
  'max_Disability_Weeks'?: number | null;
371
383
  /**
372
- * Indicates whether the waiting period is included in the Max Disability Weeks.
384
+ *
373
385
  * @type {boolean}
374
386
  * @memberof Plans
375
387
  */
376
388
  'max_Includes_Waiting_Period'?: boolean | null;
377
389
  /**
378
- * Total deductible amount to be credited back to each Member during adjudication.
390
+ *
379
391
  * @type {number}
380
392
  * @memberof Plans
381
393
  */
382
394
  'mem_Ded_Credit'?: number | null;
383
395
  /**
384
- * Out of Network deductible amount to be credited back to each Member during adjudication.
396
+ *
385
397
  * @type {number}
386
398
  * @memberof Plans
387
399
  */
388
400
  'mem_Ded_Credit_OON'?: number | null;
389
401
  /**
390
- * In-Network deductible amount to be credited back to each Member during adjudication.
402
+ *
391
403
  * @type {number}
392
404
  * @memberof Plans
393
405
  */
394
406
  'mem_Ded_Credit_PPO'?: number | null;
395
407
  /**
396
- * Total In-Network and Out of Network annual maximum the plan will pay out per Member.
408
+ *
397
409
  * @type {number}
398
410
  * @memberof Plans
399
411
  */
400
412
  'member_Annual_Max'?: number | null;
401
413
  /**
402
- * In-Network annual maximum that the plan will pay out per Member.
414
+ *
403
415
  * @type {number}
404
416
  * @memberof Plans
405
417
  */
406
418
  'member_Annual_Max_Net'?: number | null;
407
419
  /**
408
- * Out of Network annual maximum that the plan will pay out per Member.
420
+ *
409
421
  * @type {number}
410
422
  * @memberof Plans
411
423
  */
412
424
  'member_Annual_Max_OON'?: number | null;
413
425
  /**
414
- * Deductible amount for the Member Out of Network.
426
+ *
415
427
  * @type {number}
416
428
  * @memberof Plans
417
429
  */
418
430
  'member_Ded_OON'?: number | null;
419
431
  /**
420
- * Deductible amount for the Member In Network.
432
+ *
421
433
  * @type {number}
422
434
  * @memberof Plans
423
435
  */
424
436
  'member_Ded_PPO'?: number | null;
425
437
  /**
426
- * Total deductible amount for the Member both In Network and Out of Network.
438
+ *
427
439
  * @type {number}
428
440
  * @memberof Plans
429
441
  */
430
442
  'member_Deductible'?: number | null;
431
443
  /**
432
- * Total In-Network and Out of Network lifetime maximum that the plan will pay out per Member.
444
+ *
433
445
  * @type {number}
434
446
  * @memberof Plans
435
447
  */
436
448
  'member_Lifetime_Max'?: number | null;
437
449
  /**
438
- * In-Network lifetime maximum that the plan will pay out per Member.
450
+ *
439
451
  * @type {number}
440
452
  * @memberof Plans
441
453
  */
442
454
  'member_Lifetime_Max_Net'?: number | null;
443
455
  /**
444
- * Out of Network lifetime that the plan will pay out per Member.
456
+ *
445
457
  * @type {number}
446
458
  * @memberof Plans
447
459
  */
448
460
  'member_Lifetime_Max_OON'?: number | null;
449
461
  /**
450
- * Formula used to calculate Out of Pocket amounts.
462
+ *
451
463
  * @type {string}
452
464
  * @memberof Plans
453
465
  */
454
466
  'ooP_Calc_Option'?: string | null;
455
467
  /**
456
- * Indicates whether In-Network Out of Pocket amounts apply toward the satisfaction of Out of Network amounts.
468
+ *
457
469
  * @type {boolean}
458
470
  * @memberof Plans
459
471
  */
460
472
  'ooP_In_To_Out': boolean;
461
473
  /**
462
- * Total In-Network and Out of Network Out of Pocket maximum for the Member.
474
+ *
463
475
  * @type {number}
464
476
  * @memberof Plans
465
477
  */
466
478
  'ooP_Max_Mem'?: number | null;
467
479
  /**
468
- * In-Network Out of Pocket maximum for the Member.
480
+ *
469
481
  * @type {number}
470
482
  * @memberof Plans
471
483
  */
472
484
  'ooP_Max_Net_Mem'?: number | null;
473
485
  /**
474
- * In-Network Out of Pocket maximum for the Family.
486
+ *
475
487
  * @type {number}
476
488
  * @memberof Plans
477
489
  */
478
490
  'ooP_Max_Net_Sub'?: number | null;
479
491
  /**
480
- * Out of Network Out of Pocket for the Member.
492
+ *
481
493
  * @type {number}
482
494
  * @memberof Plans
483
495
  */
484
496
  'ooP_Max_OON_Mem'?: number | null;
485
497
  /**
486
- * Out of Network Out of Pocket for the Family.
498
+ *
487
499
  * @type {number}
488
500
  * @memberof Plans
489
501
  */
490
502
  'ooP_Max_OON_Sub'?: number | null;
491
503
  /**
492
- * Total In-Network and Out of Network Out of Pocket maximum for the Family.
504
+ *
493
505
  * @type {number}
494
506
  * @memberof Plans
495
507
  */
496
508
  'ooP_Max_Sub'?: number | null;
497
509
  /**
498
- * Indicates whether Out of Network Out of Pocket amounts apply toward the satisfaction of In-Network amounts.
510
+ *
499
511
  * @type {boolean}
500
512
  * @memberof Plans
501
513
  */
502
514
  'ooP_Out_To_In': boolean;
503
515
  /**
504
- * Payment Interval or frequency for Disability plans.
516
+ *
505
517
  * @type {number}
506
518
  * @memberof Plans
507
519
  */
508
520
  'payment_Interval'?: number | null;
509
521
  /**
510
- * No longer in use.
522
+ *
511
523
  * @type {string}
512
524
  * @memberof Plans
513
525
  */
514
526
  'payor_ID'?: string | null;
515
527
  /**
516
- * Identifies the Ex Code that will be applied based upon the Pend_Flag field.
528
+ *
517
529
  * @type {string}
518
530
  * @memberof Plans
519
531
  */
520
532
  'pend_Ex_Code'?: string | null;
521
533
  /**
522
- * Specifies if an Ex Code will be assigned, which will apply to all claims adjudicated for this plan. The Ex Code can be an informational, denial, or pend code. All ExCodes impact adjudication.
534
+ *
523
535
  * @type {string}
524
536
  * @memberof Plans
525
537
  */
526
538
  'pend_Flag'?: string | null;
527
539
  /**
528
- * Used for custom reporting and information.
540
+ *
529
541
  * @type {string}
530
542
  * @memberof Plans
531
543
  */
532
544
  'plan_Document_URL'?: string | null;
533
545
  /**
534
- * Identifies the Type of Plan (medical, dental, etc.). Keep in mind that Accumulators are tied to \'Plan Type\' not the plan itself.
546
+ *
535
547
  * @type {string}
536
548
  * @memberof Plans
537
549
  */
538
550
  'plan_Type'?: string | null;
539
551
  /**
540
- * Length of the grace period.
552
+ *
541
553
  * @type {number}
542
554
  * @memberof Plans
543
555
  */
544
556
  'policy_Forfeiture_Grace_Period'?: number | null;
545
557
  /**
546
- * Defines the type of grace period. Restricted to units of days.
558
+ *
547
559
  * @type {string}
548
560
  * @memberof Plans
549
561
  */
@@ -555,29 +567,35 @@ export interface Plans {
555
567
  */
556
568
  'policy_Status_Default'?: string | null;
557
569
  /**
558
- * Identifies the Ex Code that will be applied to disability claims falling within the provided range.
570
+ *
559
571
  * @type {string}
560
572
  * @memberof Plans
561
573
  */
562
574
  'preEx_Ex_Code'?: string | null;
563
575
  /**
564
- * No longer in use. Pre-Ex processing has been moved to a more detailed structure in PlanPrex tables.
576
+ *
565
577
  * @type {number}
566
578
  * @memberof Plans
567
579
  */
568
580
  'preEx_From'?: number | null;
569
581
  /**
570
- * Defines a range of days that is determined by comparing the start date of the plan and the disability date. If a disability claim falls within this defined range, the specified Ex Code will be applied to that claim.
582
+ *
571
583
  * @type {number}
572
584
  * @memberof Plans
573
585
  */
574
586
  'preEx_Range'?: number | null;
575
587
  /**
576
- * No longer in use. Pre-Ex processing has been moved to a more detailed structure in PlanPrex tables.
588
+ *
577
589
  * @type {number}
578
590
  * @memberof Plans
579
591
  */
580
592
  'preEx_Thru'?: number | null;
593
+ /**
594
+ *
595
+ * @type {string}
596
+ * @memberof Plans
597
+ */
598
+ 'qpA_Method'?: string | null;
581
599
  /**
582
600
  *
583
601
  * @type {number}
@@ -585,55 +603,67 @@ export interface Plans {
585
603
  */
586
604
  'reduced_Paid_Up_Default'?: number | null;
587
605
  /**
588
- * No longer in use.
606
+ *
589
607
  * @type {boolean}
590
608
  * @memberof Plans
591
609
  */
592
610
  'remove_Member_Amount_Edit': boolean;
593
611
  /**
594
- * Total deductible amount to be credited back to the Subscriber during adjudication.
612
+ *
595
613
  * @type {number}
596
614
  * @memberof Plans
597
615
  */
598
616
  'sub_Ded_Credit'?: number | null;
599
617
  /**
600
- * Out of Network deductible amount to be credited back to the Subscriber during adjudication.
618
+ *
601
619
  * @type {number}
602
620
  * @memberof Plans
603
621
  */
604
622
  'sub_Ded_Credit_OON'?: number | null;
605
623
  /**
606
- * In-Network deductible amount to be credited back to the Subscriber during adjudication.
624
+ *
607
625
  * @type {number}
608
626
  * @memberof Plans
609
627
  */
610
628
  'sub_Ded_Credit_PPO'?: number | null;
611
629
  /**
612
- * Deductible amount for the Family Out of Network.
630
+ *
613
631
  * @type {number}
614
632
  * @memberof Plans
615
633
  */
616
634
  'subscriber_Ded_OON'?: number | null;
617
635
  /**
618
- * Deductible amount for the Family In Network.
636
+ *
619
637
  * @type {number}
620
638
  * @memberof Plans
621
639
  */
622
640
  'subscriber_Ded_PPO'?: number | null;
623
641
  /**
624
- * Total deductible amount for the Family both In Network and Out of Network.
642
+ *
625
643
  * @type {number}
626
644
  * @memberof Plans
627
645
  */
628
646
  'subscriber_Deductible'?: number | null;
629
647
  /**
630
- * Survivor Benefit associated with Disability plans.
648
+ *
631
649
  * @type {number}
632
650
  * @memberof Plans
633
651
  */
634
652
  'survivor_Benefit'?: number | null;
635
653
  /**
636
- * Indicates whether the COB should be used.
654
+ *
655
+ * @type {string}
656
+ * @memberof Plans
657
+ */
658
+ 'update_Date'?: string;
659
+ /**
660
+ *
661
+ * @type {string}
662
+ * @memberof Plans
663
+ */
664
+ 'update_User'?: string | null;
665
+ /**
666
+ *
637
667
  * @type {boolean}
638
668
  * @memberof Plans
639
669
  */