tencentcloud-sdk-nodejs-intl-en 3.0.1107 → 3.0.1108

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-intl-en",
3
- "version": "3.0.1107",
3
+ "version": "3.0.1108",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1107";
1
+ const sdkVersion = "3.0.1108";
2
2
  module.exports = sdkVersion
@@ -16,7 +16,7 @@
16
16
  */
17
17
  const models = require("./models");
18
18
  const AbstractClient = require('../../common/abstract_client')
19
- const QueryDirectCustomersCreditResponse = models.QueryDirectCustomersCreditResponse;
19
+ const QueryAccountVerificationStatusResponse = models.QueryAccountVerificationStatusResponse;
20
20
  const SendVerifyCodeRequest = models.SendVerifyCodeRequest;
21
21
  const QueryPartnerCreditResponse = models.QueryPartnerCreditResponse;
22
22
  const QueryVoucherListByUinRequest = models.QueryVoucherListByUinRequest;
@@ -27,26 +27,30 @@ const QueryVoucherAmountByUinItem = models.QueryVoucherAmountByUinItem;
27
27
  const QueryVoucherListByUinItem = models.QueryVoucherListByUinItem;
28
28
  const QueryCreditAllocationHistoryData = models.QueryCreditAllocationHistoryData;
29
29
  const TagInfo = models.TagInfo;
30
+ const QueryPolicyProductListByCodeRequest = models.QueryPolicyProductListByCodeRequest;
30
31
  const DescribeBillSummaryResponse = models.DescribeBillSummaryResponse;
31
32
  const DescribeBillSummaryByPayModeResponse = models.DescribeBillSummaryByPayModeResponse;
32
33
  const QueryCreditQuotaResponse = models.QueryCreditQuotaResponse;
33
34
  const BusinessInfo = models.BusinessInfo;
34
35
  const QueryCreditByUinListRequest = models.QueryCreditByUinListRequest;
35
- const DescribeBillSummaryByProductResponse = models.DescribeBillSummaryByProductResponse;
36
+ const ApproveClientApplyResponse = models.ApproveClientApplyResponse;
36
37
  const QueryPartnerCreditRequest = models.QueryPartnerCreditRequest;
38
+ const DescribeBillSummaryByRegionRequest = models.DescribeBillSummaryByRegionRequest;
37
39
  const AllocateCustomerCreditRequest = models.AllocateCustomerCreditRequest;
38
40
  const DescribeBillSummaryByRegionResponse = models.DescribeBillSummaryByRegionResponse;
39
41
  const DescribeCustomerBillSummaryResponse = models.DescribeCustomerBillSummaryResponse;
40
42
  const QueryCustomersCreditRequest = models.QueryCustomersCreditRequest;
41
43
  const DescribeCustomerBillDownloadUrlResponse = models.DescribeCustomerBillDownloadUrlResponse;
42
- const QueryPolicyProductListByCodeRequest = models.QueryPolicyProductListByCodeRequest;
44
+ const QueryPendingClientsV2Request = models.QueryPendingClientsV2Request;
45
+ const QueryPendingCustomersItem = models.QueryPendingCustomersItem;
43
46
  const DescribeBillDetailRequest = models.DescribeBillDetailRequest;
44
47
  const CreateAndSendClientInvitationMailResponse = models.CreateAndSendClientInvitationMailResponse;
45
48
  const CreateAccountResponse = models.CreateAccountResponse;
46
- const QueryAccountVerificationStatusResponse = models.QueryAccountVerificationStatusResponse;
49
+ const DescribeBillSummaryByProductResponse = models.DescribeBillSummaryByProductResponse;
47
50
  const RegionSummaryOverviewItem = models.RegionSummaryOverviewItem;
48
51
  const CustomerBillDetailData = models.CustomerBillDetailData;
49
52
  const GetCountryCodesResponse = models.GetCountryCodesResponse;
53
+ const QueryDirectCustomersCreditResponse = models.QueryDirectCustomersCreditResponse;
50
54
  const QueryCreditByUinListResponse = models.QueryCreditByUinListResponse;
