@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20230403.1 → 1.20230512.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 (61) hide show
  1. package/.openapi-generator/FILES +20 -1
  2. package/api/capitation-plan-rates-api.ts +22 -13
  3. package/api/claim-adjudication-api.ts +404 -0
  4. package/api/commission-adjustments-api.ts +59 -107
  5. package/api/commission-rate-subscribers-api.ts +126 -0
  6. package/api/context4-health-cost-containment-option-pricing-api.ts +17 -8
  7. package/api/context4-health-cost-containment-options-api.ts +17 -8
  8. package/api/groups-api.ts +97 -0
  9. package/api/invoice-status-api.ts +155 -0
  10. package/api/invoice-types-api.ts +155 -0
  11. package/api/members-api.ts +323 -0
  12. package/api/plan-benefit-clusters-api.ts +17 -8
  13. package/api/plan-relationship-age-restrictions-api.ts +63 -148
  14. package/api/premium-invoice-subscribers-api.ts +123 -0
  15. package/api/process-logging-api.ts +105 -0
  16. package/api/security-area-user-groups-api.ts +100 -0
  17. package/api/security-area-users-api.ts +98 -0
  18. package/api/subscriber-plan-policy-forfeitures-api.ts +581 -35
  19. package/api/ucnetwork-api.ts +710 -0
  20. package/api.ts +3 -1
  21. package/models/auth-adjustment.ts +2 -2
  22. package/models/billing-cycle.ts +25 -1
  23. package/models/call-tracking.ts +25 -1
  24. package/models/check-batch.ts +27 -3
  25. package/models/commission-adjustment.ts +21 -15
  26. package/models/commission-rate.ts +90 -36
  27. package/models/company-data.ts +12 -0
  28. package/models/enrollment-pcpauto-assign-member-list-vbaresponse.ts +45 -0
  29. package/models/enrollment-pcpauto-assign-member.ts +96 -0
  30. package/models/enrollment-pcpauto-assign-provider-list-vbaresponse.ts +45 -0
  31. package/models/enrollment-pcpauto-assign-provider.ts +90 -0
  32. package/models/enrollment-pcpauto-assign.ts +3 -3
  33. package/models/funding-request.ts +26 -2
  34. package/models/index.ts +17 -0
  35. package/models/payee.ts +29 -5
  36. package/models/plan-pre-ex.ts +54 -0
  37. package/models/plans.ts +6 -0
  38. package/models/prem-invoice.ts +27 -21
  39. package/models/prem-rate-type.ts +6 -0
  40. package/models/prem-rate.ts +6 -0
  41. package/models/state-interest.ts +72 -0
  42. package/models/state.ts +35 -5
  43. package/models/string-list-vbaresponse.ts +44 -0
  44. package/models/sub-enrollment-plan.ts +6 -0
  45. package/models/sub-payment-method.ts +16 -10
  46. package/models/subscriber-forfeiture-status.ts +25 -1
  47. package/models/subscribers.ts +6 -0
  48. package/models/ucnetwork-list-vbaresponse.ts +45 -0
  49. package/models/ucnetwork-vbaresponse.ts +45 -0
  50. package/models/ucnetwork.ts +90 -0
  51. package/models/vbacommission-rate-subscriber-list-vbaresponse.ts +45 -0
  52. package/models/vbacommission-rate-subscriber.ts +48 -0
  53. package/models/vbagroup-enrollment-summary-vbaresponse.ts +45 -0
  54. package/models/vbagroup-enrollment-summary.ts +48 -0
  55. package/models/vbamembers-disability-tax-summary-vbaresponse.ts +45 -0
  56. package/models/vbamembers-disability-tax-summary.ts +276 -0
  57. package/models/vbaprem-invoice-subscriber-history-list-vbaresponse.ts +45 -0
  58. package/models/vbaprem-invoice-subscriber-history.ts +108 -0
  59. package/models/vbaprocess-log-list-vbaresponse.ts +45 -0
  60. package/package.json +1 -1
  61. package/api/subscriber-plan-forfeitures-api.ts +0 -731
