@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20230208.2 → 1.20230403.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.
Files changed (58) hide show
  1. package/.openapi-generator/FILES +19 -0
  2. package/api/adv-group-api.ts +17 -17
  3. package/api/chat-gptapi.ts +154 -0
  4. package/api/events-api.ts +87 -0
  5. package/api/groups-api.ts +17 -17
  6. package/api/prem-rate-types-api.ts +668 -0
  7. package/api/premium-invoice-payments-api.ts +124 -0
  8. package/api/premium-invoices-api.ts +336 -5
  9. package/api/premium-rate-distribution-types-api.ts +155 -0
  10. package/api/state-interest-api.ts +668 -0
  11. package/api/subscriber-plan-policies-api.ts +43 -91
  12. package/api/user-api.ts +394 -0
  13. package/api.ts +4 -0
  14. package/models/chat-message.ts +30 -0
  15. package/models/claim-batch-detail.ts +152 -140
  16. package/models/claim-batch.ts +1697 -479
  17. package/models/claim-detail.ts +137 -125
  18. package/models/claim-pre-batch-detail.ts +101 -95
  19. package/models/claim-pre-batch.ts +1703 -425
  20. package/models/claim.ts +1562 -338
  21. package/models/company-data.ts +433 -403
  22. package/models/cost-contain-zelis-ex-code.ts +12 -6
  23. package/models/enrollment-disenroll-group.ts +84 -0
  24. package/models/enrollment-disenroll.ts +28 -34
  25. package/models/groups.ts +18 -18
  26. package/models/idcard-request.ts +3 -3
  27. package/models/index.ts +15 -0
  28. package/models/mem-enrollment-plan.ts +9 -9
  29. package/models/mem-enrollment-rider.ts +10 -10
  30. package/models/member-beneficiary.ts +3 -3
  31. package/models/member-language.ts +38 -2
  32. package/models/member-medicare-resp.ts +50 -26
  33. package/models/members.ts +1 -1
  34. package/models/network-procedure-cluster.ts +15 -9
  35. package/models/plan-benefit-cluster.ts +12 -12
  36. package/models/plan-benefit-rate.ts +5 -5
  37. package/models/plan-benefits.ts +58 -52
  38. package/models/plan-type.ts +21 -21
  39. package/models/plans.ts +41 -41
  40. package/models/prem-invoice-group-summary-vbaresponse.ts +45 -0
  41. package/models/prem-invoice-group-summary.ts +114 -0
  42. package/models/prem-invoice-payment-ext-list-vbaresponse.ts +45 -0
  43. package/models/prem-invoice-payment-ext.ts +102 -0
  44. package/models/prem-invoice-slim-list-vbaresponse.ts +45 -0
  45. package/models/prem-invoice-slim.ts +42 -0
  46. package/models/prem-rate-type-list-vbaresponse.ts +45 -0
  47. package/models/prem-rate-type-vbaresponse.ts +45 -0
  48. package/models/prem-rate-type.ts +72 -0
  49. package/models/prem-rate.ts +91 -85
  50. package/models/state-interest-list-vbaresponse.ts +45 -0
  51. package/models/state-interest-vbaresponse.ts +45 -0
  52. package/models/state-interest.ts +84 -0
  53. package/models/sub-enrollment-plan.ts +10 -10
  54. package/models/sub-enrollment-rider.ts +14 -14
  55. package/models/subscribers.ts +2 -2
  56. package/models/user-reset-password-request.ts +42 -0
  57. package/models/users.ts +8 -8
  58. package/package.json +1 -1
package/models/plans.ts CHANGED
@@ -45,7 +45,7 @@ export interface 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
+ * Indicates if this plan allows auto-creation of Flex claims based on Group level configuration for flex auto-creation. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
49
49
  * @type {boolean}
50
50
  * @memberof Plans
51
51
  */
@@ -69,7 +69,7 @@ export interface 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
+ * No longer in use. All captiation logic and processing now resides in the capitation tables. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
73
73
  * @type {boolean}
74
74
  * @memberof Plans
75
75
  */
@@ -81,7 +81,7 @@ 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
+ * Indicates whether In-Network Coinsurance amounts apply toward the satisfaction of Out of Network amounts. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
85
85
  * @type {boolean}
86
86
  * @memberof Plans
87
87
  */
