tencentcloud-sdk-nodejs-intl-en 3.0.1120 → 3.0.1121
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 +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.js +46 -25
- package/tencentcloud/intlpartnersmgt/v20220928/models.js +210 -351
- package/tencentcloud/ocr/v20181119/models.js +7 -0
- package/tencentcloud/ssl/v20191205/models.js +1133 -326
- package/tencentcloud/ssl/v20191205/ssl_client.js +10 -6
- package/tencentcloud/trtc/v20190722/models.js +10 -2
|
@@ -25,49 +25,43 @@ class SummaryDetails extends AbstractModel {
|
|
|
25
25
|
super();
|
|
26
26
|
|
|
27
27
|
/**
|
|
28
|
-
* Product information list
|
|
29
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28
|
+
* Product information list.
|
|
30
29
|
* @type {Array.<BusinessInfo> || null}
|
|
31
30
|
*/
|
|
32
31
|
this.Business = null;
|
|
33
32
|
|
|
34
33
|
/**
|
|
35
|
-
* Original price
|
|
36
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
34
|
+
* Original price.
|
|
37
35
|
* @type {string || null}
|
|
38
36
|
*/
|
|
39
37
|
this.OriginalCost = null;
|
|
40
38
|
|
|
41
39
|
/**
|
|
42
|
-
* Voucher amount
|
|
43
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
40
|
+
* Voucher amount.
|
|
44
41
|
* @type {string || null}
|
|
45
42
|
*/
|
|
46
43
|
this.VoucherPayAmount = null;
|
|
47
44
|
|
|
48
45
|
/**
|
|
49
|
-
*
|
|
50
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
46
|
+
* RI deduction.
|
|
51
47
|
* @type {string || null}
|
|
52
48
|
*/
|
|
53
49
|
this.RICost = null;
|
|
54
50
|
|
|
55
51
|
/**
|
|
56
|
-
*
|
|
57
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
52
|
+
* <TOTAL_AMOUNT>.
|
|
58
53
|
* @type {string || null}
|
|
59
54
|
*/
|
|
60
55
|
this.TotalCost = null;
|
|
61
56
|
|
|
62
57
|
/**
|
|
63
|
-
*
|
|
58
|
+
* Classification dimension summary key.
|
|
64
59
|
* @type {string || null}
|
|
65
60
|
*/
|
|
66
61
|
this.GroupKey = null;
|
|
67
62
|
|
|
68
63
|
/**
|
|
69
|
-
*
|
|
70
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
64
|
+
* Summary value by classification dimension.
|
|
71
65
|
* @type {string || null}
|
|
72
66
|
*/
|
|
73
67
|
this.GroupValue = null;
|
|
@@ -157,7 +151,7 @@ class DescribeCustomerBillSummaryResponse extends AbstractModel {
|
|
|
157
151
|
this.TotalCost = null;
|
|
158
152
|
|
|
159
153
|
/**
|
|
160
|
-
* The unique request ID,
|
|
154
|
+
* 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.
|
|
161
155
|
* @type {string || null}
|
|
162
156
|
*/
|
|
163
157
|
this.RequestId = null;
|
|
@@ -263,210 +257,185 @@ class CustomerBillDetailData extends AbstractModel {
|
|
|
263
257
|
super();
|
|
264
258
|
|
|
265
259
|
/**
|
|
266
|
-
*
|
|
267
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
260
|
+
* Distributor account.
|
|
268
261
|
* @type {number || null}
|
|
269
262
|
*/
|
|
270
263
|
this.PayerAccountId = null;
|
|
271
264
|
|
|
272
265
|
/**
|
|
273
|
-
* Customer account
|
|
274
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
266
|
+
* Sub-Customer account.
|
|
275
267
|
* @type {number || null}
|
|
276
268
|
*/
|
|
277
269
|
this.OwnerAccountId = null;
|
|
278
270
|
|
|
279
271
|
/**
|
|
280
|
-
* Operator account
|
|
281
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
272
|
+
* Operator account.
|
|
282
273
|
* @type {number || null}
|
|
283
274
|
*/
|
|
284
275
|
this.OperatorAccountId = null;
|
|
285
276
|
|
|
286
277
|
/**
|
|
287
|
-
* Product name
|
|
288
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
278
|
+
* Product name.
|
|
289
279
|
* @type {string || null}
|
|
290
280
|
*/
|
|
291
281
|
this.ProductName = null;
|
|
292
282
|
|
|
293
283
|
/**
|
|
294
284
|
* Billing mode
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
285
|
+
.
|
|
286
|
+
Monthly subscription.
|
|
287
|
+
Pay-As-You-Go resources.
|
|
288
|
+
Standard ri reserved instances.
|
|
299
289
|
* @type {string || null}
|
|
300
290
|
*/
|
|
301
291
|
this.BillingMode = null;
|
|
302
292
|
|
|
303
293
|
/**
|
|
304
|
-
* Project name
|
|
294
|
+
* Project name.
|
|
295
|
+
.
|
|
305
296
|
|
|
306
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
307
297
|
* @type {string || null}
|
|
308
298
|
*/
|
|
309
299
|
this.ProjectName = null;
|
|
310
300
|
|
|
311
301
|
/**
|
|
312
|
-
* Resource region
|
|
313
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
302
|
+
* Resource region.
|
|
314
303
|
* @type {string || null}
|
|
315
304
|
*/
|
|
316
305
|
this.Region = null;
|
|
317
306
|
|
|
318
307
|
/**
|
|
319
|
-
* Resource
|
|
320
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
308
|
+
* Resource availability zone.
|
|
321
309
|
* @type {string || null}
|
|
322
310
|
*/
|
|
323
311
|
this.AvailabilityZone = null;
|
|
324
312
|
|
|
325
313
|
/**
|
|
326
|
-
* Instance
|
|
327
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
314
|
+
* Instance id.
|
|
328
315
|
* @type {string || null}
|
|
329
316
|
*/
|
|
330
317
|
this.InstanceId = null;
|
|
331
318
|
|
|
332
319
|
/**
|
|
333
|
-
* Instance name
|
|
334
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
320
|
+
* Instance name.
|
|
335
321
|
* @type {string || null}
|
|
336
322
|
*/
|
|
337
323
|
this.InstanceName = null;
|
|
338
324
|
|
|
339
325
|
/**
|
|
340
|
-
*
|
|
326
|
+
* Sub-Product name
|
|
327
|
+
.
|
|
341
328
|
|
|
342
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
343
329
|
* @type {string || null}
|
|
344
330
|
*/
|
|
345
331
|
this.SubProductName = null;
|
|
346
332
|
|
|
347
333
|
/**
|
|
348
|
-
* Settlement type
|
|
349
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
334
|
+
* Settlement type.
|
|
350
335
|
* @type {string || null}
|
|
351
336
|
*/
|
|
352
337
|
this.TransactionType = null;
|
|
353
338
|
|
|
354
339
|
/**
|
|
355
|
-
* Transaction
|
|
356
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
340
|
+
* Transaction flow id.
|
|
357
341
|
* @type {string || null}
|
|
358
342
|
*/
|
|
359
343
|
this.TransactionId = null;
|
|
360
344
|
|
|
361
345
|
/**
|
|
362
|
-
* Settlement time
|
|
346
|
+
* Settlement time.
|
|
363
347
|
|
|
364
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
365
348
|
* @type {string || null}
|
|
366
349
|
*/
|
|
367
350
|
this.TransactionTime = null;
|
|
368
351
|
|
|
369
352
|
/**
|
|
370
|
-
*
|
|
371
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
353
|
+
* Resource start time.
|
|
372
354
|
* @type {string || null}
|
|
373
355
|
*/
|
|
374
356
|
this.UsageStartTime = null;
|
|
375
357
|
|
|
376
358
|
/**
|
|
377
|
-
*
|
|
378
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
359
|
+
* Resource end time.
|
|
379
360
|
* @type {string || null}
|
|
380
361
|
*/
|
|
381
362
|
this.UsageEndTime = null;
|
|
382
363
|
|
|
383
364
|
/**
|
|
384
|
-
* Component
|
|
385
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
365
|
+
* Component.
|
|
386
366
|
* @type {string || null}
|
|
387
367
|
*/
|
|
388
368
|
this.ComponentType = null;
|
|
389
369
|
|
|
390
370
|
/**
|
|
391
|
-
* Component name
|
|
392
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
371
|
+
* Component name.
|
|
393
372
|
* @type {string || null}
|
|
394
373
|
*/
|
|
395
374
|
this.ComponentName = null;
|
|
396
375
|
|
|
397
376
|
/**
|
|
398
|
-
* Component list price
|
|
399
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
377
|
+
* Component list price.
|
|
400
378
|
* @type {string || null}
|
|
401
379
|
*/
|
|
402
380
|
this.ComponentListPrice = null;
|
|
403
381
|
|
|
404
382
|
/**
|
|
405
|
-
* Price unit
|
|
406
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
383
|
+
* Price unit.
|
|
407
384
|
* @type {string || null}
|
|
408
385
|
*/
|
|
409
386
|
this.ComponentPriceMeasurementUnit = null;
|
|
410
387
|
|
|
411
388
|
/**
|
|
412
|
-
* Component usage
|
|
413
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
389
|
+
* Component usage.
|
|
414
390
|
* @type {string || null}
|
|
415
391
|
*/
|
|
416
392
|
this.ComponentUsage = null;
|
|
417
393
|
|
|
418
394
|
/**
|
|
419
|
-
* Component usage unit
|
|
420
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
395
|
+
* Component usage unit.
|
|
421
396
|
* @type {string || null}
|
|
422
397
|
*/
|
|
423
398
|
this.ComponentUsageUnit = null;
|
|
424
399
|
|
|
425
400
|
/**
|
|
426
|
-
* Resource usage duration
|
|
427
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
401
|
+
* Resource usage duration.
|
|
428
402
|
* @type {string || null}
|
|
429
403
|
*/
|
|
430
404
|
this.UsageDuration = null;
|
|
431
405
|
|
|
432
406
|
/**
|
|
433
|
-
*
|
|
434
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
407
|
+
* duration unit.
|
|
435
408
|
* @type {string || null}
|
|
436
409
|
*/
|
|
437
410
|
this.DurationUnit = null;
|
|
438
411
|
|
|
439
412
|
/**
|
|
440
|
-
*
|
|
441
|
-
Original cost = component list price * component usage * usage duration
|
|
442
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
413
|
+
* Total original price.
|
|
414
|
+
Original cost = component list price * component usage * usage duration.
|
|
443
415
|
* @type {string || null}
|
|
444
416
|
*/
|
|
445
417
|
this.OriginalCost = null;
|
|
446
418
|
|
|
447
419
|
/**
|
|
448
|
-
* Currency
|
|
449
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
420
|
+
* Currency.
|
|
450
421
|
* @type {string || null}
|
|
451
422
|
*/
|
|
452
423
|
this.Currency = null;
|
|
453
424
|
|
|
454
425
|
/**
|
|
455
|
-
* Total
|
|
456
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
426
|
+
* = Total Amount After Discount - Voucher Deduction
|
|
457
427
|
* @type {string || null}
|
|
458
428
|
*/
|
|
459
429
|
this.TotalCost = null;
|
|
460
430
|
|
|
461
431
|
/**
|
|
462
|
-
*
|
|
463
|
-
Note: The return value may be null, indicating that no valid data can be obtained.
|
|
432
|
+
* Id identifier.
|
|
464
433
|
* @type {string || null}
|
|
465
434
|
*/
|
|
466
435
|
this.Id = null;
|
|
467
436
|
|
|
468
437
|
/**
|
|
469
|
-
* Tag
|
|
438
|
+
* Tag information.
|
|
470
439
|
* @type {Array.<TagInfo> || null}
|
|
471
440
|
*/
|
|
472
441
|
this.Tags = null;
|
|
@@ -530,36 +499,31 @@ class RegionSummaryOverviewItem extends AbstractModel {
|
|
|
530
499
|
super();
|
|
531
500
|
|
|
532
501
|
/**
|
|
533
|
-
* Region
|
|
534
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
502
|
+
* Region id.
|
|
535
503
|
* @type {string || null}
|
|
536
504
|
*/
|
|
537
505
|
this.RegionId = null;
|
|
538
506
|
|
|
539
507
|
/**
|
|
540
|
-
* Region name
|
|
541
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
508
|
+
* Region name.
|
|
542
509
|
* @type {string || null}
|
|
543
510
|
*/
|
|
544
511
|
this.RegionName = null;
|
|
545
512
|
|
|
546
513
|
/**
|
|
547
|
-
*
|
|
548
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
514
|
+
* Actual total consumption, up to 8 decimal places.
|
|
549
515
|
* @type {string || null}
|
|
550
516
|
*/
|
|
551
517
|
this.OriginalCost = null;
|
|
552
518
|
|
|
553
519
|
/**
|
|
554
|
-
*
|
|
555
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
520
|
+
* Voucher payment amount, up to 8 decimal places.
|
|
556
521
|
* @type {string || null}
|
|
557
522
|
*/
|
|
558
523
|
this.VoucherPayAmount = null;
|
|
559
524
|
|
|
560
525
|
/**
|
|
561
|
-
* Total consumption
|
|
562
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
526
|
+
* Total consumption, up to 8 decimal places.
|
|
563
527
|
* @type {string || null}
|
|
564
528
|
*/
|
|
565
529
|
this.TotalCost = null;
|
|
@@ -772,7 +736,7 @@ class QueryCreditByUinListResponse extends AbstractModel {
|
|
|
772
736
|
this.Data = null;
|
|
773
737
|
|
|
774
738
|
/**
|
|
775
|
-
* The unique request ID,
|
|
739
|
+
* 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.
|
|
776
740
|
* @type {string || null}
|
|
777
741
|
*/
|
|
778
742
|
this.RequestId = null;
|
|
@@ -800,34 +764,6 @@ class QueryCreditByUinListResponse extends AbstractModel {
|
|
|
800
764
|
}
|
|
801
765
|
}
|
|
802
766
|
|
|
803
|
-
/**
|
|
804
|
-
* QueryCreditQuota response structure.
|
|
805
|
-
* @class
|
|
806
|
-
*/
|
|
807
|
-
class QueryCreditQuotaResponse extends AbstractModel {
|
|
808
|
-
constructor(){
|
|
809
|
-
super();
|
|
810
|
-
|
|
811
|
-
/**
|
|
812
|
-
* The unique request ID, which is returned for each request. RequestId is required for locating a problem.
|
|
813
|
-
* @type {string || null}
|
|
814
|
-
*/
|
|
815
|
-
this.RequestId = null;
|
|
816
|
-
|
|
817
|
-
}
|
|
818
|
-
|
|
819
|
-
/**
|
|
820
|
-
* @private
|
|
821
|
-
*/
|
|
822
|
-
deserialize(params) {
|
|
823
|
-
if (!params) {
|
|
824
|
-
return;
|
|
825
|
-
}
|
|
826
|
-
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
827
|
-
|
|
828
|
-
}
|
|
829
|
-
}
|
|
830
|
-
|
|
831
767
|
/**
|
|
832
768
|
* QueryCreditAllocationHistory response structure.
|
|
833
769
|
* @class
|
|
@@ -837,21 +773,19 @@ class QueryCreditAllocationHistoryResponse extends AbstractModel {
|
|
|
837
773
|
super();
|
|
838
774
|
|
|
839
775
|
/**
|
|
840
|
-
* Total number of records
|
|
841
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
776
|
+
* Total number of historical records.
|
|
842
777
|
* @type {number || null}
|
|
843
778
|
*/
|
|
844
779
|
this.Total = null;
|
|
845
780
|
|
|
846
781
|
/**
|
|
847
|
-
*
|
|
848
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
782
|
+
* Detailed list of historical information.
|
|
849
783
|
* @type {Array.<QueryCreditAllocationHistoryData> || null}
|
|
850
784
|
*/
|
|
851
785
|
this.History = null;
|
|
852
786
|
|
|
853
787
|
/**
|
|
854
|
-
* The unique request ID,
|
|
788
|
+
* 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.
|
|
855
789
|
* @type {string || null}
|
|
856
790
|
*/
|
|
857
791
|
this.RequestId = null;
|
|
@@ -938,17 +872,17 @@ Parameter value is not allowed to be 7,380,86.
|
|
|
938
872
|
this.Area = null;
|
|
939
873
|
|
|
940
874
|
/**
|
|
941
|
-
*
|
|
875
|
+
* VerifyCode. This parameter is required.
|
|
876
|
+
Use the [SendVerifyCode API](https://www.tencentcloud.com/document/product/1085/65907) to obtain the verifycode.The SendVerifyCode API sends a 6-digit verifycode to your specified mobile number via SMS. After receiving it, you need to pass it along with other parameters.
|
|
942
877
|
* @type {string || null}
|
|
943
878
|
*/
|
|
944
|
-
this.
|
|
879
|
+
this.VerifyCode = null;
|
|
945
880
|
|
|
946
881
|
/**
|
|
947
|
-
*
|
|
948
|
-
Use the [SendVerifyCode API](https://www.tencentcloud.com/document/product/1085/65907) to obtain the verifycode.The SendVerifyCode API sends a 6-digit verifycode to your specified mobile number via SMS. After receiving it, you need to pass it along with other parameters.
|
|
882
|
+
* Extension field, which is left empty by default.
|
|
949
883
|
* @type {string || null}
|
|
950
884
|
*/
|
|
951
|
-
this.
|
|
885
|
+
this.Extended = null;
|
|
952
886
|
|
|
953
887
|
/**
|
|
954
888
|
* Layer-1 industry id. This is a required item and can be obtained via the [ GetTradeConfigList API](https://www.tencentcloud.com/zh/document/product/1085/68181),
|
|
@@ -980,8 +914,8 @@ such as "kghy_0101"
|
|
|
980
914
|
this.PhoneNum = 'PhoneNum' in params ? params.PhoneNum : null;
|
|
981
915
|
this.CountryCode = 'CountryCode' in params ? params.CountryCode : null;
|
|
982
916
|
this.Area = 'Area' in params ? params.Area : null;
|
|
983
|
-
this.Extended = 'Extended' in params ? params.Extended : null;
|
|
984
917
|
this.VerifyCode = 'VerifyCode' in params ? params.VerifyCode : null;
|
|
918
|
+
this.Extended = 'Extended' in params ? params.Extended : null;
|
|
985
919
|
this.TradeOne = 'TradeOne' in params ? params.TradeOne : null;
|
|
986
920
|
this.TradeTwo = 'TradeTwo' in params ? params.TradeTwo : null;
|
|
987
921
|
|
|
@@ -997,7 +931,7 @@ class DescribeBillSummaryRequest extends AbstractModel {
|
|
|
997
931
|
super();
|
|
998
932
|
|
|
999
933
|
/**
|
|
1000
|
-
*
|
|
934
|
+
* The month to which the bill belongs, formatted as YYYY-MM.
|
|
1001
935
|
* @type {string || null}
|
|
1002
936
|
*/
|
|
1003
937
|
this.Month = null;
|
|
@@ -1051,27 +985,6 @@ class QueryDirectCustomersCreditRequest extends AbstractModel {
|
|
|
1051
985
|
}
|
|
1052
986
|
}
|
|
1053
987
|
|
|
1054
|
-
/**
|
|
1055
|
-
* QueryCreditQuota request structure.
|
|
1056
|
-
* @class
|
|
1057
|
-
*/
|
|
1058
|
-
class QueryCreditQuotaRequest extends AbstractModel {
|
|
1059
|
-
constructor(){
|
|
1060
|
-
super();
|
|
1061
|
-
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
|
-
/**
|
|
1065
|
-
* @private
|
|
1066
|
-
*/
|
|
1067
|
-
deserialize(params) {
|
|
1068
|
-
if (!params) {
|
|
1069
|
-
return;
|
|
1070
|
-
}
|
|
1071
|
-
|
|
1072
|
-
}
|
|
1073
|
-
}
|
|
1074
|
-
|
|
1075
988
|
/**
|
|
1076
989
|
* Sub-customer credit balance data
|
|
1077
990
|
* @class
|
|
@@ -1288,7 +1201,7 @@ class QueryPartnerCreditResponse extends AbstractModel {
|
|
|
1288
1201
|
this.CustomerRemainingCredit = null;
|
|
1289
1202
|
|
|
1290
1203
|
/**
|
|
1291
|
-
* The unique request ID,
|
|
1204
|
+
* 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.
|
|
1292
1205
|
* @type {string || null}
|
|
1293
1206
|
*/
|
|
1294
1207
|
this.RequestId = null;
|
|
@@ -1579,7 +1492,7 @@ class DescribeCustomerBillSummaryRequest extends AbstractModel {
|
|
|
1579
1492
|
this.CustomerUin = null;
|
|
1580
1493
|
|
|
1581
1494
|
/**
|
|
1582
|
-
* The queried month in
|
|
1495
|
+
* The queried month in "YYYY-MM" format, such as 2023-01.
|
|
1583
1496
|
* @type {string || null}
|
|
1584
1497
|
*/
|
|
1585
1498
|
this.Month = null;
|
|
@@ -1659,14 +1572,13 @@ class DescribeBillSummaryByPayModeResponse extends AbstractModel {
|
|
|
1659
1572
|
super();
|
|
1660
1573
|
|
|
1661
1574
|
/**
|
|
1662
|
-
*
|
|
1663
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1575
|
+
* Get the payment mode details of the sub-customer bill summary through the api.
|
|
1664
1576
|
* @type {Array.<PayModeSummaryOverviewItem> || null}
|
|
1665
1577
|
*/
|
|
1666
1578
|
this.SummaryOverview = null;
|
|
1667
1579
|
|
|
1668
1580
|
/**
|
|
1669
|
-
* The unique request ID,
|
|
1581
|
+
* 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.
|
|
1670
1582
|
* @type {string || null}
|
|
1671
1583
|
*/
|
|
1672
1584
|
this.RequestId = null;
|
|
@@ -1709,7 +1621,7 @@ class QueryAccountVerificationStatusResponse extends AbstractModel {
|
|
|
1709
1621
|
this.AccountStatus = null;
|
|
1710
1622
|
|
|
1711
1623
|
/**
|
|
1712
|
-
* The unique request ID,
|
|
1624
|
+
* 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.
|
|
1713
1625
|
* @type {string || null}
|
|
1714
1626
|
*/
|
|
1715
1627
|
this.RequestId = null;
|
|
@@ -1773,7 +1685,7 @@ class DescribeBillDownloadUrlRequest extends AbstractModel {
|
|
|
1773
1685
|
super();
|
|
1774
1686
|
|
|
1775
1687
|
/**
|
|
1776
|
-
*
|
|
1688
|
+
* The month to which the bill belongs, formatted as YYYY-MM; the earliest month available for query is June, 2022. Current month's billing data may be inaccurate; please download the current month's bill after it is generated at 1:00 on the 5th of the next month.
|
|
1777
1689
|
* @type {string || null}
|
|
1778
1690
|
*/
|
|
1779
1691
|
this.Month = null;
|
|
@@ -1849,7 +1761,7 @@ class GetCountryCodesResponse extends AbstractModel {
|
|
|
1849
1761
|
this.Data = null;
|
|
1850
1762
|
|
|
1851
1763
|
/**
|
|
1852
|
-
* The unique request ID,
|
|
1764
|
+
* 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.
|
|
1853
1765
|
* @type {string || null}
|
|
1854
1766
|
*/
|
|
1855
1767
|
this.RequestId = null;
|
|
@@ -1933,7 +1845,7 @@ class AllocateCustomerCreditResponse extends AbstractModel {
|
|
|
1933
1845
|
this.RemainingCredit = null;
|
|
1934
1846
|
|
|
1935
1847
|
/**
|
|
1936
|
-
* The unique request ID,
|
|
1848
|
+
* 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.
|
|
1937
1849
|
* @type {string || null}
|
|
1938
1850
|
*/
|
|
1939
1851
|
this.RequestId = null;
|
|
@@ -2040,15 +1952,13 @@ class ForceQNResponse extends AbstractModel {
|
|
|
2040
1952
|
super();
|
|
2041
1953
|
|
|
2042
1954
|
/**
|
|
2043
|
-
* Status
|
|
2044
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1955
|
+
* Status (deprecated).
|
|
2045
1956
|
* @type {number || null}
|
|
2046
1957
|
*/
|
|
2047
1958
|
this.C = null;
|
|
2048
1959
|
|
|
2049
1960
|
/**
|
|
2050
|
-
*
|
|
2051
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1961
|
+
* Msg (deprecated).
|
|
2052
1962
|
* @type {string || null}
|
|
2053
1963
|
*/
|
|
2054
1964
|
this.M = null;
|
|
@@ -2084,43 +1994,37 @@ class PayModeSummaryOverviewItem extends AbstractModel {
|
|
|
2084
1994
|
super();
|
|
2085
1995
|
|
|
2086
1996
|
/**
|
|
2087
|
-
*
|
|
2088
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1997
|
+
* Payment mode.
|
|
2089
1998
|
* @type {string || null}
|
|
2090
1999
|
*/
|
|
2091
2000
|
this.PayMode = null;
|
|
2092
2001
|
|
|
2093
2002
|
/**
|
|
2094
|
-
*
|
|
2095
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2003
|
+
* Payment mode name.
|
|
2096
2004
|
* @type {string || null}
|
|
2097
2005
|
*/
|
|
2098
2006
|
this.PayModeName = null;
|
|
2099
2007
|
|
|
2100
2008
|
/**
|
|
2101
|
-
*
|
|
2102
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2009
|
+
* Actual total consumption, up to 8 decimal places.
|
|
2103
2010
|
* @type {string || null}
|
|
2104
2011
|
*/
|
|
2105
2012
|
this.OriginalCost = null;
|
|
2106
2013
|
|
|
2107
2014
|
/**
|
|
2108
|
-
* Bill details in each payment mode
|
|
2109
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2015
|
+
* Bill details in each payment mode.
|
|
2110
2016
|
* @type {Array.<ActionSummaryOverviewItem> || null}
|
|
2111
2017
|
*/
|
|
2112
2018
|
this.Detail = null;
|
|
2113
2019
|
|
|
2114
2020
|
/**
|
|
2115
|
-
*
|
|
2116
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2021
|
+
* Voucher payment amount, up to 8 decimal places.
|
|
2117
2022
|
* @type {string || null}
|
|
2118
2023
|
*/
|
|
2119
2024
|
this.VoucherPayAmount = null;
|
|
2120
2025
|
|
|
2121
2026
|
/**
|
|
2122
|
-
* Total consumption
|
|
2123
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2027
|
+
* Total consumption, up to 8 decimal places.
|
|
2124
2028
|
* @type {string || null}
|
|
2125
2029
|
*/
|
|
2126
2030
|
this.TotalCost = null;
|
|
@@ -2237,7 +2141,7 @@ class QueryDirectCustomersCreditResponse extends AbstractModel {
|
|
|
2237
2141
|
this.Data = null;
|
|
2238
2142
|
|
|
2239
2143
|
/**
|
|
2240
|
-
* The unique request ID,
|
|
2144
|
+
* 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.
|
|
2241
2145
|
* @type {string || null}
|
|
2242
2146
|
*/
|
|
2243
2147
|
this.RequestId = null;
|
|
@@ -2274,11 +2178,17 @@ class DescribeBillDownloadUrlResponse extends AbstractModel {
|
|
|
2274
2178
|
super();
|
|
2275
2179
|
|
|
2276
2180
|
/**
|
|
2277
|
-
* File download
|
|
2181
|
+
* File download link, with a file validity period of 1 hour
|
|
2278
2182
|
* @type {string || null}
|
|
2279
2183
|
*/
|
|
2280
2184
|
this.DownloadUrl = null;
|
|
2281
2185
|
|
|
2186
|
+
/**
|
|
2187
|
+
* File generation status. 0: generating; 1: generated.
|
|
2188
|
+
* @type {number || null}
|
|
2189
|
+
*/
|
|
2190
|
+
this.Ready = null;
|
|
2191
|
+
|
|
2282
2192
|
/**
|
|
2283
2193
|
* 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.
|
|
2284
2194
|
* @type {string || null}
|
|
@@ -2295,6 +2205,7 @@ class DescribeBillDownloadUrlResponse extends AbstractModel {
|
|
|
2295
2205
|
return;
|
|
2296
2206
|
}
|
|
2297
2207
|
this.DownloadUrl = 'DownloadUrl' in params ? params.DownloadUrl : null;
|
|
2208
|
+
this.Ready = 'Ready' in params ? params.Ready : null;
|
|
2298
2209
|
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
2299
2210
|
|
|
2300
2211
|
}
|
|
@@ -2394,7 +2305,7 @@ class DescribeBillSummaryResponse extends AbstractModel {
|
|
|
2394
2305
|
super();
|
|
2395
2306
|
|
|
2396
2307
|
/**
|
|
2397
|
-
* Detailed summary by billing
|
|
2308
|
+
* Detailed summary by billing dimension.
|
|
2398
2309
|
* @type {Array.<SummaryDetails> || null}
|
|
2399
2310
|
*/
|
|
2400
2311
|
this.SummaryDetail = null;
|
|
@@ -2465,13 +2376,13 @@ class DescribeCustomerInfoResponse extends AbstractModel {
|
|
|
2465
2376
|
super();
|
|
2466
2377
|
|
|
2467
2378
|
/**
|
|
2468
|
-
* Customer information
|
|
2379
|
+
* Sub-Customer information.
|
|
2469
2380
|
* @type {Array.<DescribeCustomerInfoData> || null}
|
|
2470
2381
|
*/
|
|
2471
2382
|
this.Data = null;
|
|
2472
2383
|
|
|
2473
2384
|
/**
|
|
2474
|
-
* The unique request ID,
|
|
2385
|
+
* 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.
|
|
2475
2386
|
* @type {string || null}
|
|
2476
2387
|
*/
|
|
2477
2388
|
this.RequestId = null;
|
|
@@ -2538,7 +2449,7 @@ class QueryVoucherPoolResponse extends AbstractModel {
|
|
|
2538
2449
|
this.IssuedNum = null;
|
|
2539
2450
|
|
|
2540
2451
|
/**
|
|
2541
|
-
* The unique request ID,
|
|
2452
|
+
* 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.
|
|
2542
2453
|
* @type {string || null}
|
|
2543
2454
|
*/
|
|
2544
2455
|
this.RequestId = null;
|
|
@@ -2599,36 +2510,31 @@ class ActionSummaryOverviewItem extends AbstractModel {
|
|
|
2599
2510
|
super();
|
|
2600
2511
|
|
|
2601
2512
|
/**
|
|
2602
|
-
* Transaction type code
|
|
2603
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2513
|
+
* Transaction type code.
|
|
2604
2514
|
* @type {string || null}
|
|
2605
2515
|
*/
|
|
2606
2516
|
this.ActionType = null;
|
|
2607
2517
|
|
|
2608
2518
|
/**
|
|
2609
|
-
* Transaction type name
|
|
2610
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2519
|
+
* Transaction type name.
|
|
2611
2520
|
* @type {string || null}
|
|
2612
2521
|
*/
|
|
2613
2522
|
this.ActionTypeName = null;
|
|
2614
2523
|
|
|
2615
2524
|
/**
|
|
2616
|
-
*
|
|
2617
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2525
|
+
* Actual total consumption, up to 8 decimal places.
|
|
2618
2526
|
* @type {string || null}
|
|
2619
2527
|
*/
|
|
2620
2528
|
this.OriginalCost = null;
|
|
2621
2529
|
|
|
2622
2530
|
/**
|
|
2623
|
-
*
|
|
2624
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2531
|
+
* Voucher payment amount, up to 8 decimal places.
|
|
2625
2532
|
* @type {string || null}
|
|
2626
2533
|
*/
|
|
2627
2534
|
this.VoucherPayAmount = null;
|
|
2628
2535
|
|
|
2629
2536
|
/**
|
|
2630
|
-
* Total consumption
|
|
2631
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2537
|
+
* Total consumption, up to 8 decimal places.
|
|
2632
2538
|
* @type {string || null}
|
|
2633
2539
|
*/
|
|
2634
2540
|
this.TotalCost = null;
|
|
@@ -2752,15 +2658,13 @@ class DescribeBillDetailResponse extends AbstractModel {
|
|
|
2752
2658
|
super();
|
|
2753
2659
|
|
|
2754
2660
|
/**
|
|
2755
|
-
* Data details
|
|
2756
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2661
|
+
* Data details.
|
|
2757
2662
|
* @type {Array.<CustomerBillDetailData> || null}
|
|
2758
2663
|
*/
|
|
2759
2664
|
this.DetailSet = null;
|
|
2760
2665
|
|
|
2761
2666
|
/**
|
|
2762
|
-
* Total number of
|
|
2763
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2667
|
+
* Total number of entries.
|
|
2764
2668
|
* @type {number || null}
|
|
2765
2669
|
*/
|
|
2766
2670
|
this.Total = null;
|
|
@@ -2858,7 +2762,7 @@ class DescribeCustomerUinResponse extends AbstractModel {
|
|
|
2858
2762
|
this.Total = null;
|
|
2859
2763
|
|
|
2860
2764
|
/**
|
|
2861
|
-
* The unique request ID,
|
|
2765
|
+
* 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.
|
|
2862
2766
|
* @type {string || null}
|
|
2863
2767
|
*/
|
|
2864
2768
|
this.RequestId = null;
|
|
@@ -2938,73 +2842,73 @@ class DescribeCustomerBillDetailRequest extends AbstractModel {
|
|
|
2938
2842
|
super();
|
|
2939
2843
|
|
|
2940
2844
|
/**
|
|
2941
|
-
*
|
|
2845
|
+
* Sub-account UIN
|
|
2942
2846
|
* @type {number || null}
|
|
2943
2847
|
*/
|
|
2944
2848
|
this.CustomerUin = null;
|
|
2945
2849
|
|
|
2946
2850
|
/**
|
|
2947
|
-
*
|
|
2851
|
+
* Inquiry month, in the format of YYYY-MM, such as 2023-01
|
|
2948
2852
|
* @type {string || null}
|
|
2949
2853
|
*/
|
|
2950
2854
|
this.Month = null;
|
|
2951
2855
|
|
|
2952
2856
|
/**
|
|
2953
|
-
* Page parameter:
|
|
2857
|
+
* Page parameter: number of entries per page. Value range: [1, 200]
|
|
2954
2858
|
* @type {number || null}
|
|
2955
2859
|
*/
|
|
2956
2860
|
this.PageSize = null;
|
|
2957
2861
|
|
|
2958
2862
|
/**
|
|
2959
|
-
* Page parameter:
|
|
2863
|
+
* Page parameter: current page number. The minimum value is 1.
|
|
2960
2864
|
* @type {number || null}
|
|
2961
2865
|
*/
|
|
2962
2866
|
this.Page = null;
|
|
2963
2867
|
|
|
2964
2868
|
/**
|
|
2965
2869
|
* Billing mode. Valid values:
|
|
2966
|
-
|
|
2967
|
-
|
|
2870
|
+
prePay (Monthly subscription)
|
|
2871
|
+
postPay (Pay-As-You-Go resources)
|
|
2968
2872
|
* @type {string || null}
|
|
2969
2873
|
*/
|
|
2970
2874
|
this.PayMode = null;
|
|
2971
2875
|
|
|
2972
2876
|
/**
|
|
2973
2877
|
* Transaction type. Valid values:
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2878
|
+
prepay_purchase (Purchase)
|
|
2879
|
+
prepay_renew (Renewal)
|
|
2880
|
+
prepay_modify (Upgrade/Downgrade)
|
|
2881
|
+
prepay_return ( Monthly subscription refund)
|
|
2882
|
+
postpay_deduct (Pay-as-you-go)
|
|
2883
|
+
postpay_deduct_h (Hourly settlement)
|
|
2884
|
+
postpay_deduct_d (Daily settlement)
|
|
2885
|
+
postpay_deduct_m (Monthly settlement)
|
|
2886
|
+
offline_deduct (Offline project deduction)
|
|
2887
|
+
online_deduct (Offline product deduction)
|
|
2888
|
+
recon_deduct (Adjustment - deduction)
|
|
2889
|
+
recon_increase (Adjustment - compensation)
|
|
2890
|
+
ripay_purchase (One-off RI Fee)
|
|
2891
|
+
postpay_deduct_s (Spot)
|
|
2892
|
+
ri_hour_pay (Hourly RI fee)
|
|
2893
|
+
prePurchase (New monthly subscription)
|
|
2894
|
+
preRenew (Monthly subscription renewal)
|
|
2895
|
+
preUpgrade (Upgrade/Downgrade)
|
|
2896
|
+
preDowngrade (Upgrade/Downgrade)
|
|
2897
|
+
svp_hour_pay (Hourly Savings Plan fee)
|
|
2898
|
+
recon_guarantee (Minimum spend deduction)
|
|
2899
|
+
pre_purchase (New monthly subscription)
|
|
2900
|
+
pre_renew (Monthly subscription renewal)
|
|
2901
|
+
pre_upgrade (Upgrade/Downgrade)
|
|
2902
|
+
pre_downgrade (Upgrade/Downgrade)
|
|
2999
2903
|
* @type {string || null}
|
|
3000
2904
|
*/
|
|
3001
2905
|
this.ActionType = null;
|
|
3002
2906
|
|
|
3003
2907
|
/**
|
|
3004
2908
|
* Payment status
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
2909
|
+
0: not distinguished
|
|
2910
|
+
1: paid
|
|
2911
|
+
2: unpaid
|
|
3008
2912
|
* @type {string || null}
|
|
3009
2913
|
*/
|
|
3010
2914
|
this.IsConfirmed = null;
|
|
@@ -3150,8 +3054,7 @@ class QueryCustomersCreditResponse extends AbstractModel {
|
|
|
3150
3054
|
super();
|
|
3151
3055
|
|
|
3152
3056
|
/**
|
|
3153
|
-
*
|
|
3154
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3057
|
+
* Queries the list of customers.
|
|
3155
3058
|
* @type {Array.<QueryCustomersCreditData> || null}
|
|
3156
3059
|
*/
|
|
3157
3060
|
this.Data = null;
|
|
@@ -3163,7 +3066,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
3163
3066
|
this.Total = null;
|
|
3164
3067
|
|
|
3165
3068
|
/**
|
|
3166
|
-
* The unique request ID,
|
|
3069
|
+
* 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.
|
|
3167
3070
|
* @type {string || null}
|
|
3168
3071
|
*/
|
|
3169
3072
|
this.RequestId = null;
|
|
@@ -3279,7 +3182,7 @@ class QueryVoucherAmountByUinResponse extends AbstractModel {
|
|
|
3279
3182
|
this.Data = null;
|
|
3280
3183
|
|
|
3281
3184
|
/**
|
|
3282
|
-
* The unique request ID,
|
|
3185
|
+
* 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.
|
|
3283
3186
|
* @type {string || null}
|
|
3284
3187
|
*/
|
|
3285
3188
|
this.RequestId = null;
|
|
@@ -3382,8 +3285,7 @@ class QueryCreditAllocationHistoryData extends AbstractModel {
|
|
|
3382
3285
|
this.AllocatedCredit = null;
|
|
3383
3286
|
|
|
3384
3287
|
/**
|
|
3385
|
-
* Available credits after allocation
|
|
3386
|
-
Note: The return value may be null, indicating that no valid data can be obtained.
|
|
3288
|
+
* Available credits after allocation.
|
|
3387
3289
|
* @type {number || null}
|
|
3388
3290
|
*/
|
|
3389
3291
|
this.ClientCreditAfter = null;
|
|
@@ -3415,41 +3317,37 @@ class BusinessInfo extends AbstractModel {
|
|
|
3415
3317
|
super();
|
|
3416
3318
|
|
|
3417
3319
|
/**
|
|
3418
|
-
*
|
|
3320
|
+
* Product name.
|
|
3419
3321
|
* @type {string || null}
|
|
3420
3322
|
*/
|
|
3421
3323
|
this.BusinessCodeName = null;
|
|
3422
3324
|
|
|
3423
3325
|
/**
|
|
3424
|
-
* Product
|
|
3326
|
+
* Product code.
|
|
3425
3327
|
* @type {string || null}
|
|
3426
3328
|
*/
|
|
3427
3329
|
this.BusinessCode = null;
|
|
3428
3330
|
|
|
3429
3331
|
/**
|
|
3430
|
-
* Original price
|
|
3431
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3332
|
+
* Original price.
|
|
3432
3333
|
* @type {string || null}
|
|
3433
3334
|
*/
|
|
3434
3335
|
this.OriginalCost = null;
|
|
3435
3336
|
|
|
3436
3337
|
/**
|
|
3437
|
-
* Voucher amount
|
|
3438
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3338
|
+
* Voucher amount.
|
|
3439
3339
|
* @type {string || null}
|
|
3440
3340
|
*/
|
|
3441
3341
|
this.VoucherPayAmount = null;
|
|
3442
3342
|
|
|
3443
3343
|
/**
|
|
3444
|
-
*
|
|
3445
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3344
|
+
* RI deduction.
|
|
3446
3345
|
* @type {string || null}
|
|
3447
3346
|
*/
|
|
3448
3347
|
this.RICost = null;
|
|
3449
3348
|
|
|
3450
3349
|
/**
|
|
3451
|
-
* Total amount
|
|
3452
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3350
|
+
* Total amount.
|
|
3453
3351
|
* @type {string || null}
|
|
3454
3352
|
*/
|
|
3455
3353
|
this.TotalCost = null;
|
|
@@ -3482,14 +3380,13 @@ class DescribeBillSummaryByProductResponse extends AbstractModel {
|
|
|
3482
3380
|
super();
|
|
3483
3381
|
|
|
3484
3382
|
/**
|
|
3485
|
-
*
|
|
3486
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3383
|
+
* Detailed information of product dimension.
|
|
3487
3384
|
* @type {Array.<BusinessSummaryOverviewItem> || null}
|
|
3488
3385
|
*/
|
|
3489
3386
|
this.SummaryOverview = null;
|
|
3490
3387
|
|
|
3491
3388
|
/**
|
|
3492
|
-
* The unique request ID,
|
|
3389
|
+
* 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.
|
|
3493
3390
|
* @type {string || null}
|
|
3494
3391
|
*/
|
|
3495
3392
|
this.RequestId = null;
|
|
@@ -3532,8 +3429,7 @@ class DescribeCustomerBillDetailResponse extends AbstractModel {
|
|
|
3532
3429
|
this.Total = null;
|
|
3533
3430
|
|
|
3534
3431
|
/**
|
|
3535
|
-
* Data
|
|
3536
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3432
|
+
* Data detailsNote: This field may return null, indicating that no valid values can be obtained.
|
|
3537
3433
|
* @type {Array.<BillDetailData> || null}
|
|
3538
3434
|
*/
|
|
3539
3435
|
this.DetailSet = null;
|
|
@@ -3577,14 +3473,13 @@ class DescribeBillSummaryByRegionResponse extends AbstractModel {
|
|
|
3577
3473
|
super();
|
|
3578
3474
|
|
|
3579
3475
|
/**
|
|
3580
|
-
*
|
|
3581
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3476
|
+
* Get the region details of the customer bill data totaled by region through the api.
|
|
3582
3477
|
* @type {Array.<RegionSummaryOverviewItem> || null}
|
|
3583
3478
|
*/
|
|
3584
3479
|
this.SummaryOverview = null;
|
|
3585
3480
|
|
|
3586
3481
|
/**
|
|
3587
|
-
* The unique request ID,
|
|
3482
|
+
* 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.
|
|
3588
3483
|
* @type {string || null}
|
|
3589
3484
|
*/
|
|
3590
3485
|
this.RequestId = null;
|
|
@@ -3706,31 +3601,31 @@ class DescribeBillDetailRequest extends AbstractModel {
|
|
|
3706
3601
|
super();
|
|
3707
3602
|
|
|
3708
3603
|
/**
|
|
3709
|
-
*
|
|
3604
|
+
* Inquiry month, in the format of YYYY-MM, such as 2023-01
|
|
3710
3605
|
* @type {string || null}
|
|
3711
3606
|
*/
|
|
3712
3607
|
this.Month = null;
|
|
3713
3608
|
|
|
3714
3609
|
/**
|
|
3715
|
-
* Page parameter:
|
|
3610
|
+
* Page parameter: number of entries per page. Value range: [1, 200]
|
|
3716
3611
|
* @type {number || null}
|
|
3717
3612
|
*/
|
|
3718
3613
|
this.PageSize = null;
|
|
3719
3614
|
|
|
3720
3615
|
/**
|
|
3721
|
-
* Page parameter:
|
|
3616
|
+
* Page parameter: current page number. The minimum value is 1.
|
|
3722
3617
|
* @type {number || null}
|
|
3723
3618
|
*/
|
|
3724
3619
|
this.Page = null;
|
|
3725
3620
|
|
|
3726
3621
|
/**
|
|
3727
|
-
* Billing mode. Valid values:
|
|
3622
|
+
* Billing mode. Valid values: prePay (Monthly subscription) and postPay (Pay-As-You-Go resources)
|
|
3728
3623
|
* @type {string || null}
|
|
3729
3624
|
*/
|
|
3730
3625
|
this.PayMode = null;
|
|
3731
3626
|
|
|
3732
3627
|
/**
|
|
3733
|
-
* Transaction type. Valid values:
|
|
3628
|
+
* Transaction type. Valid values: prepay_purchase (Purchase), prepay_renew (Renewal), prepay_modify (Upgrade/Downgrade), prepay_return ( Monthly subscription refund), postpay_deduct (Pay-as-you-go), postpay_deduct_h (Hourly settlement), postpay_deduct_d (Daily settlement), postpay_deduct_m (Monthly settlement), offline_deduct (Offline project deduction), online_deduct (Offline product deduction), recon_deduct (Adjustment - deduction), recon_increase (Adjustment - compensation), ripay_purchase (One-off RI Fee), postpay_deduct_s (Spot), ri_hour_pay (Hourly RI fee), prePurchase (New monthly subscription), preRenew (Monthly subscription renewal), preUpgrade (Upgrade/Downgrade), preDowngrade (Upgrade/Downgrade), svp_hour_pay (Hourly Savings Plan fee), recon_guarantee (Minimum spend deduction), pre_purchase (New monthly subscription), pre_renew (Monthly subscription renewal), pre_upgrade (Upgrade/Downgrade), pre_downgrade (Upgrade/Downgrade)
|
|
3734
3629
|
* @type {string || null}
|
|
3735
3630
|
*/
|
|
3736
3631
|
this.ActionType = null;
|
|
@@ -3888,13 +3783,13 @@ class TagInfo extends AbstractModel {
|
|
|
3888
3783
|
super();
|
|
3889
3784
|
|
|
3890
3785
|
/**
|
|
3891
|
-
* Tag
|
|
3786
|
+
* Tag key.
|
|
3892
3787
|
* @type {string || null}
|
|
3893
3788
|
*/
|
|
3894
3789
|
this.TagKey = null;
|
|
3895
3790
|
|
|
3896
3791
|
/**
|
|
3897
|
-
* Tag
|
|
3792
|
+
* Tag value.
|
|
3898
3793
|
* @type {string || null}
|
|
3899
3794
|
*/
|
|
3900
3795
|
this.TagValue = null;
|
|
@@ -3993,36 +3888,31 @@ class BusinessSummaryOverviewItem extends AbstractModel {
|
|
|
3993
3888
|
super();
|
|
3994
3889
|
|
|
3995
3890
|
/**
|
|
3996
|
-
* Product code
|
|
3997
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3891
|
+
* Product code.
|
|
3998
3892
|
* @type {string || null}
|
|
3999
3893
|
*/
|
|
4000
3894
|
this.BusinessCode = null;
|
|
4001
3895
|
|
|
4002
3896
|
/**
|
|
4003
|
-
* Product name
|
|
4004
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3897
|
+
* Product name.
|
|
4005
3898
|
* @type {string || null}
|
|
4006
3899
|
*/
|
|
4007
3900
|
this.BusinessCodeName = null;
|
|
4008
3901
|
|
|
4009
3902
|
/**
|
|
4010
|
-
* List price
|
|
4011
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3903
|
+
* List price, keep 8 decimal places.
|
|
4012
3904
|
* @type {string || null}
|
|
4013
3905
|
*/
|
|
4014
3906
|
this.OriginalCost = null;
|
|
4015
3907
|
|
|
4016
3908
|
/**
|
|
4017
|
-
*
|
|
4018
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3909
|
+
* Voucher payment amount, keep 8 decimal places.
|
|
4019
3910
|
* @type {string || null}
|
|
4020
3911
|
*/
|
|
4021
3912
|
this.VoucherPayAmount = null;
|
|
4022
3913
|
|
|
4023
3914
|
/**
|
|
4024
|
-
* Consumption amount
|
|
4025
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3915
|
+
* Consumption amount, keep 8 decimal places.
|
|
4026
3916
|
* @type {string || null}
|
|
4027
3917
|
*/
|
|
4028
3918
|
this.TotalCost = null;
|
|
@@ -4251,225 +4141,197 @@ class BillDetailData extends AbstractModel {
|
|
|
4251
4141
|
super();
|
|
4252
4142
|
|
|
4253
4143
|
/**
|
|
4254
|
-
*
|
|
4255
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4144
|
+
* reseller account.
|
|
4256
4145
|
* @type {number || null}
|
|
4257
4146
|
*/
|
|
4258
4147
|
this.PayerAccountId = null;
|
|
4259
4148
|
|
|
4260
4149
|
/**
|
|
4261
|
-
*
|
|
4262
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4150
|
+
* Subaccount.
|
|
4263
4151
|
* @type {number || null}
|
|
4264
4152
|
*/
|
|
4265
4153
|
this.OwnerAccountId = null;
|
|
4266
4154
|
|
|
4267
4155
|
/**
|
|
4268
|
-
* Operator account
|
|
4269
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4156
|
+
* Operator account.
|
|
4270
4157
|
* @type {number || null}
|
|
4271
4158
|
*/
|
|
4272
4159
|
this.OperatorAccountId = null;
|
|
4273
4160
|
|
|
4274
4161
|
/**
|
|
4275
|
-
* Product name
|
|
4276
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4162
|
+
* Product name.
|
|
4277
4163
|
* @type {string || null}
|
|
4278
4164
|
*/
|
|
4279
4165
|
this.ProductName = null;
|
|
4280
4166
|
|
|
4281
4167
|
/**
|
|
4282
4168
|
* Billing mode
|
|
4283
|
-
|
|
4284
|
-
|
|
4285
|
-
|
|
4286
|
-
|
|
4169
|
+
.
|
|
4170
|
+
Monthly subscription (annual and monthly).
|
|
4171
|
+
Pay-As-You-Go resources.
|
|
4172
|
+
Standard ri reserved instance.
|
|
4287
4173
|
* @type {string || null}
|
|
4288
4174
|
*/
|
|
4289
4175
|
this.BillingMode = null;
|
|
4290
4176
|
|
|
4291
4177
|
/**
|
|
4292
|
-
* Project name
|
|
4178
|
+
* Project name.
|
|
4179
|
+
.
|
|
4293
4180
|
|
|
4294
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4295
4181
|
* @type {string || null}
|
|
4296
4182
|
*/
|
|
4297
4183
|
this.ProjectName = null;
|
|
4298
4184
|
|
|
4299
4185
|
/**
|
|
4300
|
-
* Resource region
|
|
4301
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4186
|
+
* Resource region.
|
|
4302
4187
|
* @type {string || null}
|
|
4303
4188
|
*/
|
|
4304
4189
|
this.Region = null;
|
|
4305
4190
|
|
|
4306
4191
|
/**
|
|
4307
|
-
* Resource
|
|
4308
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4192
|
+
* Resource available zone.
|
|
4309
4193
|
* @type {string || null}
|
|
4310
4194
|
*/
|
|
4311
4195
|
this.AvailabilityZone = null;
|
|
4312
4196
|
|
|
4313
4197
|
/**
|
|
4314
|
-
* Instance
|
|
4315
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4198
|
+
* Instance id.
|
|
4316
4199
|
* @type {string || null}
|
|
4317
4200
|
*/
|
|
4318
4201
|
this.InstanceId = null;
|
|
4319
4202
|
|
|
4320
4203
|
/**
|
|
4321
|
-
* Instance name
|
|
4322
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4204
|
+
* Instance name.
|
|
4323
4205
|
* @type {string || null}
|
|
4324
4206
|
*/
|
|
4325
4207
|
this.InstanceName = null;
|
|
4326
4208
|
|
|
4327
4209
|
/**
|
|
4328
|
-
*
|
|
4210
|
+
* Sub-Product name
|
|
4211
|
+
.
|
|
4329
4212
|
|
|
4330
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4331
4213
|
* @type {string || null}
|
|
4332
4214
|
*/
|
|
4333
4215
|
this.SubProductName = null;
|
|
4334
4216
|
|
|
4335
4217
|
/**
|
|
4336
|
-
* Settlement type
|
|
4337
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4218
|
+
* Settlement type.
|
|
4338
4219
|
* @type {string || null}
|
|
4339
4220
|
*/
|
|
4340
4221
|
this.TransactionType = null;
|
|
4341
4222
|
|
|
4342
4223
|
/**
|
|
4343
|
-
* Transaction
|
|
4344
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4224
|
+
* <Transaction id>.
|
|
4345
4225
|
* @type {string || null}
|
|
4346
4226
|
*/
|
|
4347
4227
|
this.TransactionId = null;
|
|
4348
4228
|
|
|
4349
4229
|
/**
|
|
4350
|
-
* Settlement time
|
|
4230
|
+
* Settlement time.
|
|
4351
4231
|
|
|
4352
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4353
4232
|
* @type {string || null}
|
|
4354
4233
|
*/
|
|
4355
4234
|
this.TransactionTime = null;
|
|
4356
4235
|
|
|
4357
4236
|
/**
|
|
4358
|
-
*
|
|
4359
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4237
|
+
* <Resource start time>.
|
|
4360
4238
|
* @type {string || null}
|
|
4361
4239
|
*/
|
|
4362
4240
|
this.UsageStartTime = null;
|
|
4363
4241
|
|
|
4364
4242
|
/**
|
|
4365
|
-
*
|
|
4366
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4243
|
+
* <Resource end usage time>.
|
|
4367
4244
|
* @type {string || null}
|
|
4368
4245
|
*/
|
|
4369
4246
|
this.UsageEndTime = null;
|
|
4370
4247
|
|
|
4371
4248
|
/**
|
|
4372
|
-
* Component
|
|
4373
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4249
|
+
* Component.
|
|
4374
4250
|
* @type {string || null}
|
|
4375
4251
|
*/
|
|
4376
4252
|
this.ComponentType = null;
|
|
4377
4253
|
|
|
4378
4254
|
/**
|
|
4379
|
-
* Component name
|
|
4380
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4255
|
+
* Component name.
|
|
4381
4256
|
* @type {string || null}
|
|
4382
4257
|
*/
|
|
4383
4258
|
this.ComponentName = null;
|
|
4384
4259
|
|
|
4385
4260
|
/**
|
|
4386
|
-
* Component list price
|
|
4387
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4261
|
+
* Component list price.
|
|
4388
4262
|
* @type {string || null}
|
|
4389
4263
|
*/
|
|
4390
4264
|
this.ComponentListPrice = null;
|
|
4391
4265
|
|
|
4392
4266
|
/**
|
|
4393
|
-
* Price unit
|
|
4394
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4267
|
+
* Price unit.
|
|
4395
4268
|
* @type {string || null}
|
|
4396
4269
|
*/
|
|
4397
4270
|
this.ComponentPriceMeasurementUnit = null;
|
|
4398
4271
|
|
|
4399
4272
|
/**
|
|
4400
|
-
* Component usage
|
|
4401
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4273
|
+
* Component usage.
|
|
4402
4274
|
* @type {string || null}
|
|
4403
4275
|
*/
|
|
4404
4276
|
this.ComponentUsage = null;
|
|
4405
4277
|
|
|
4406
4278
|
/**
|
|
4407
|
-
* Component usage unit
|
|
4408
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4279
|
+
* Component usage unit.
|
|
4409
4280
|
* @type {string || null}
|
|
4410
4281
|
*/
|
|
4411
4282
|
this.ComponentUsageUnit = null;
|
|
4412
4283
|
|
|
4413
4284
|
/**
|
|
4414
|
-
* Resource usage duration
|
|
4415
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4285
|
+
* Resource usage duration.
|
|
4416
4286
|
* @type {string || null}
|
|
4417
4287
|
*/
|
|
4418
4288
|
this.UsageDuration = null;
|
|
4419
4289
|
|
|
4420
4290
|
/**
|
|
4421
|
-
*
|
|
4422
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4291
|
+
* duration unit.
|
|
4423
4292
|
* @type {string || null}
|
|
4424
4293
|
*/
|
|
4425
4294
|
this.DurationUnit = null;
|
|
4426
4295
|
|
|
4427
4296
|
/**
|
|
4428
|
-
*
|
|
4429
|
-
Original cost = component list price * component usage * usage duration
|
|
4430
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4297
|
+
* Total original price.
|
|
4298
|
+
Original cost = component list price * component usage * usage duration.
|
|
4431
4299
|
* @type {string || null}
|
|
4432
4300
|
*/
|
|
4433
4301
|
this.OriginalCost = null;
|
|
4434
4302
|
|
|
4435
4303
|
/**
|
|
4436
|
-
* Discount
|
|
4437
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4304
|
+
* Discount (default is 1).
|
|
4438
4305
|
* @type {string || null}
|
|
4439
4306
|
*/
|
|
4440
4307
|
this.DiscountRate = null;
|
|
4441
4308
|
|
|
4442
4309
|
/**
|
|
4443
|
-
* Currency
|
|
4444
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4310
|
+
* Currency.
|
|
4445
4311
|
* @type {string || null}
|
|
4446
4312
|
*/
|
|
4447
4313
|
this.Currency = null;
|
|
4448
4314
|
|
|
4449
4315
|
/**
|
|
4450
|
-
*
|
|
4451
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4316
|
+
* Total cost after discount.
|
|
4452
4317
|
* @type {string || null}
|
|
4453
4318
|
*/
|
|
4454
4319
|
this.TotalAmountAfterDiscount = null;
|
|
4455
4320
|
|
|
4456
4321
|
/**
|
|
4457
|
-
* Voucher deduction
|
|
4458
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4322
|
+
* Voucher deduction amount.
|
|
4459
4323
|
* @type {string || null}
|
|
4460
4324
|
*/
|
|
4461
4325
|
this.VoucherDeduction = null;
|
|
4462
4326
|
|
|
4463
4327
|
/**
|
|
4464
|
-
* Total
|
|
4465
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4328
|
+
* = Total Amount After Discount - Voucher Deduction
|
|
4466
4329
|
* @type {string || null}
|
|
4467
4330
|
*/
|
|
4468
4331
|
this.TotalCost = null;
|
|
4469
4332
|
|
|
4470
4333
|
/**
|
|
4471
|
-
*
|
|
4472
|
-
Note: The return value may be null, indicating that no valid data can be obtained.
|
|
4334
|
+
* Identifier (id).
|
|
4473
4335
|
* @type {string || null}
|
|
4474
4336
|
*/
|
|
4475
4337
|
this.Id = null;
|
|
@@ -4562,59 +4424,58 @@ class DescribeCustomerInfoData extends AbstractModel {
|
|
|
4562
4424
|
super();
|
|
4563
4425
|
|
|
4564
4426
|
/**
|
|
4565
|
-
*
|
|
4427
|
+
* Sub-Account uin.
|
|
4566
4428
|
* @type {string || null}
|
|
4567
4429
|
*/
|
|
4568
4430
|
this.CustomerUin = null;
|
|
4569
4431
|
|
|
4570
4432
|
/**
|
|
4571
|
-
*
|
|
4433
|
+
* Contact email.
|
|
4572
4434
|
* @type {string || null}
|
|
4573
4435
|
*/
|
|
4574
4436
|
this.Email = null;
|
|
4575
4437
|
|
|
4576
4438
|
/**
|
|
4577
|
-
*
|
|
4439
|
+
* Contact phone number.
|
|
4578
4440
|
* @type {string || null}
|
|
4579
4441
|
*/
|
|
4580
4442
|
this.Phone = null;
|
|
4581
4443
|
|
|
4582
4444
|
/**
|
|
4583
|
-
* Remarks
|
|
4445
|
+
* Remarks.
|
|
4584
4446
|
* @type {string || null}
|
|
4585
4447
|
*/
|
|
4586
4448
|
this.Mark = null;
|
|
4587
4449
|
|
|
4588
4450
|
/**
|
|
4589
|
-
*
|
|
4451
|
+
* Display name.
|
|
4590
4452
|
* @type {string || null}
|
|
4591
4453
|
*/
|
|
4592
4454
|
this.Name = null;
|
|
4593
4455
|
|
|
4594
4456
|
/**
|
|
4595
|
-
* Binding time
|
|
4457
|
+
* Binding time.
|
|
4596
4458
|
* @type {string || null}
|
|
4597
4459
|
*/
|
|
4598
4460
|
this.BindTime = null;
|
|
4599
4461
|
|
|
4600
4462
|
/**
|
|
4601
4463
|
* Account status
|
|
4602
|
-
|
|
4603
|
-
|
|
4604
|
-
|
|
4605
|
-
|
|
4464
|
+
.
|
|
4465
|
+
0: normal.
|
|
4466
|
+
1: forcibly mandatory (this function is not supported yet).
|
|
4467
|
+
2: mandatory arrears.
|
|
4606
4468
|
* @type {string || null}
|
|
4607
4469
|
*/
|
|
4608
4470
|
this.AccountStatus = null;
|
|
4609
4471
|
|
|
4610
4472
|
/**
|
|
4611
|
-
* Identity verification status
|
|
4612
|
-
-1:
|
|
4613
|
-
0:
|
|
4614
|
-
1:
|
|
4615
|
-
2:
|
|
4616
|
-
3:
|
|
4617
|
-
Note: The return value may be null, indicating that no valid data can be obtained.
|
|
4473
|
+
* Identity verification status.
|
|
4474
|
+
-1: files not uploaded.
|
|
4475
|
+
0: not submitted for review.
|
|
4476
|
+
1: under review.
|
|
4477
|
+
2: review error.
|
|
4478
|
+
3: approved.
|
|
4618
4479
|
* @type {string || null}
|
|
4619
4480
|
*/
|
|
4620
4481
|
this.AuthStatus = null;
|
|
@@ -4709,12 +4570,10 @@ module.exports = {
|
|
|
4709
4570
|
CountryCodeItem: CountryCodeItem,
|
|
4710
4571
|
DescribeBillSummaryByRegionRequest: DescribeBillSummaryByRegionRequest,
|
|
4711
4572
|
QueryCreditByUinListResponse: QueryCreditByUinListResponse,
|
|
4712
|
-
QueryCreditQuotaResponse: QueryCreditQuotaResponse,
|
|
4713
4573
|
QueryCreditAllocationHistoryResponse: QueryCreditAllocationHistoryResponse,
|
|
4714
4574
|
CreateAccountRequest: CreateAccountRequest,
|
|
4715
4575
|
DescribeBillSummaryRequest: DescribeBillSummaryRequest,
|
|
4716
4576
|
QueryDirectCustomersCreditRequest: QueryDirectCustomersCreditRequest,
|
|
4717
|
-
QueryCreditQuotaRequest: QueryCreditQuotaRequest,
|
|
4718
4577
|
QueryCustomerBillingQuotaData: QueryCustomerBillingQuotaData,
|
|
4719
4578
|
QueryPartnerCreditRequest: QueryPartnerCreditRequest,
|
|
4720
4579
|
GetTradeConfigListRequest: GetTradeConfigListRequest,
|