51
55
  const DescribeCustomerInfoResponse = models.DescribeCustomerInfoResponse;
52
56
  const QueryVoucherAmountByUinResponse = models.QueryVoucherAmountByUinResponse;
@@ -82,13 +86,14 @@ const DescribeBillDetailResponse = models.DescribeBillDetailResponse;
82
86
  const QueryVoucherPoolResponse = models.QueryVoucherPoolResponse;
83
87
  const QueryCreditAllocationHistoryRequest = models.QueryCreditAllocationHistoryRequest;
84
88
  const QueryCustomersCreditResponse = models.QueryCustomersCreditResponse;
85
- const DescribeBillSummaryByRegionRequest = models.DescribeBillSummaryByRegionRequest;
89
+ const ApproveClientApplyRequest = models.ApproveClientApplyRequest;
86
90
  const DescribeCustomerUinRequest = models.DescribeCustomerUinRequest;
87
91
  const QueryVoucherListByUinResponse = models.QueryVoucherListByUinResponse;
88
92
  const QueryVoucherPoolRequest = models.QueryVoucherPoolRequest;
89
93
  const SummaryDetails = models.SummaryDetails;
90
94
  const DescribeCustomerInfoData = models.DescribeCustomerInfoData;
91
95
  const DescribeBillDownloadUrlResponse = models.DescribeBillDownloadUrlResponse;
96
+ const QueryPendingClientsV2Response = models.QueryPendingClientsV2Response;
92
97
  const CreateAndSendClientInvitationMailRequest = models.CreateAndSendClientInvitationMailRequest;
93
98
  const PolicyProductList = models.PolicyProductList;
94
99
  const PayModeSummaryOverviewItem = models.PayModeSummaryOverviewItem;
@@ -133,6 +138,19 @@ class IntlpartnersmgtClient extends AbstractClient {
133
138
  this.request("AllocateCustomerCredit", req, resp, cb);
134
139
  }
135
140
 
141
+ /**
142
+ * Description: This API is used by resellers to query the list of sub-customers pending review. Note: This API is used to apply for the allowlist. If needed, please contact your business representative.
143
+
144
+ Callable roles: Reseller, Distributer, Second-level reseller
145
+ * @param {QueryPendingClientsV2Request} req
146
+ * @param {function(string, QueryPendingClientsV2Response):void} cb
147
+ * @public
148
+ */
149
+ QueryPendingClientsV2(req, cb) {
150
+ let resp = new QueryPendingClientsV2Response();
151
+ this.request("QueryPendingClientsV2", req, resp, cb);
152
+ }
153
+
136
154
  /**
137
155
  * This API is used to obtain country/region codes.
138
156
  * @param {GetCountryCodesRequest} req
@@ -166,6 +184,19 @@ class IntlpartnersmgtClient extends AbstractClient {
166
184
  this.request("QueryPartnerCredit", req, resp, cb);
167
185
  }
168
186
 
187
+ /**
188
+ * Description: This API is used by resellers to review applications to become sub-customers. Note: This API is used to apply for the allowlist. If needed, please contact your business representative.
189
+
190
+ Callable roles: Reseller, Distributer, Second-level reseller
191
+ * @param {ApproveClientApplyRequest} req
192
+ * @param {function(string, ApproveClientApplyResponse):void} cb
193
+ * @public
194
+ */
195
+ ApproveClientApply(req, cb) {
196
+ let resp = new ApproveClientApplyResponse();
197
+ this.request("ApproveClientApply", req, resp, cb);
198
+ }
199
+
169
200
  /**
170
201
  * This API is used to query customer credits.
171
202
  * @param {QueryCreditQuotaRequest} req
@@ -17,18 +17,18 @@
17
17
  const AbstractModel = require("../../common/abstract_model");
18
18
 
19
19
  /**
20
- * QueryDirectCustomersCredit response structure.
20
+ * QueryAccountVerificationStatus response structure.
21
21
  * @class
22
22
  */