@@ -123,7 +123,7 @@ export interface 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
+ * Indicates whether Out of Network CoInsurance amounts apply toward the satisfaction of the In-Network amounts. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
127
127
  * @type {boolean}
128
128
  * @memberof Plans
129
129
  */
@@ -195,7 +195,7 @@ export interface 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
+ * When using Context4, the Plan Price is never allowed to exceed the Billed Price, it\'ll set it to the Billed Price. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
199
199
  * @type {boolean}
200
200
  * @memberof Plans
201
201
  */
@@ -225,13 +225,13 @@ export interface 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
+ * Indicates whether In-Network Deductible amounts apply toward the satisfaction of Out of Network amounts. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
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
+ * Indicates whether Out of Network Deductible amounts apply toward the satisfaction of In-Network amounts. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
235
235
  * @type {boolean}
236
236
  * @memberof Plans
237
237
  */
@@ -261,7 +261,7 @@ export interface Plans {
261
261
  */
262
262
  'extended_Term_Default'?: number | null;
263
263
  /**
264
- * Specifies that the number of Member level Coinsurance amounts should be used to satisfy the Family level Coinsurance amount.
264
+ * Specifies that the number of Member level Coinsurance amounts should be used to satisfy the Family level Coinsurance amount. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
265
265
  * @type {boolean}
266
266
  * @memberof Plans
267
267
  */
@@ -273,7 +273,7 @@ export interface Plans {
273
273
  */
274
274
  'family_Level_Co_Ins_Member'?: number | null;
275
275
  /**
276
- * Specifies that the number of Member level deductible amounts should be used to satisfy the Family level deductible.
276
+ * Specifies that the number of Member level deductible amounts should be used to satisfy the Family level deductible. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
277
277
  * @type {boolean}
278
278
  * @memberof Plans
279
279
  */
@@ -285,7 +285,7 @@ export interface Plans {
285
285
  */
286
286
  'family_Level_Ded_Member'?: number | null;
287
287
  /**
288
- * Specifies that the number of Member level Out of Pocket amounts should be used to satisfy the Family level Out of Pocket amount.
288
+ * Specifies that the number of Member level Out of Pocket amounts should be used to satisfy the Family level Out of Pocket amount. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
289
289
  * @type {boolean}
290
290
  * @memberof Plans
291
291
  */
@@ -297,7 +297,7 @@ export interface Plans {
297
297
  */
298
298
  'family_Level_OOP_Member'?: number | null;
299
299
  /**
300
- * Information field used in reporting to identify this plan as Flex Advance Fund.
300
+ * Information field used in reporting to identify this plan as Flex Advance Fund. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
301
301
  * @type {boolean}
302
302
  * @memberof Plans
303
303
  */
@@ -345,151 +345,151 @@ export interface Plans {
345
345
  */
346
346
  'injury_Waiting_Period'?: number | null;
347
347
  /**
348
- *
348
+ * Indicates if this Plan has Elimination Period rules. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
349
349
  * @type {boolean}
350
350
  * @memberof Plans
351
351
  */
352
352
  'ltC_Apply_Elimination_Period': boolean;
353
353
  /**
354
- *
354
+ * Indicates if Waiver of Premium rules should apply for this plan. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
355
355
  * @type {boolean}
356
356
  * @memberof Plans
357
357
  */
358
358
  'ltC_Apply_Waiver_Of_Premium': boolean;
359
359
  /**
360
- *
360
+ * This is the daily benefit amount
361
361
  * @type {number}
362
362
  * @memberof Plans
363
363
  */
364
364
  'ltC_Daily_Benefit'?: number | null;
365
365
  /**
366
- *
366
+ * The start of the selection range for members taking this plan and choosing their daily benefit.
367
367
  * @type {number}
368
368
  * @memberof Plans
369
369
  */
370
370
  'ltC_Daily_Benefit_Range_From'?: number | null;
371
371
  /**
372
- *
372
+ * The increment of each option in the range between the from and thru. If empty, the member can manually select a value between the from / thru range.
373
373
  * @type {number}
374
374
  * @memberof Plans
375
375
  */
376
376
  'ltC_Daily_Benefit_Range_Increment'?: number | null;
377
377
  /**
378
- *
378
+ * The end of the selection range for members taking this plan and choosing their daily benefit.
379
379
  * @type {number}
380
380
  * @memberof Plans
381
381
  */
382
382
  'ltC_Daily_Benefit_Range_Thru'?: number | null;
383
383
  /**
384
- *
384
+ * This is the type of daily benefit defined for this plan. The values are: A - a flat daily benefit enforced by the plan. B - member selected value utilizing the daily benefit range/increment settings.
385
385
  * @type {string}
386
386
  * @memberof Plans
387
387
  */
388
388
  'ltC_Daily_Benefit_Type'?: string | null;
389
389
  /**
390
- *
390
+ * This is the elimination period value based on Elimination_Period_Type.
391
391
  * @type {number}
392
392
  * @memberof Plans
393
393
  */
394
394
  'ltC_Elimination_Period'?: number | null;
395
395
  /**
396
- *
396
+ * Indicates if the elimination period is per claim. By default the elimination period is per plan/policy. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
397
397
  * @type {boolean}
398
398
  * @memberof Plans
399
399
  */
400
400
  'ltC_Elimination_Period_Per_Claim': boolean;
401
401
  /**
402
- *
402
+ * This is the type of Elimination Period rule to apply for this Plan. Values are: A - Calendar Days B - Service Days C - Special Service Days (one day equals a week of elimination period)
403
403
  * @type {string}
404
404
  * @memberof Plans
405
405
  */
406
406
  'ltC_Elimination_Period_Type'?: string | null;
407
407
  /**
408
- *
408
+ * The selectable range of days the member can pick for calculations based on days.
409
409
  * @type {number}
410
410
  * @memberof Plans
411
411
  */
412
412
  'ltC_Lifetime_Max_Days_From'?: number | null;
413
413
  /**
414
- *
414
+ * The selectable range of days the member can pick for calculations based on days.
415
415
  * @type {number}
416
416
  * @memberof Plans
417
417
  */
418
418
  'ltC_Lifetime_Max_Days_Thru'?: number | null;
419
419
  /**
420
- *
420
+ * The low end range for member lifetime max selection.
421
421
  * @type {number}
422
422
  * @memberof Plans
423
423
  */
424
424
  'ltC_Lifetime_Max_From'?: number | null;
425
425
  /**
426
- *
426
+ * The increment of options the user can select within the max range. Empty value here means it is a free from entry of max between the range.
427
427
  * @type {number}
428
428
  * @memberof Plans
429
429
  */
430
430
  'ltC_Lifetime_Max_Increment'?: number | null;
431
431
  /**
432
- *
432
+ * Indicates if plans of the same plan type, and both flagged as joint policy, can share a \"Total\" lifetime max between both plans as long as both plans have selected a shared benefit. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
433
433
  * @type {boolean}
434
434
  * @memberof Plans
435
435
  */
436
436
  'ltC_Lifetime_Max_Joint_Policy': boolean;
437
437
  /**
438
- *
438
+ * The high end range for member lifetime max selection.
439
439
  * @type {number}
440
440
  * @memberof Plans
441
441
  */
442
442
  'ltC_Lifetime_Max_Thru'?: number | null;
443
443
  /**
444
- *
444
+ * Lifetime Max calculation type and will dicatate the max rules applied. Valid values are: STANDARD - DBM x 365 days x Lifetime Max Years selected LMDAYS - DBM x Lifetime Max Days selected FLAT - Lifetime Max Amount selected and not based on calculation LMMONTHS - MBA x 12 Months x Lifetime Max Years selected
445
445
  * @type {string}
446
446
  * @memberof Plans
447
447
  */
448
448
  'ltC_Lifetime_Max_Type'?: string | null;
449
449
  /**
450
- *
450
+ * the selectable range of years the member can pick for calculations based on years.
451
451
  * @type {number}
452
452
  * @memberof Plans
453
453
  */
454
454
  'ltC_Lifetime_Max_Years_From'?: number | null;
455
455
  /**
456
- *
456
+ * The selectable range of years the member can pick for calculations based on years.
457
457
  * @type {number}
458
458
  * @memberof Plans
459
459
  */
460
460
  'ltC_Lifetime_Max_Years_Thru'?: number | null;
461
461
  /**
462
- *
462
+ * This is the monthly benefit amount
463
463
  * @type {number}
464
464
  * @memberof Plans
465
465
  */
466
466
  'ltC_Monthly_Benefit'?: number | null;
467
467
  /**
468
- *
468
+ * The start of the selection range for members taking this plan and choosing their monthly benefit.
469
469
  * @type {number}
470
470
  * @memberof Plans
471
471
  */
472
472
  'ltC_Monthly_Benefit_Range_From'?: number | null;
473
473
  /**
474
- *
474
+ * The increment of each option in the range between the from and thru. If empty, the member can manually select a value between the from / thru range.
475
475
  * @type {number}
476
476
  * @memberof Plans
477
477
  */
478
478
  'ltC_Monthly_Benefit_Range_Increment'?: number | null;
479
479
  /**
480
- *
480
+ * The end of the selection range for members taking this plan and choosing their monthly benefit.
481
481
  * @type {number}
482
482
  * @memberof Plans
483
483
  */
484
484
  'ltC_Monthly_Benefit_Range_Thru'?: number | null;
485
485
  /**
486
- *
486
+ * This is the type of monthly benefit defined for this plan. The values are: A - a flat monthly benefit enforced by the plan. B - member selected value utilizing the monthly benefit range/increment settings.
487
487
  * @type {string}
488
488
  * @memberof Plans
489
489
  */
490
490
  'ltC_Monthly_Benefit_Type'?: string | null;
491
491
  /**
492
- *
492
+ * This is the type/rules for LTC waiver of premium. Current Values are: A - 1st day of following month B - day of eligibility approval C - joint waiver D - survivorship waiver
493
493
  * @type {string}
494
494
  * @memberof Plans
495
495
  */
@@ -615,7 +615,7 @@ export interface Plans {
615
615
  */
616
616
  'ooP_Calc_Option'?: string | null;
617
617
  /**
618
- * Indicates whether In-Network Out of Pocket amounts apply toward the satisfaction of Out of Network amounts.
618
+ * Indicates whether In-Network Out of Pocket amounts apply toward the satisfaction of Out of Network amounts. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
619
619
  * @type {boolean}
620
620
  * @memberof Plans
621
621
  */
@@ -657,7 +657,7 @@ export interface Plans {
657
657
  */
658
658
  'ooP_Max_Sub'?: number | null;
659
659
  /**
660
- * Indicates whether Out of Network Out of Pocket amounts apply toward the satisfaction of In-Network amounts.
660
+ * Indicates whether Out of Network Out of Pocket amounts apply toward the satisfaction of In-Network amounts. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
661
661
  * @type {boolean}
662
662
  * @memberof Plans
663
663
  */
@@ -741,7 +741,7 @@ export interface Plans {
741
741
  */
742
742
  'preEx_Thru'?: number | null;
743
743
  /**
744
- *
744
+ * Determines the QPA Method to be used for claims under this Plan
745
745
  * @type {string}
746
746
  * @memberof Plans
747
747
  */
@@ -753,7 +753,7 @@ export interface Plans {
753
753
  */
754
754
  'reduced_Paid_Up_Default'?: number | null;
755
755
  /**
756
- * No longer in use.
756
+ * No longer in use. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
757
757
  * @type {boolean}
758
758
  * @memberof Plans
759
759
  */
@@ -813,7 +813,7 @@ export interface Plans {
813
813
  */
814
814
  'update_User'?: string | null;
815
815
  /**
816
- * Indicates whether the COB should be used.
816
+ * Indicates whether the COB should be used. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
817
817
  * @type {boolean}
818
818
  * @memberof Plans
819
819
  */
@@ -0,0 +1,45 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * VBASoftware
5
+ * APIs for VBASoftware
6
+ *
7
+ * The version of the OpenAPI document: v1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ import { Debug } from './debug';
17
+ import { PremInvoiceGroupSummary } from './prem-invoice-group-summary';
18
+ import { VBAProblemDetails } from './vbaproblem-details';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface PremInvoiceGroupSummaryVBAResponse
24
+ */
25
+ export interface PremInvoiceGroupSummaryVBAResponse {
26
+ /**
27
+ *
28
+ * @type {PremInvoiceGroupSummary}
29
+ * @memberof PremInvoiceGroupSummaryVBAResponse
30
+ */
31
+ 'data'?: PremInvoiceGroupSummary;
32
+ /**
33
+ *
34
+ * @type {VBAProblemDetails}
35
+ * @memberof PremInvoiceGroupSummaryVBAResponse
36
+ */
37
+ 'error'?: VBAProblemDetails;
38
+ /**
39
+ *
40
+ * @type {Debug}
41
+ * @memberof PremInvoiceGroupSummaryVBAResponse
42
+ */
43
+ 'debug'?: Debug;
44
+ }
45
+
@@ -0,0 +1,114 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * VBASoftware
5
+ * APIs for VBASoftware
6
+ *
7
+ * The version of the OpenAPI document: v1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface PremInvoiceGroupSummary
21
+ */
22
+ export interface PremInvoiceGroupSummary {
23
+ /**
24
+ *
25
+ * @type {number}
26
+ * @memberof PremInvoiceGroupSummary
27
+ */
28
+ 'subscriberCount': number;
29
+ /**
30
+ *
31
+ * @type {number}
32
+ * @memberof PremInvoiceGroupSummary
33
+ */
34
+ 'paidSubscriberCount': number;
35
+ /**
36
+ *
37
+ * @type {number}
38
+ * @memberof PremInvoiceGroupSummary
39
+ */
40
+ 'dependentCount': number;
41
+ /**
42
+ *
43
+ * @type {number}
44
+ * @memberof PremInvoiceGroupSummary
45
+ */
46
+ 'paidDependentCount': number;
47
+ /**
48
+ *
49
+ * @type {number}
50
+ * @memberof PremInvoiceGroupSummary
51
+ */
52
+ 'memberCount': number;
53
+ /**
54
+ *
55
+ * @type {number}
56
+ * @memberof PremInvoiceGroupSummary
57
+ */
58
+ 'paidMemberCount': number;
59
+ /**
60
+ *
61
+ * @type {number}
62
+ * @memberof PremInvoiceGroupSummary
63
+ */
64
+ 'premium': number;
65
+ /**
66
+ *
67
+ * @type {number}
68
+ * @memberof PremInvoiceGroupSummary
69
+ */
70
+ 'premiumReceived': number;
71
+ /**
72
+ *
73
+ * @type {number}
74
+ * @memberof PremInvoiceGroupSummary
75
+ */
76
+ 'postedPayment': number;
77
+ /**
78
+ *
79
+ * @type {number}
80
+ * @memberof PremInvoiceGroupSummary
81
+ */
82
+ 'unpostedAmount': number;
83
+ /**
84
+ *
85
+ * @type {number}
86
+ * @memberof PremInvoiceGroupSummary
87
+ */
88
+ 'amountDue': number;
89
+ /**
90
+ *
91
+ * @type {number}
92
+ * @memberof PremInvoiceGroupSummary
93
+ */
94
+ 'headerAdjustment': number;
95
+ /**
96
+ *
97
+ * @type {number}
98
+ * @memberof PremInvoiceGroupSummary
99
+ */
100
+ 'subscriberAdjustment': number;
101
+ /**
102
+ *
103
+ * @type {number}
104
+ * @memberof PremInvoiceGroupSummary
105
+ */
106
+ 'adjustmentReceived': number;
107
+ /**
108
+ *
109
+ * @type {number}
110
+ * @memberof PremInvoiceGroupSummary
111
+ */
112
+ 'detailAdjustment': number;
113
+ }
114
+
@@ -0,0 +1,45 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * VBASoftware
5
+ * APIs for VBASoftware
6
+ *
7
+ * The version of the OpenAPI document: v1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ import { Debug } from './debug';
17
+ import { PremInvoicePaymentExt } from './prem-invoice-payment-ext';
18
+ import { VBAProblemDetails } from './vbaproblem-details';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface PremInvoicePaymentExtListVBAResponse
24
+ */
25
+ export interface PremInvoicePaymentExtListVBAResponse {
26
+ /**
27
+ *
28
+ * @type {Array<PremInvoicePaymentExt>}
29
+ * @memberof PremInvoicePaymentExtListVBAResponse
30
+ */
31
+ 'data'?: Array<PremInvoicePaymentExt> | null;
32
+ /**
33
+ *
34
+ * @type {VBAProblemDetails}
35
+ * @memberof PremInvoicePaymentExtListVBAResponse
36
+ */
37
+ 'error'?: VBAProblemDetails;
38
+ /**
39
+ *
40
+ * @type {Debug}
41
+ * @memberof PremInvoicePaymentExtListVBAResponse
42
+ */
43
+ 'debug'?: Debug;
44
+ }
45
+
@@ -0,0 +1,102 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * VBASoftware
5
+ * APIs for VBASoftware
6
+ *
7
+ * The version of the OpenAPI document: v1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ * Similar to the PremInvoicePayment class but has additional computed fields.
19
+ * @export
20
+ * @interface PremInvoicePaymentExt
21
+ */
22
+ export interface PremInvoicePaymentExt {
23
+ /**
24
+ * Invoice the payment is for
25
+ * @type {number}
26
+ * @memberof PremInvoicePaymentExt
27
+ */
28
+ 'invoiceKey'?: number;
29
+ /**
30
+ * Payment that is applied to the invoice
31
+ * @type {number}
32
+ * @memberof PremInvoicePaymentExt
33
+ */
34
+ 'premPaymentKey'?: number;
35
+ /**
36
+ * ID for the Payment
37
+ * @type {string}
38
+ * @memberof PremInvoicePaymentExt
39
+ */
40
+ 'paymentId'?: string | null;
41
+ /**
42
+ * Amount of the Payment
43
+ * @type {number}
44
+ * @memberof PremInvoicePaymentExt
45
+ */
46
+ 'paymentAmount'?: number;
47
+ /**
48
+ * Date of the Payment
49
+ * @type {string}
50
+ * @memberof PremInvoicePaymentExt
51
+ */
52
+ 'paymentDate'?: string | null;
53
+ /**
54
+ *
55
+ * @type {number}
56
+ * @memberof PremInvoicePaymentExt
57
+ */
58
+ 'invoicePostedPayments'?: number;
59
+ /**
60
+ * Payment posted to the invoice
61
+ * @type {number}
62
+ * @memberof PremInvoicePaymentExt
63
+ */
64
+ 'paymentPosted'?: number;
65
+ /**
66
+ * Date the Payment was Posted to the invoice
67
+ * @type {string}
68
+ * @memberof PremInvoicePaymentExt
69
+ */
70
+ 'paymentPostedDate'?: string | null;
71
+ /**
72
+ * Calculated field that sums the PremInvoiceReceived, PremInvoiceSelfAdminReceived and PremInvoiceAdjReceived.
73
+ * @type {number}
74
+ * @memberof PremInvoicePaymentExt
75
+ */
76
+ 'paymentApplied'?: number;
77
+ /**
78
+ * User that first added the record to the system
79
+ * @type {string}
80
+ * @memberof PremInvoicePaymentExt
81
+ */
82
+ 'entryUser'?: string | null;
83
+ /**
84
+ * Date record was first added to the system
85
+ * @type {string}
86
+ * @memberof PremInvoicePaymentExt
87
+ */
88
+ 'entryDate'?: string;
89
+ /**
90
+ * User that last updated the record in the system
91
+ * @type {string}
92
+ * @memberof PremInvoicePaymentExt
93
+ */
94
+ 'updateUser'?: string | null;
95
+ /**
96
+ * Date the record was last updated in the system
97
+ * @type {string}
98
+ * @memberof PremInvoicePaymentExt
99
+ */
100
+ 'updateDate'?: string;
101
+ }
102
+
@@ -0,0 +1,45 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * VBASoftware
5
+ * APIs for VBASoftware
6
+ *
7
+ * The version of the OpenAPI document: v1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ import { Debug } from './debug';
17
+ import { PremInvoiceSlim } from './prem-invoice-slim';
18
+ import { VBAProblemDetails } from './vbaproblem-details';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface PremInvoiceSlimListVBAResponse
24
+ */
25
+ export interface PremInvoiceSlimListVBAResponse {
26
+ /**
27
+ *
28
+ * @type {Array<PremInvoiceSlim>}
29
+ * @memberof PremInvoiceSlimListVBAResponse
30
+ */
31
+ 'data'?: Array<PremInvoiceSlim> | null;
32
+ /**
33
+ *
34
+ * @type {VBAProblemDetails}
35
+ * @memberof PremInvoiceSlimListVBAResponse
36
+ */
37
+ 'error'?: VBAProblemDetails;
38
+ /**
39
+ *
40
+ * @type {Debug}
41
+ * @memberof PremInvoiceSlimListVBAResponse
42
+ */
43
+ 'debug'?: Debug;
44
+ }
45
+