@@ -0,0 +1,90 @@
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 UCNetwork
21
+ */
22
+ export interface UCNetwork {
23
+ /**
24
+ * Group ID that the Usual and Customary Network applies to
25
+ * @type {string}
26
+ * @memberof UCNetwork
27
+ */
28
+ 'group_ID': string;
29
+ /**
30
+ * Division ID that the Usual and Customary Network applies to
31
+ * @type {string}
32
+ * @memberof UCNetwork
33
+ */
34
+ 'division_ID': string;
35
+ /**
36
+ * Plan ID that the Usual and Customary Network applies to
37
+ * @type {string}
38
+ * @memberof UCNetwork
39
+ */
40
+ 'plan_ID': string;
41
+ /**
42
+ * State that the Usual and Customary Network applies to
43
+ * @type {string}
44
+ * @memberof UCNetwork
45
+ */
46
+ 'state': string;
47
+ /**
48
+ * Fee Schedule that is used for the Usual and Customary Network
49
+ * @type {string}
50
+ * @memberof UCNetwork
51
+ */
52
+ 'fee_Sched': string;
53
+ /**
54
+ * Date the Usual and Customary Network terminates
55
+ * @type {string}
56
+ * @memberof UCNetwork
57
+ */
58
+ 'end_Date'?: string | null;
59
+ /**
60
+ * Date record was first added to the system
61
+ * @type {string}
62
+ * @memberof UCNetwork
63
+ */
64
+ 'entry_Date'?: string;
65
+ /**
66
+ * User that first added the record to the system
67
+ * @type {string}
68
+ * @memberof UCNetwork
69
+ */
70
+ 'entry_User'?: string | null;
71
+ /**
72
+ * Date that the Usual and Customary Network becomes effective
73
+ * @type {string}
74
+ * @memberof UCNetwork
75
+ */
76
+ 'start_Date'?: string | null;
77
+ /**
78
+ * Date the record was last updated in the system
79
+ * @type {string}
80
+ * @memberof UCNetwork
81
+ */
82
+ 'update_Date'?: string;
83
+ /**
84
+ * User that last updated the record in the system
85
+ * @type {string}
86
+ * @memberof UCNetwork
87
+ */
88
+ 'update_User'?: string | null;
89
+ }
90
+
@@ -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 { VBACommissionRateSubscriber } from './vbacommission-rate-subscriber';
18
+ import { VBAProblemDetails } from './vbaproblem-details';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface VBACommissionRateSubscriberListVBAResponse
24
+ */
25
+ export interface VBACommissionRateSubscriberListVBAResponse {
26
+ /**
27
+ *
28
+ * @type {Array<VBACommissionRateSubscriber>}
29
+ * @memberof VBACommissionRateSubscriberListVBAResponse
30
+ */
31
+ 'data'?: Array<VBACommissionRateSubscriber> | null;
32
+ /**
33
+ *
34
+ * @type {VBAProblemDetails}
35
+ * @memberof VBACommissionRateSubscriberListVBAResponse
36
+ */
37
+ 'error'?: VBAProblemDetails;
38
+ /**
39
+ *
40
+ * @type {Debug}
41
+ * @memberof VBACommissionRateSubscriberListVBAResponse
42
+ */
43
+ 'debug'?: Debug;
44
+ }
45
+
@@ -0,0 +1,48 @@
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 VBACommissionRateSubscriber
21
+ */
22
+ export interface VBACommissionRateSubscriber {
23
+ /**
24
+ * The Commission Rate Key asigned to this Subscriber
25
+ * @type {number}
26
+ * @memberof VBACommissionRateSubscriber
27
+ */
28
+ 'commissionRate_Key'?: number | null;
29
+ /**
30
+ * The subscriber\'s unique id
31
+ * @type {string}
32
+ * @memberof VBACommissionRateSubscriber
33
+ */
34
+ 'subscriber_ID'?: string | null;
35
+ /**
36
+ * First name
37
+ * @type {string}
38
+ * @memberof VBACommissionRateSubscriber
39
+ */
40
+ 'first_Name'?: string | null;
41
+ /**
42
+ * Last name
43
+ * @type {string}
44
+ * @memberof VBACommissionRateSubscriber
45
+ */
46
+ 'last_Name'?: string | null;
47
+ }
48
+
@@ -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 { VBAGroupEnrollmentSummary } from './vbagroup-enrollment-summary';
18
+ import { VBAProblemDetails } from './vbaproblem-details';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface VBAGroupEnrollmentSummaryVBAResponse
24
+ */
25
+ export interface VBAGroupEnrollmentSummaryVBAResponse {
26
+ /**
27
+ *
28
+ * @type {VBAGroupEnrollmentSummary}
29
+ * @memberof VBAGroupEnrollmentSummaryVBAResponse
30
+ */
31
+ 'data'?: VBAGroupEnrollmentSummary;
32
+ /**
33
+ *
34
+ * @type {VBAProblemDetails}
35
+ * @memberof VBAGroupEnrollmentSummaryVBAResponse
36
+ */
37
+ 'error'?: VBAProblemDetails;
38
+ /**
39
+ *
40
+ * @type {Debug}
41
+ * @memberof VBAGroupEnrollmentSummaryVBAResponse
42
+ */
43
+ 'debug'?: Debug;
44
+ }
45
+
@@ -0,0 +1,48 @@
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 VBAGroupEnrollmentSummary
21
+ */
22
+ export interface VBAGroupEnrollmentSummary {
23
+ /**
24
+ *
25
+ * @type {number}
26
+ * @memberof VBAGroupEnrollmentSummary
27
+ */
28
+ 'totalSubscribers'?: number;
29
+ /**
30
+ *
31
+ * @type {number}
32
+ * @memberof VBAGroupEnrollmentSummary
33
+ */
34
+ 'totalMembers'?: number;
35
+ /**
36
+ *
37
+ * @type {number}
38
+ * @memberof VBAGroupEnrollmentSummary
39
+ */
40
+ 'totalSubscribersCurrent'?: number;
41
+ /**
42
+ *
43
+ * @type {number}
44
+ * @memberof VBAGroupEnrollmentSummary
45
+ */
46
+ 'totalMembersCurrent'?: number;
47
+ }
48
+
@@ -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 { VBAMembersDisabilityTaxSummary } from './vbamembers-disability-tax-summary';
18
+ import { VBAProblemDetails } from './vbaproblem-details';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface VBAMembersDisabilityTaxSummaryVBAResponse
24
+ */
25
+ export interface VBAMembersDisabilityTaxSummaryVBAResponse {
26
+ /**
27
+ *
28
+ * @type {VBAMembersDisabilityTaxSummary}
29
+ * @memberof VBAMembersDisabilityTaxSummaryVBAResponse
30
+ */
31
+ 'data'?: VBAMembersDisabilityTaxSummary;
32
+ /**
33
+ *
34
+ * @type {VBAProblemDetails}
35
+ * @memberof VBAMembersDisabilityTaxSummaryVBAResponse
36
+ */
37
+ 'error'?: VBAProblemDetails;
38
+ /**
39
+ *
40
+ * @type {Debug}
41
+ * @memberof VBAMembersDisabilityTaxSummaryVBAResponse
42
+ */
43
+ 'debug'?: Debug;
44
+ }
45
+
@@ -0,0 +1,276 @@
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
+ * This class represents a summary of disability tax information for a VBA member.
19
+ * @export
20
+ * @interface VBAMembersDisabilityTaxSummary
21
+ */
22
+ export interface VBAMembersDisabilityTaxSummary {
23
+ /**
24
+ * The total amount of disability tax.
25
+ * @type {number}
26
+ * @memberof VBAMembersDisabilityTaxSummary
27
+ */
28
+ 'total'?: number;
29
+ /**
30
+ * The amount of disability tax that has been paid.
31
+ * @type {number}
32
+ * @memberof VBAMembersDisabilityTaxSummary
33
+ */
34
+ 'paid'?: number;
35
+ /**
36
+ * The amount of disability tax that is payable.
37
+ * @type {number}
38
+ * @memberof VBAMembersDisabilityTaxSummary
39
+ */
40
+ 'payable'?: number;
41
+ /**
42
+ * The amount of disability tax in batch.
43
+ * @type {number}
44
+ * @memberof VBAMembersDisabilityTaxSummary
45
+ */
46
+ 'inBatch'?: number;
47
+ /**
48
+ * The amount of disability tax that has been denied.
49
+ * @type {number}
50
+ * @memberof VBAMembersDisabilityTaxSummary
51
+ */
52
+ 'denied'?: number;
53
+ /**
54
+ * The total number of days for which disability benefits were claimed.
55
+ * @type {number}
56
+ * @memberof VBAMembersDisabilityTaxSummary
57
+ */
58
+ 'totalDays'?: number;
59
+ /**
60
+ * The number of days for which disability benefits have been paid.
61
+ * @type {number}
62
+ * @memberof VBAMembersDisabilityTaxSummary
63
+ */
64
+ 'paidDays'?: number;
65
+ /**
66
+ * The number of days for which disability benefits are payable.
67
+ * @type {number}
68
+ * @memberof VBAMembersDisabilityTaxSummary
69
+ */
70
+ 'payableDays'?: number;
71
+ /**
72
+ * The number of days for which disability benefits are in batch.
73
+ * @type {number}
74
+ * @memberof VBAMembersDisabilityTaxSummary
75
+ */
76
+ 'inBatchDays'?: number;
77
+ /**
78
+ * The number of days for which disability benefits have been denied.
79
+ * @type {number}
80
+ * @memberof VBAMembersDisabilityTaxSummary
81
+ */
82
+ 'deniedDays'?: number;
83
+ /**
84
+ * The total amount of disability benefits claimed.
85
+ * @type {number}
86
+ * @memberof VBAMembersDisabilityTaxSummary
87
+ */
88
+ 'benefitTotalAmount'?: number;
89
+ /**
90
+ * The amount of disability benefits paid.
91
+ * @type {number}
92
+ * @memberof VBAMembersDisabilityTaxSummary
93
+ */
94
+ 'benefitPaidAmount'?: number;
95
+ /**
96
+ * The amount of disability benefits payable.
97
+ * @type {number}
98
+ * @memberof VBAMembersDisabilityTaxSummary
99
+ */
100
+ 'benefitPayableAmount'?: number;
101
+ /**
102
+ * The amount of disability benefits in batch.
103
+ * @type {number}
104
+ * @memberof VBAMembersDisabilityTaxSummary
105
+ */
106
+ 'benefitInBatchAmount'?: number;
107
+ /**
108
+ * The total amount of deductions claimed for disability tax.
109
+ * @type {number}
110
+ * @memberof VBAMembersDisabilityTaxSummary
111
+ */
112
+ 'deductionTotalAmount'?: number;
113
+ /**
114
+ * The amount of deductions paid for disability tax.
115
+ * @type {number}
116
+ * @memberof VBAMembersDisabilityTaxSummary
117
+ */
118
+ 'deductionPaidAmount'?: number;
119
+ /**
120
+ * The amount of deductions payable for disability tax.
121
+ * @type {number}
122
+ * @memberof VBAMembersDisabilityTaxSummary
123
+ */
124
+ 'deductionPayableAmount'?: number;
125
+ /**
126
+ * The amount of deductions in batch for disability tax.
127
+ * @type {number}
128
+ * @memberof VBAMembersDisabilityTaxSummary
129
+ */
130
+ 'deductionInBatchAmount'?: number;
131
+ /**
132
+ * The total amount of taxable disability benefits.
133
+ * @type {number}
134
+ * @memberof VBAMembersDisabilityTaxSummary
135
+ */
136
+ 'taxableTotalAmount'?: number;
137
+ /**
138
+ * The amount of taxable disability benefits paid.
139
+ * @type {number}
140
+ * @memberof VBAMembersDisabilityTaxSummary
141
+ */
142
+ 'taxablePaidAmount'?: number;
143
+ /**
144
+ * The total amount of taxable benefits payable for the member\'s disability tax summary.
145
+ * @type {number}
146
+ * @memberof VBAMembersDisabilityTaxSummary
147
+ */
148
+ 'taxablePayableAmount'?: number;
149
+ /**
150
+ * The total amount of taxable benefits in batch for the member\'s disability tax summary.
151
+ * @type {number}
152
+ * @memberof VBAMembersDisabilityTaxSummary
153
+ */
154
+ 'taxableInBatchAmount'?: number;
155
+ /**
156
+ * The total federal tax amount for the member\'s disability tax summary.
157
+ * @type {number}
158
+ * @memberof VBAMembersDisabilityTaxSummary
159
+ */
160
+ 'federalTaxTotalAmount'?: number;
161
+ /**
162
+ * The total amount of federal tax paid for the member\'s disability tax summary.
163
+ * @type {number}
164
+ * @memberof VBAMembersDisabilityTaxSummary
165
+ */
166
+ 'federalTaxPaidAmount'?: number;
167
+ /**
168
+ * The total amount of federal tax payable for the member\'s disability tax summary.
169
+ * @type {number}
170
+ * @memberof VBAMembersDisabilityTaxSummary
171
+ */
172
+ 'federalTaxPayableAmount'?: number;
173
+ /**
174
+ * The total amount of federal tax in batch for the member\'s disability tax summary.
175
+ * @type {number}
176
+ * @memberof VBAMembersDisabilityTaxSummary
177
+ */
178
+ 'federalTaxInBatchAmount'?: number;
179
+ /**
180
+ * The total Social Security tax amount for the member\'s disability tax summary.
181
+ * @type {number}
182
+ * @memberof VBAMembersDisabilityTaxSummary
183
+ */
184
+ 'socSecTaxTotalAmount'?: number;
185
+ /**
186
+ * The total amount of Social Security tax paid for the member\'s disability tax summary.
187
+ * @type {number}
188
+ * @memberof VBAMembersDisabilityTaxSummary
189
+ */
190
+ 'socSecTaxPaidAmount'?: number;
191
+ /**
192
+ * The total amount of Social Security tax payable for the member\'s disability tax summary.
193
+ * @type {number}
194
+ * @memberof VBAMembersDisabilityTaxSummary
195
+ */
196
+ 'socSecTaxPayableAmount'?: number;
197
+ /**
198
+ * The total amount of Social Security tax in batch for the member\'s disability tax summary.
199
+ * @type {number}
200
+ * @memberof VBAMembersDisabilityTaxSummary
201
+ */
202
+ 'socSecTaxInBatchAmount'?: number;
203
+ /**
204
+ * The total Medicare tax amount for the member\'s disability tax summary.
205
+ * @type {number}
206
+ * @memberof VBAMembersDisabilityTaxSummary
207
+ */
208
+ 'medicareTaxTotalAmount'?: number;
209
+ /**
210
+ * The total amount of Medicare tax paid for the member\'s disability tax summary.
211
+ * @type {number}
212
+ * @memberof VBAMembersDisabilityTaxSummary
213
+ */
214
+ 'medicareTaxPaidAmount'?: number;
215
+ /**
216
+ * The total amount of Medicare tax payable for the member\'s disability tax summary.
217
+ * @type {number}
218
+ * @memberof VBAMembersDisabilityTaxSummary
219
+ */
220
+ 'medicareTaxPayableAmount'?: number;
221
+ /**
222
+ * The total amount of Medicare tax in batch for the member\'s disability tax summary.
223
+ * @type {number}
224
+ * @memberof VBAMembersDisabilityTaxSummary
225
+ */
226
+ 'medicareTaxInBatchAmount'?: number;
227
+ /**
228
+ * The total state tax amount for the member\'s disability tax summary.
229
+ * @type {number}
230
+ * @memberof VBAMembersDisabilityTaxSummary
231
+ */
232
+ 'stateTaxTotalAmount'?: number;
233
+ /**
234
+ * The total amount of state tax paid for the member\'s disability tax summary.
235
+ * @type {number}
236
+ * @memberof VBAMembersDisabilityTaxSummary
237
+ */
238
+ 'stateTaxPaidAmount'?: number;
239
+ /**
240
+ * Represents the amount of state tax payable for a VBA member\'s disability tax summary.
241
+ * @type {number}
242
+ * @memberof VBAMembersDisabilityTaxSummary
243
+ */
244
+ 'stateTaxPayableAmount'?: number;
245
+ /**
246
+ * Represents the amount of state tax in batch for a VBA member\'s disability tax summary.
247
+ * @type {number}
248
+ * @memberof VBAMembersDisabilityTaxSummary
249
+ */
250
+ 'stateTaxInBatchAmount'?: number;
251
+ /**
252
+ * Represents the total amount of local tax for a VBA member\'s disability tax summary.
253
+ * @type {number}
254
+ * @memberof VBAMembersDisabilityTaxSummary
255
+ */
256
+ 'localTaxTotalAmount'?: number;
257
+ /**
258
+ * Represents the amount of local tax paid for a VBA member\'s disability tax summary.
259
+ * @type {number}
260
+ * @memberof VBAMembersDisabilityTaxSummary
261
+ */
262
+ 'localTaxPaidAmount'?: number;
263
+ /**
264
+ * Represents the amount of local tax payable for a VBA member\'s disability tax summary.
265
+ * @type {number}
266
+ * @memberof VBAMembersDisabilityTaxSummary
267
+ */
268
+ 'localTaxPayableAmount'?: number;
269
+ /**
270
+ * Represents the amount of local tax in batch for a VBA member\'s disability tax summary.
271
+ * @type {number}
272
+ * @memberof VBAMembersDisabilityTaxSummary
273
+ */
274
+ 'localTaxInBatchAmount'?: number;
275
+ }
276
+
@@ -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 { VBAPremInvoiceSubscriberHistory } from './vbaprem-invoice-subscriber-history';
18
+ import { VBAProblemDetails } from './vbaproblem-details';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface VBAPremInvoiceSubscriberHistoryListVBAResponse
24
+ */
25
+ export interface VBAPremInvoiceSubscriberHistoryListVBAResponse {
26
+ /**
27
+ *
28
+ * @type {Array<VBAPremInvoiceSubscriberHistory>}
29
+ * @memberof VBAPremInvoiceSubscriberHistoryListVBAResponse
30
+ */
31
+ 'data'?: Array<VBAPremInvoiceSubscriberHistory> | null;
32
+ /**
33
+ *
34
+ * @type {VBAProblemDetails}
35
+ * @memberof VBAPremInvoiceSubscriberHistoryListVBAResponse
36
+ */
37
+ 'error'?: VBAProblemDetails;
38
+ /**
39
+ *
40
+ * @type {Debug}
41
+ * @memberof VBAPremInvoiceSubscriberHistoryListVBAResponse
42
+ */
43
+ 'debug'?: Debug;
44
+ }
45
+