23
- class QueryDirectCustomersCreditResponse extends AbstractModel {
23
+ class QueryAccountVerificationStatusResponse extends AbstractModel {
24
24
  constructor(){
25
25
  super();
26
26
 
27
27
  /**
28
- * Direct customer information list
29
- * @type {Array.<QueryDirectCustomersCreditData> || null}
28
+ * Account verification status
29
+ * @type {boolean || null}
30
30
  */
31
- this.Data = null;
31
+ this.AccountStatus = null;
32
32
 
33
33
  /**
34
34
  * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
@@ -45,15 +45,7 @@ class QueryDirectCustomersCreditResponse extends AbstractModel {
45
45
  if (!params) {
46
46
  return;
47
47
  }
48
-
49
- if (params.Data) {
50
- this.Data = new Array();
51
- for (let z in params.Data) {
52
- let obj = new QueryDirectCustomersCreditData();
53
- obj.deserialize(params.Data[z]);
54
- this.Data.push(obj);
55
- }
56
- }
48
+ this.AccountStatus = 'AccountStatus' in params ? params.AccountStatus : null;
57
49
  this.RequestId = 'RequestId' in params ? params.RequestId : null;
58
50
 
59
51
  }
@@ -478,6 +470,76 @@ class TagInfo extends AbstractModel {
478
470
  }
479
471
  }
480
472
 
473
+ /**
474
+ * QueryPolicyProductListByCode request structure.
475
+ * @class
476
+ */
477
+ class QueryPolicyProductListByCodeRequest extends AbstractModel {
478
+ constructor(){
479
+ super();
480
+
481
+ /**
482
+ * Dealer policy code.
483
+ * @type {string || null}
484
+ */
485
+ this.PolicyCode = null;
486
+
487
+ /**
488
+ * Product level 1 code.
489
+ * @type {string || null}
490
+ */
491
+ this.ProductCode = null;
492
+
493
+ /**
494
+ * Product level 1 name.
495
+ * @type {string || null}
496
+ */
497
+ this.ProductName = null;
498
+
499
+ /**
500
+ * Product level 2 code.
501
+ * @type {string || null}
502
+ */
503
+ this.SubProductCode = null;
504
+
505
+ /**
506
+ * Product level 2 name.
507
+ * @type {string || null}
508
+ */
509
+ this.SubProductName = null;
510
+
511
+ /**
512
+ * Page parameter: current page number. The minimum value is 1.
513
+ * @type {number || null}
514
+ */
515
+ this.Page = null;
516
+
517
+ /**
518
+ * Page parameter: Indicates the number of entries per page. Value range: [1, 200], default is 200.
519
+ * @type {number || null}
520
+ */
521
+ this.PageSize = null;
522
+
523
+ }
524
+
525
+ /**
526
+ * @private
527
+ */
528
+ deserialize(params) {
529
+ if (!params) {
530
+ return;
531
+ }
532
+ this.PolicyCode = 'PolicyCode' in params ? params.PolicyCode : null;
533
+ this.ProductCode = 'ProductCode' in params ? params.ProductCode : null;
534
+ this.ProductName = 'ProductName' in params ? params.ProductName : null;
535
+ this.SubProductCode = 'SubProductCode' in params ? params.SubProductCode : null;
536
+ this.SubProductName = 'SubProductName' in params ? params.SubProductName : null;
537
+ this.Page = 'Page' in params ? params.Page : null;
538
+ this.PageSize = 'PageSize' in params ? params.PageSize : null;
539
+
540
+ }
541
+ }
542
+
481
543
  /**
482
544
  * DescribeBillSummary response structure.
483
545
  * @class
@@ -689,22 +751,15 @@ class QueryCreditByUinListRequest extends AbstractModel {
689
751
  }
690
752
 
691
753
  /**
692
- * DescribeBillSummaryByProduct response structure.
754
+ * ApproveClientApply response structure.
693
755
  * @class
694
756
  */
695
- class DescribeBillSummaryByProductResponse extends AbstractModel {
757
+ class ApproveClientApplyResponse extends AbstractModel {
696
758
  constructor(){
697
759
  super();
698
760
 
699
761
  /**
700
- * Bill details from the product dimension
701
- Note: This field may return null, indicating that no valid values can be obtained.
702
- * @type {Array.<BusinessSummaryOverviewItem> || null}
703
- */
704
- this.SummaryOverview = null;
705
-
706
- /**
707
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
762
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
708
763
  * @type {string || null}
709
764
  */
710
765
  this.RequestId = null;
@@ -718,15 +773,6 @@ Note: This field may return null, indicating that no valid values can be obtaine
718
773
  if (!params) {
719
774
  return;
720
775
  }
721
-
722
- if (params.SummaryOverview) {
723
- this.SummaryOverview = new Array();
724
- for (let z in params.SummaryOverview) {
725
- let obj = new BusinessSummaryOverviewItem();
726
- obj.deserialize(params.SummaryOverview[z]);
727
- this.SummaryOverview.push(obj);
728
- }
729
- }
730
776
  this.RequestId = 'RequestId' in params ? params.RequestId : null;
731
777
 
732
778
  }
@@ -753,6 +799,41 @@ class QueryPartnerCreditRequest extends AbstractModel {
753
799
  }
754
800
  }
755
801
 
802
+ /**
803
+ * DescribeBillSummaryByRegion request structure.
804
+ * @class
805
+ */
806
+ class DescribeBillSummaryByRegionRequest extends AbstractModel {
807
+ constructor(){
808
+ super();
809
+
810
+ /**
811
+ * Bill month in the format of "yyyy-MM"
812
+ * @type {string || null}
813
+ */
814
+ this.BillMonth = null;
815
+
816
+ /**
817
+ * Customer UIN
818
+ * @type {number || null}
819
+ */
820
+ this.CustomerUin = null;
821
+
822
+ }
823
+
824
+ /**
825
+ * @private
826
+ */
827
+ deserialize(params) {
828
+ if (!params) {
829
+ return;
830
+ }
831
+ this.BillMonth = 'BillMonth' in params ? params.BillMonth : null;
832
+ this.CustomerUin = 'CustomerUin' in params ? params.CustomerUin : null;
833
+
834
+ }
835
+ }
836
+
756
837
  /**
757
838
  * AllocateCustomerCredit request structure.
758
839
  * @class
@@ -966,54 +1047,89 @@ class DescribeCustomerBillDownloadUrlResponse extends AbstractModel {
966
1047
  }
967
1048
 
968
1049
  /**
969
- * QueryPolicyProductListByCode request structure.
1050
+ * QueryPendingClientsV2 request structure.
970
1051
  * @class
971
1052
  */
972
- class QueryPolicyProductListByCodeRequest extends AbstractModel {
1053
+ class QueryPendingClientsV2Request extends AbstractModel {
973
1054
  constructor(){
974
1055
  super();
975
1056
 
976
1057
  /**
977
- * Dealer policy code.
978
- * @type {string || null}
1058
+ * Page number, starting from 1.
1059
+ * @type {number || null}
979
1060
  */
980
- this.PolicyCode = null;
1061
+ this.Page = null;
981
1062
 
982
1063
  /**
983
- * Product level 1 code.
1064
+ * Quantity. page size [1-100].
1065
+ * @type {number || null}
1066
+ */
1067
+ this.PageSize = null;
1068
+
1069
+ }
1070
+
1071
+ /**
1072
+ * @private
1073
+ */
1074
+ deserialize(params) {
1075
+ if (!params) {
1076
+ return;
1077
+ }
1078
+ this.Page = 'Page' in params ? params.Page : null;
1079
+ this.PageSize = 'PageSize' in params ? params.PageSize : null;
1080
+
1081
+ }
1082
+ }
1083
+
1084
+ /**
1085
+ * Pending review sub-customer
1086
+ * @class
1087
+ */
1088
+ class QueryPendingCustomersItem extends AbstractModel {
1089
+ constructor(){
1090
+ super();
1091
+
1092
+ /**
1093
+ * Application time.
984
1094
  * @type {string || null}
985
1095
  */
986
- this.ProductCode = null;
1096
+ this.ApplyTime = null;
987
1097
 
988
1098
  /**
989
- * Product level 1 name.
1099
+ * Sub-Account uin.
1100
+ * @type {number || null}
1101
+ */
1102
+ this.ClientUin = null;
1103
+
1104
+ /**
1105
+ * Email.
990
1106
  * @type {string || null}
991
1107
  */
992
- this.ProductName = null;
1108
+ this.Email = null;
993
1109
 
994
1110
  /**
995
- * Product level 2 code.
1111
+ * Mobile number.
996
1112
  * @type {string || null}
997
1113
  */
998
- this.SubProductCode = null;
1114
+ this.Mobile = null;
999
1115
 
1000
1116
  /**
1001
- * Product level 2 name.
1117
+ * Name.
1002
1118
  * @type {string || null}
1003
1119
  */
1004
- this.SubProductName = null;
1120
+ this.Name = null;
1005
1121
 
1006
1122
  /**
1007
- * Page parameter: current page number. The minimum value is 1.
1008
- * @type {number || null}
1123
+ * Approval status.
1124
+ * @type {string || null}
1009
1125
  */
1010
- this.Page = null;
1126
+ this.Status = null;
1011
1127
 
1012
1128
  /**
1013
- * Page parameter: Indicates the number of entries per page. Value range: [1, 200], default is 200.
1014
- * @type {number || null}
1129
+ * Sub-Customer type.
1130
+ * @type {string || null}
1015
1131
  */
1016
- this.PageSize = null;
1132
+ this.Type = null;
1017
1133
 
1018
1134
  }
1019
1135
 
@@ -1024,13 +1140,13 @@ class QueryPolicyProductListByCodeRequest extends AbstractModel {
1024
1140
  if (!params) {
1025
1141
  return;
1026
1142
  }
1027
- this.PolicyCode = 'PolicyCode' in params ? params.PolicyCode : null;
1028
- this.ProductCode = 'ProductCode' in params ? params.ProductCode : null;
1029
- this.ProductName = 'ProductName' in params ? params.ProductName : null;
1030
- this.SubProductCode = 'SubProductCode' in params ? params.SubProductCode : null;
1031
- this.SubProductName = 'SubProductName' in params ? params.SubProductName : null;
1032
- this.Page = 'Page' in params ? params.Page : null;
1033
- this.PageSize = 'PageSize' in params ? params.PageSize : null;
1143
+ this.ApplyTime = 'ApplyTime' in params ? params.ApplyTime : null;
1144
+ this.ClientUin = 'ClientUin' in params ? params.ClientUin : null;
1145
+ this.Email = 'Email' in params ? params.Email : null;
1146
+ this.Mobile = 'Mobile' in params ? params.Mobile : null;
1147
+ this.Name = 'Name' in params ? params.Name : null;
1148
+ this.Status = 'Status' in params ? params.Status : null;
1149
+ this.Type = 'Type' in params ? params.Type : null;
1034
1150
 
1035
1151
  }
1036
1152
  }
@@ -1162,18 +1278,19 @@ class CreateAccountResponse extends AbstractModel {
1162
1278
  }
1163
1279
 
1164
1280
  /**
1165
- * QueryAccountVerificationStatus response structure.
1281
+ * DescribeBillSummaryByProduct response structure.
1166
1282
  * @class
1167
1283
  */
1168
- class QueryAccountVerificationStatusResponse extends AbstractModel {
1284
+ class DescribeBillSummaryByProductResponse extends AbstractModel {
1169
1285
  constructor(){
1170
1286
  super();
1171
1287
 
1172
1288
  /**
1173
- * Account verification status
1174
- * @type {boolean || null}
1289
+ * Bill details from the product dimension
1290
+ Note: This field may return null, indicating that no valid values can be obtained.
1291
+ * @type {Array.<BusinessSummaryOverviewItem> || null}
1175
1292
  */
1176
- this.AccountStatus = null;
1293
+ this.SummaryOverview = null;
1177
1294
 
1178
1295
  /**
1179
1296
  * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
@@ -1190,7 +1307,15 @@ class QueryAccountVerificationStatusResponse extends AbstractModel {
1190
1307
  if (!params) {
1191
1308
  return;
1192
1309
  }
1193
- this.AccountStatus = 'AccountStatus' in params ? params.AccountStatus : null;
1310
+
1311
+ if (params.SummaryOverview) {
1312
+ this.SummaryOverview = new Array();
1313
+ for (let z in params.SummaryOverview) {
1314
+ let obj = new BusinessSummaryOverviewItem();
1315
+ obj.deserialize(params.SummaryOverview[z]);
1316
+ this.SummaryOverview.push(obj);
1317
+ }
1318
+ }
1194
1319
  this.RequestId = 'RequestId' in params ? params.RequestId : null;
1195
1320
 
1196
1321
  }
@@ -1567,6 +1692,49 @@ class GetCountryCodesResponse extends AbstractModel {
1567
1692
  }
1568
1693
  }
1569
1694
 
1695
+ /**
1696
+ * QueryDirectCustomersCredit response structure.
1697
+ * @class
1698
+ */
1699
+ class QueryDirectCustomersCreditResponse extends AbstractModel {
1700
+ constructor(){
1701
+ super();
1702
+
1703
+ /**
1704
+ * Direct customer information list
1705
+ * @type {Array.<QueryDirectCustomersCreditData> || null}
1706
+ */
1707
+ this.Data = null;
1708
+
1709
+ /**
1710
+ * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1711
+ * @type {string || null}
1712
+ */
1713
+ this.RequestId = null;
1714
+
1715
+ }
1716
+
1717
+ /**
1718
+ * @private
1719
+ */
1720
+ deserialize(params) {
1721
+ if (!params) {
1722
+ return;
1723
+ }
1724
+
1725
+ if (params.Data) {
1726
+ this.Data = new Array();
1727
+ for (let z in params.Data) {
1728
+ let obj = new QueryDirectCustomersCreditData();
1729
+ obj.deserialize(params.Data[z]);
1730
+ this.Data.push(obj);
1731
+ }
1732
+ }
1733
+ this.RequestId = 'RequestId' in params ? params.RequestId : null;
1734
+
1735
+ }
1736
+ }
1737
+
1570
1738
  /**
1571
1739
  * QueryCreditByUinList response structure.
1572
1740
  * @class
@@ -3398,24 +3566,30 @@ Note: This field may return null, indicating that no valid values can be obtaine
3398
3566
  }
3399
3567
 
3400
3568
  /**
3401
- * DescribeBillSummaryByRegion request structure.
3569
+ * ApproveClientApply request structure.
3402
3570
  * @class
3403
3571
  */
3404
- class DescribeBillSummaryByRegionRequest extends AbstractModel {
3572
+ class ApproveClientApplyRequest extends AbstractModel {
3405
3573
  constructor(){
3406
3574
  super();
3407
3575
 
3408
3576
  /**
3409
- * Bill month in the format of "yyyy-MM"
3577
+ * Sub-customer uin.
3578
+ * @type {number || null}
3579
+ */
3580
+ this.ClientUin = null;
3581
+
3582
+ /**
3583
+ * Approval type. only supports pass and reject.
3410
3584
  * @type {string || null}
3411
3585
  */
3412
- this.BillMonth = null;
3586
+ this.ApproveType = null;
3413
3587
 
3414
3588
  /**
3415
- * Customer UIN
3416
- * @type {number || null}
3589
+ * Reason for rejection. required only when approvetype is reject.
3590
+ * @type {string || null}
3417
3591
  */
3418
- this.CustomerUin = null;
3592
+ this.RejectReason = null;
3419
3593
 
3420
3594
  }
3421
3595
 
@@ -3426,8 +3600,9 @@ class DescribeBillSummaryByRegionRequest extends AbstractModel {
3426
3600
  if (!params) {
3427
3601
  return;
3428
3602
  }
3429
- this.BillMonth = 'BillMonth' in params ? params.BillMonth : null;
3430
- this.CustomerUin = 'CustomerUin' in params ? params.CustomerUin : null;
3603
+ this.ClientUin = 'ClientUin' in params ? params.ClientUin : null;
3604
+ this.ApproveType = 'ApproveType' in params ? params.ApproveType : null;
3605
+ this.RejectReason = 'RejectReason' in params ? params.RejectReason : null;
3431
3606
 
3432
3607
  }
3433
3608
  }
@@ -3482,7 +3657,7 @@ class QueryVoucherListByUinResponse extends AbstractModel {
3482
3657
  this.Data = null;
3483
3658
 
3484
3659
  /**
3485
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
3660
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
3486
3661
  * @type {string || null}
3487
3662
  */
3488
3663
  this.RequestId = null;
@@ -3737,6 +3912,56 @@ class DescribeBillDownloadUrlResponse extends AbstractModel {
3737
3912
  }
3738
3913
  }
3739
3914
 
3915
+ /**
3916
+ * QueryPendingClientsV2 response structure.
3917
+ * @class
3918
+ */
3919
+ class QueryPendingClientsV2Response extends AbstractModel {
3920
+ constructor(){
3921
+ super();
3922
+
3923
+ /**
3924
+ * Details of customers in application.
3925
+ * @type {Array.<QueryPendingCustomersItem> || null}
3926
+ */
3927
+ this.Data = null;
3928
+
3929
+ /**
3930
+ * Total number of customers in application.
3931
+ * @type {number || null}
3932
+ */
3933
+ this.Total = null;
3934
+
3935
+ /**
3936
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
3937
+ * @type {string || null}
3938
+ */
3939
+ this.RequestId = null;
3940
+
3941
+ }
3942
+
3943
+ /**
3944
+ * @private
3945
+ */
3946
+ deserialize(params) {
3947
+ if (!params) {
3948
+ return;
3949
+ }
3950
+
3951
+ if (params.Data) {
3952
+ this.Data = new Array();
3953
+ for (let z in params.Data) {
3954
+ let obj = new QueryPendingCustomersItem();
3955
+ obj.deserialize(params.Data[z]);
3956
+ this.Data.push(obj);
3957
+ }
3958
+ }
3959
+ this.Total = 'Total' in params ? params.Total : null;
3960
+ this.RequestId = 'RequestId' in params ? params.RequestId : null;
3961
+
3962
+ }
3963
+ }
3964
+
3740
3965
  /**
3741
3966
  * CreateAndSendClientInvitationMail request structure.
3742
3967
  * @class
@@ -4160,7 +4385,7 @@ class QueryDirectCustomersCreditRequest extends AbstractModel {
4160
4385
  }
4161
4386
 
4162
4387
  module.exports = {
4163
- QueryDirectCustomersCreditResponse: QueryDirectCustomersCreditResponse,
4388
+ QueryAccountVerificationStatusResponse: QueryAccountVerificationStatusResponse,
4164
4389
  SendVerifyCodeRequest: SendVerifyCodeRequest,
4165
4390
  QueryPartnerCreditResponse: QueryPartnerCreditResponse,
4166
4391
  QueryVoucherListByUinRequest: QueryVoucherListByUinRequest,
@@ -4171,26 +4396,30 @@ module.exports = {
4171
4396
  QueryVoucherListByUinItem: QueryVoucherListByUinItem,
4172
4397
  QueryCreditAllocationHistoryData: QueryCreditAllocationHistoryData,
4173
4398
  TagInfo: TagInfo,
4399
+ QueryPolicyProductListByCodeRequest: QueryPolicyProductListByCodeRequest,
4174
4400
  DescribeBillSummaryResponse: DescribeBillSummaryResponse,
4175
4401
  DescribeBillSummaryByPayModeResponse: DescribeBillSummaryByPayModeResponse,
4176
4402
  QueryCreditQuotaResponse: QueryCreditQuotaResponse,
4177
4403
  BusinessInfo: BusinessInfo,
4178
4404
  QueryCreditByUinListRequest: QueryCreditByUinListRequest,
4179
- DescribeBillSummaryByProductResponse: DescribeBillSummaryByProductResponse,
4405
+ ApproveClientApplyResponse: ApproveClientApplyResponse,
4180
4406
  QueryPartnerCreditRequest: QueryPartnerCreditRequest,
4407
+ DescribeBillSummaryByRegionRequest: DescribeBillSummaryByRegionRequest,
4181
4408
  AllocateCustomerCreditRequest: AllocateCustomerCreditRequest,
4182
4409
  DescribeBillSummaryByRegionResponse: DescribeBillSummaryByRegionResponse,
4183
4410
  DescribeCustomerBillSummaryResponse: DescribeCustomerBillSummaryResponse,
4184
4411
  QueryCustomersCreditRequest: QueryCustomersCreditRequest,
4185
4412
  DescribeCustomerBillDownloadUrlResponse: DescribeCustomerBillDownloadUrlResponse,
4186
- QueryPolicyProductListByCodeRequest: QueryPolicyProductListByCodeRequest,
4413
+ QueryPendingClientsV2Request: QueryPendingClientsV2Request,
4414
+ QueryPendingCustomersItem: QueryPendingCustomersItem,
4187
4415
  DescribeBillDetailRequest: DescribeBillDetailRequest,
4188
4416
  CreateAndSendClientInvitationMailResponse: CreateAndSendClientInvitationMailResponse,
4189
4417
  CreateAccountResponse: CreateAccountResponse,
4190
- QueryAccountVerificationStatusResponse: QueryAccountVerificationStatusResponse,
4418
+ DescribeBillSummaryByProductResponse: DescribeBillSummaryByProductResponse,
4191
4419
  RegionSummaryOverviewItem: RegionSummaryOverviewItem,
4192
4420
  CustomerBillDetailData: CustomerBillDetailData,
4193
4421
  GetCountryCodesResponse: GetCountryCodesResponse,
4422
+ QueryDirectCustomersCreditResponse: QueryDirectCustomersCreditResponse,
4194
4423
  QueryCreditByUinListResponse: QueryCreditByUinListResponse,
4195
4424
  DescribeCustomerInfoResponse: DescribeCustomerInfoResponse,
4196
4425
  QueryVoucherAmountByUinResponse: QueryVoucherAmountByUinResponse,
@@ -4226,13 +4455,14 @@ module.exports = {
4226
4455
  QueryVoucherPoolResponse: QueryVoucherPoolResponse,
4227
4456
  QueryCreditAllocationHistoryRequest: QueryCreditAllocationHistoryRequest,
4228
4457
  QueryCustomersCreditResponse: QueryCustomersCreditResponse,
4229
- DescribeBillSummaryByRegionRequest: DescribeBillSummaryByRegionRequest,
4458
+ ApproveClientApplyRequest: ApproveClientApplyRequest,
4230
4459
  DescribeCustomerUinRequest: DescribeCustomerUinRequest,
4231
4460
  QueryVoucherListByUinResponse: QueryVoucherListByUinResponse,
4232
4461
  QueryVoucherPoolRequest: QueryVoucherPoolRequest,
4233
4462
  SummaryDetails: SummaryDetails,
4234
4463
  DescribeCustomerInfoData: DescribeCustomerInfoData,
4235
4464
  DescribeBillDownloadUrlResponse: DescribeBillDownloadUrlResponse,
4465
+ QueryPendingClientsV2Response: QueryPendingClientsV2Response,
4236
4466
  CreateAndSendClientInvitationMailRequest: CreateAndSendClientInvitationMailRequest,
4237
4467
  PolicyProductList: PolicyProductList,
4238
4468
  PayModeSummaryOverviewItem: PayModeSummaryOverviewItem,