@volcengine/billing 1.0.1 → 1.0.3

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 (89) hide show
  1. package/.turbo/turbo-build.log +6 -6
  2. package/dist/cjs/index.js +33 -3
  3. package/dist/esm/api.d.ts +33 -0
  4. package/dist/esm/api.d.ts.map +1 -1
  5. package/dist/esm/index.mjs +22 -1
  6. package/dist/esm/types/bill-category-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  7. package/dist/esm/types/bill-category-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  8. package/dist/esm/types/billing-mode-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  9. package/dist/esm/types/billing-mode-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  10. package/dist/esm/types/business-mode-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  11. package/dist/esm/types/business-mode-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  12. package/dist/esm/types/configuration-code-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  13. package/dist/esm/types/configuration-code-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  14. package/dist/esm/types/cost-data-for-list-cost-analysis-open-api-output.d.ts +36 -0
  15. package/dist/esm/types/cost-data-for-list-cost-analysis-open-api-output.d.ts.map +1 -0
  16. package/dist/esm/types/cost-for-list-cost-analysis-open-api-output.d.ts +30 -0
  17. package/dist/esm/types/cost-for-list-cost-analysis-open-api-output.d.ts.map +1 -0
  18. package/dist/esm/types/element-code-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  19. package/dist/esm/types/element-code-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  20. package/dist/esm/types/filter-for-list-cost-analysis-open-api-input.d.ts +35 -0
  21. package/dist/esm/types/filter-for-list-cost-analysis-open-api-input.d.ts.map +1 -0
  22. package/dist/esm/types/get-filter-info-for-cost-analysis-request.d.ts +35 -0
  23. package/dist/esm/types/get-filter-info-for-cost-analysis-request.d.ts.map +1 -0
  24. package/dist/esm/types/get-filter-info-for-cost-analysis-response.d.ts +102 -0
  25. package/dist/esm/types/get-filter-info-for-cost-analysis-response.d.ts.map +1 -0
  26. package/dist/esm/types/index.d.ts +21 -0
  27. package/dist/esm/types/index.d.ts.map +1 -1
  28. package/dist/esm/types/list-cost-analysis-open-api-request.d.ts +66 -0
  29. package/dist/esm/types/list-cost-analysis-open-api-request.d.ts.map +1 -0
  30. package/dist/esm/types/list-cost-analysis-open-api-response.d.ts +41 -0
  31. package/dist/esm/types/list-cost-analysis-open-api-response.d.ts.map +1 -0
  32. package/dist/esm/types/list-for-list-amortized-cost-bill-daily-output.d.ts +5 -0
  33. package/dist/esm/types/list-for-list-amortized-cost-bill-daily-output.d.ts.map +1 -1
  34. package/dist/esm/types/list-for-list-amortized-cost-bill-detail-output.d.ts +5 -0
  35. package/dist/esm/types/list-for-list-amortized-cost-bill-detail-output.d.ts.map +1 -1
  36. package/dist/esm/types/list-for-list-amortized-cost-bill-monthly-output.d.ts +5 -0
  37. package/dist/esm/types/list-for-list-amortized-cost-bill-monthly-output.d.ts.map +1 -1
  38. package/dist/esm/types/list-for-list-bill-detail-output.d.ts +5 -0
  39. package/dist/esm/types/list-for-list-bill-detail-output.d.ts.map +1 -1
  40. package/dist/esm/types/list-for-list-split-bill-detail-output.d.ts +10 -0
  41. package/dist/esm/types/list-for-list-split-bill-detail-output.d.ts.map +1 -1
  42. package/dist/esm/types/owner-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  43. package/dist/esm/types/owner-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  44. package/dist/esm/types/payer-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  45. package/dist/esm/types/payer-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  46. package/dist/esm/types/product-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  47. package/dist/esm/types/product-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  48. package/dist/esm/types/project-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  49. package/dist/esm/types/project-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  50. package/dist/esm/types/query-tag-value-by-tag-key-request.d.ts +40 -0
  51. package/dist/esm/types/query-tag-value-by-tag-key-request.d.ts.map +1 -0
  52. package/dist/esm/types/query-tag-value-by-tag-key-response.d.ts +25 -0
  53. package/dist/esm/types/query-tag-value-by-tag-key-response.d.ts.map +1 -0
  54. package/dist/esm/types/region-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  55. package/dist/esm/types/region-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  56. package/dist/esm/types/subject-no-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  57. package/dist/esm/types/subject-no-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  58. package/dist/esm/types/zone-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  59. package/dist/esm/types/zone-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  60. package/dist/tsconfig.tsbuildinfo +1 -1
  61. package/package.json +1 -1
  62. package/src/api.ts +57 -1
  63. package/src/types/bill-category-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  64. package/src/types/billing-mode-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  65. package/src/types/business-mode-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  66. package/src/types/configuration-code-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  67. package/src/types/cost-data-for-list-cost-analysis-open-api-output.ts +41 -0
  68. package/src/types/cost-for-list-cost-analysis-open-api-output.ts +34 -0
  69. package/src/types/element-code-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  70. package/src/types/filter-for-list-cost-analysis-open-api-input.ts +40 -0
  71. package/src/types/get-filter-info-for-cost-analysis-request.ts +40 -0
  72. package/src/types/get-filter-info-for-cost-analysis-response.ts +118 -0
  73. package/src/types/index.ts +21 -0
  74. package/src/types/list-cost-analysis-open-api-request.ts +77 -0
  75. package/src/types/list-cost-analysis-open-api-response.ts +47 -0
  76. package/src/types/list-for-list-amortized-cost-bill-daily-output.ts +6 -0
  77. package/src/types/list-for-list-amortized-cost-bill-detail-output.ts +6 -0
  78. package/src/types/list-for-list-amortized-cost-bill-monthly-output.ts +6 -0
  79. package/src/types/list-for-list-bill-detail-output.ts +6 -0
  80. package/src/types/list-for-list-split-bill-detail-output.ts +12 -0
  81. package/src/types/owner-user-name-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  82. package/src/types/payer-user-name-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  83. package/src/types/product-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  84. package/src/types/project-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  85. package/src/types/query-tag-value-by-tag-key-request.ts +46 -0
  86. package/src/types/query-tag-value-by-tag-key-response.ts +28 -0
  87. package/src/types/region-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  88. package/src/types/subject-no-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  89. package/src/types/zone-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
@@ -0,0 +1,77 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * billing
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { FilterForListCostAnalysisOpenApiInput } from './filter-for-list-cost-analysis-open-api-input';
16
+ /**
17
+ *
18
+ *
19
+ * @export
20
+ * @interface ListCostAnalysisOpenApiRequest
21
+ */
22
+ export interface ListCostAnalysisOpenApiRequest {
23
+
24
+ /**
25
+ * @type {string}
26
+ * @memberof ListCostAnalysisOpenApiRequest
27
+ */
28
+ BeginTimeStr: string;
29
+
30
+ /**
31
+ * @type {number}
32
+ * @memberof ListCostAnalysisOpenApiRequest
33
+ */
34
+ ClassifyDimension: number;
35
+
36
+ /**
37
+ * @type {string}
38
+ * @memberof ListCostAnalysisOpenApiRequest
39
+ */
40
+ ClassifyDimensionValue?: string;
41
+
42
+ /**
43
+ * @type {number}
44
+ * @memberof ListCostAnalysisOpenApiRequest
45
+ */
46
+ CostType: number;
47
+
48
+ /**
49
+ * @type {string}
50
+ * @memberof ListCostAnalysisOpenApiRequest
51
+ */
52
+ EndTimeStr: string;
53
+
54
+ /**
55
+ * @type {Array<FilterForListCostAnalysisOpenApiInput>}
56
+ * @memberof ListCostAnalysisOpenApiRequest
57
+ */
58
+ Filters?: Array<FilterForListCostAnalysisOpenApiInput>;
59
+
60
+ /**
61
+ * @type {number}
62
+ * @memberof ListCostAnalysisOpenApiRequest
63
+ */
64
+ Limit?: number;
65
+
66
+ /**
67
+ * @type {number}
68
+ * @memberof ListCostAnalysisOpenApiRequest
69
+ */
70
+ Offset?: number;
71
+
72
+ /**
73
+ * @type {number}
74
+ * @memberof ListCostAnalysisOpenApiRequest
75
+ */
76
+ TimeGranularity: number;
77
+ }
@@ -0,0 +1,47 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * billing
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { CostDataForListCostAnalysisOpenApiOutput } from './cost-data-for-list-cost-analysis-open-api-output';
16
+ /**
17
+ *
18
+ *
19
+ * @export
20
+ * @interface ListCostAnalysisOpenApiResponse
21
+ */
22
+ export interface ListCostAnalysisOpenApiResponse {
23
+
24
+ /**
25
+ * @type {Array<CostDataForListCostAnalysisOpenApiOutput>}
26
+ * @memberof ListCostAnalysisOpenApiResponse
27
+ */
28
+ CostData?: Array<CostDataForListCostAnalysisOpenApiOutput>;
29
+
30
+ /**
31
+ * @type {number}
32
+ * @memberof ListCostAnalysisOpenApiResponse
33
+ */
34
+ Limit?: number;
35
+
36
+ /**
37
+ * @type {number}
38
+ * @memberof ListCostAnalysisOpenApiResponse
39
+ */
40
+ Offset?: number;
41
+
42
+ /**
43
+ * @type {number}
44
+ * @memberof ListCostAnalysisOpenApiResponse
45
+ */
46
+ Total?: number;
47
+ }
@@ -614,6 +614,12 @@ export interface ListForListAmortizedCostBillDailyOutput {
614
614
  */
615
615
  RegionCode?: string;
616
616
 
617
+ /**
618
+ * @type {string}
619
+ * @memberof ListForListAmortizedCostBillDailyOutput
620
+ */
621
+ ResourceID?: string;
622
+
617
623
  /**
618
624
  * @type {string}
619
625
  * @memberof ListForListAmortizedCostBillDailyOutput
@@ -530,6 +530,12 @@ export interface ListForListAmortizedCostBillDetailOutput {
530
530
  */
531
531
  Region?: string;
532
532
 
533
+ /**
534
+ * @type {string}
535
+ * @memberof ListForListAmortizedCostBillDetailOutput
536
+ */
537
+ ResourceID?: string;
538
+
533
539
  /**
534
540
  * @type {string}
535
541
  * @memberof ListForListAmortizedCostBillDetailOutput
@@ -752,6 +752,12 @@ export interface ListForListAmortizedCostBillMonthlyOutput {
752
752
  */
753
753
  Region?: string;
754
754
 
755
+ /**
756
+ * @type {string}
757
+ * @memberof ListForListAmortizedCostBillMonthlyOutput
758
+ */
759
+ ResourceID?: string;
760
+
755
761
  /**
756
762
  * @type {string}
757
763
  * @memberof ListForListAmortizedCostBillMonthlyOutput
@@ -422,6 +422,12 @@ export interface ListForListBillDetailOutput {
422
422
  */
423
423
  ReservationInstance?: string;
424
424
 
425
+ /**
426
+ * @type {string}
427
+ * @memberof ListForListBillDetailOutput
428
+ */
429
+ ResourceID?: string;
430
+
425
431
  /**
426
432
  * @type {number}
427
433
  * @memberof ListForListBillDetailOutput
@@ -92,6 +92,12 @@ export interface ListForListSplitBillDetailOutput {
92
92
  */
93
93
  CostUnit?: string;
94
94
 
95
+ /**
96
+ * @type {string}
97
+ * @memberof ListForListSplitBillDetailOutput
98
+ */
99
+ Count?: string;
100
+
95
101
  /**
96
102
  * @type {string}
97
103
  * @memberof ListForListSplitBillDetailOutput
@@ -398,6 +404,12 @@ export interface ListForListSplitBillDetailOutput {
398
404
  */
399
405
  ReservationInstance?: string;
400
406
 
407
+ /**
408
+ * @type {string}
409
+ * @memberof ListForListSplitBillDetailOutput
410
+ */
411
+ ResourceID?: string;
412
+
401
413
  /**
402
414
  * @type {string}
403
415
  * @memberof ListForListSplitBillDetailOutput
@@ -0,0 +1,34 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * billing
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface OwnerUserNameListForGetFilterInfoForCostAnalysisOutput
20
+ */
21
+ export interface OwnerUserNameListForGetFilterInfoForCostAnalysisOutput {
22
+
23
+ /**
24
+ * @type {number}
25
+ * @memberof OwnerUserNameListForGetFilterInfoForCostAnalysisOutput
26
+ */
27
+ OwnerID?: number;
28
+
29
+ /**
30
+ * @type {string}
31
+ * @memberof OwnerUserNameListForGetFilterInfoForCostAnalysisOutput
32
+ */
33
+ OwnerUserName?: string;
34
+ }
@@ -0,0 +1,34 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * billing
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface PayerUserNameListForGetFilterInfoForCostAnalysisOutput
20
+ */
21
+ export interface PayerUserNameListForGetFilterInfoForCostAnalysisOutput {
22
+
23
+ /**
24
+ * @type {number}
25
+ * @memberof PayerUserNameListForGetFilterInfoForCostAnalysisOutput
26
+ */
27
+ PayerID?: number;
28
+
29
+ /**
30
+ * @type {string}
31
+ * @memberof PayerUserNameListForGetFilterInfoForCostAnalysisOutput
32
+ */
33
+ PayerUserName?: string;
34
+ }
@@ -0,0 +1,34 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * billing
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface ProductListForGetFilterInfoForCostAnalysisOutput
20
+ */
21
+ export interface ProductListForGetFilterInfoForCostAnalysisOutput {
22
+
23
+ /**
24
+ * @type {string}
25
+ * @memberof ProductListForGetFilterInfoForCostAnalysisOutput
26
+ */
27
+ ProductCode?: string;
28
+
29
+ /**
30
+ * @type {string}
31
+ * @memberof ProductListForGetFilterInfoForCostAnalysisOutput
32
+ */
33
+ ProductName?: string;
34
+ }
@@ -0,0 +1,34 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * billing
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface ProjectListForGetFilterInfoForCostAnalysisOutput
20
+ */
21
+ export interface ProjectListForGetFilterInfoForCostAnalysisOutput {
22
+
23
+ /**
24
+ * @type {string}
25
+ * @memberof ProjectListForGetFilterInfoForCostAnalysisOutput
26
+ */
27
+ Project?: string;
28
+
29
+ /**
30
+ * @type {string}
31
+ * @memberof ProjectListForGetFilterInfoForCostAnalysisOutput
32
+ */
33
+ ProjectDisplayName?: string;
34
+ }
@@ -0,0 +1,46 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * billing
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface QueryTagValueByTagKeyRequest
20
+ */
21
+ export interface QueryTagValueByTagKeyRequest {
22
+
23
+ /**
24
+ * @type {string}
25
+ * @memberof QueryTagValueByTagKeyRequest
26
+ */
27
+ BeginTimeStr: string;
28
+
29
+ /**
30
+ * @type {string}
31
+ * @memberof QueryTagValueByTagKeyRequest
32
+ */
33
+ EndTimeStr: string;
34
+
35
+ /**
36
+ * @type {string}
37
+ * @memberof QueryTagValueByTagKeyRequest
38
+ */
39
+ TagKey: string;
40
+
41
+ /**
42
+ * @type {number}
43
+ * @memberof QueryTagValueByTagKeyRequest
44
+ */
45
+ TimeGranularity: number;
46
+ }
@@ -0,0 +1,28 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * billing
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface QueryTagValueByTagKeyResponse
20
+ */
21
+ export interface QueryTagValueByTagKeyResponse {
22
+
23
+ /**
24
+ * @type {Array<string>}
25
+ * @memberof QueryTagValueByTagKeyResponse
26
+ */
27
+ TagValueList?: Array<string>;
28
+ }
@@ -0,0 +1,34 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * billing
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface RegionListForGetFilterInfoForCostAnalysisOutput
20
+ */
21
+ export interface RegionListForGetFilterInfoForCostAnalysisOutput {
22
+
23
+ /**
24
+ * @type {string}
25
+ * @memberof RegionListForGetFilterInfoForCostAnalysisOutput
26
+ */
27
+ RegionCode?: string;
28
+
29
+ /**
30
+ * @type {string}
31
+ * @memberof RegionListForGetFilterInfoForCostAnalysisOutput
32
+ */
33
+ RegionName?: string;
34
+ }
@@ -0,0 +1,34 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * billing
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface SubjectNoListForGetFilterInfoForCostAnalysisOutput
20
+ */
21
+ export interface SubjectNoListForGetFilterInfoForCostAnalysisOutput {
22
+
23
+ /**
24
+ * @type {string}
25
+ * @memberof SubjectNoListForGetFilterInfoForCostAnalysisOutput
26
+ */
27
+ SubjectName?: string;
28
+
29
+ /**
30
+ * @type {string}
31
+ * @memberof SubjectNoListForGetFilterInfoForCostAnalysisOutput
32
+ */
33
+ SubjectNo?: string;
34
+ }
@@ -0,0 +1,34 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * billing
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface ZoneListForGetFilterInfoForCostAnalysisOutput
20
+ */
21
+ export interface ZoneListForGetFilterInfoForCostAnalysisOutput {
22
+
23
+ /**
24
+ * @type {string}
25
+ * @memberof ZoneListForGetFilterInfoForCostAnalysisOutput
26
+ */
27
+ RegionZoneCode?: string;
28
+
29
+ /**
30
+ * @type {string}
31
+ * @memberof ZoneListForGetFilterInfoForCostAnalysisOutput
32
+ */
33
+ RegionZoneName?: string;
34
+ }