tencentcloud-sdk-python-intl-en 3.0.1144__py2.py3-none-any.whl → 3.0.1145__py2.py3-none-any.whl
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.
Potentially problematic release.
This version of tencentcloud-sdk-python-intl-en might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/intlpartnersmgt/v20220928/errorcodes.py +6 -0
- tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.py +46 -35
- tencentcloud/intlpartnersmgt/v20220928/models.py +424 -637
- tencentcloud/ocr/v20181119/errorcodes.py +3 -3
- tencentcloud/ocr/v20181119/models.py +15 -0
- tencentcloud/ssl/v20191205/errorcodes.py +10 -7
- tencentcloud/ssl/v20191205/models.py +2142 -643
- tencentcloud/ssl/v20191205/ssl_client.py +6 -6
- tencentcloud/trtc/v20190722/models.py +20 -4
- {tencentcloud_sdk_python_intl_en-3.0.1144.dist-info → tencentcloud_sdk_python_intl_en-3.0.1145.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1144.dist-info → tencentcloud_sdk_python_intl_en-3.0.1145.dist-info}/RECORD +14 -14
- {tencentcloud_sdk_python_intl_en-3.0.1144.dist-info → tencentcloud_sdk_python_intl_en-3.0.1145.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1144.dist-info → tencentcloud_sdk_python_intl_en-3.0.1145.dist-info}/top_level.txt +0 -0
|
@@ -25,20 +25,15 @@ class ActionSummaryOverviewItem(AbstractModel):
|
|
|
25
25
|
|
|
26
26
|
def __init__(self):
|
|
27
27
|
r"""
|
|
28
|
-
:param _ActionType: Transaction type code
|
|
29
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28
|
+
:param _ActionType: Transaction type code.
|
|
30
29
|
:type ActionType: str
|
|
31
|
-
:param _ActionTypeName: Transaction type name
|
|
32
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
30
|
+
:param _ActionTypeName: Transaction type name.
|
|
33
31
|
:type ActionTypeName: str
|
|
34
|
-
:param _OriginalCost:
|
|
35
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
32
|
+
:param _OriginalCost: Actual total consumption, up to 8 decimal places.
|
|
36
33
|
:type OriginalCost: str
|
|
37
|
-
:param _VoucherPayAmount:
|
|
38
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
34
|
+
:param _VoucherPayAmount: Voucher payment amount, up to 8 decimal places.
|
|
39
35
|
:type VoucherPayAmount: str
|
|
40
|
-
:param _TotalCost: Total consumption
|
|
41
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
36
|
+
:param _TotalCost: Total consumption, up to 8 decimal places.
|
|
42
37
|
:type TotalCost: str
|
|
43
38
|
"""
|
|
44
39
|
self._ActionType = None
|
|
@@ -49,8 +44,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
49
44
|
|
|
50
45
|
@property
|
|
51
46
|
def ActionType(self):
|
|
52
|
-
"""Transaction type code
|
|
53
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
47
|
+
"""Transaction type code.
|
|
54
48
|
:rtype: str
|
|
55
49
|
"""
|
|
56
50
|
return self._ActionType
|
|
@@ -61,8 +55,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
61
55
|
|
|
62
56
|
@property
|
|
63
57
|
def ActionTypeName(self):
|
|
64
|
-
"""Transaction type name
|
|
65
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
58
|
+
"""Transaction type name.
|
|
66
59
|
:rtype: str
|
|
67
60
|
"""
|
|
68
61
|
return self._ActionTypeName
|
|
@@ -73,8 +66,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
73
66
|
|
|
74
67
|
@property
|
|
75
68
|
def OriginalCost(self):
|
|
76
|
-
"""
|
|
77
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
69
|
+
"""Actual total consumption, up to 8 decimal places.
|
|
78
70
|
:rtype: str
|
|
79
71
|
"""
|
|
80
72
|
return self._OriginalCost
|
|
@@ -85,8 +77,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
85
77
|
|
|
86
78
|
@property
|
|
87
79
|
def VoucherPayAmount(self):
|
|
88
|
-
"""
|
|
89
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
80
|
+
"""Voucher payment amount, up to 8 decimal places.
|
|
90
81
|
:rtype: str
|
|
91
82
|
"""
|
|
92
83
|
return self._VoucherPayAmount
|
|
@@ -97,8 +88,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
97
88
|
|
|
98
89
|
@property
|
|
99
90
|
def TotalCost(self):
|
|
100
|
-
"""Total consumption
|
|
101
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
91
|
+
"""Total consumption, up to 8 decimal places.
|
|
102
92
|
:rtype: str
|
|
103
93
|
"""
|
|
104
94
|
return self._TotalCost
|
|
@@ -295,7 +285,7 @@ class AllocateCustomerCreditResponse(AbstractModel):
|
|
|
295
285
|
:type TotalCredit: float
|
|
296
286
|
:param _RemainingCredit: The updated available credit
|
|
297
287
|
:type RemainingCredit: float
|
|
298
|
-
:param _RequestId: The unique request ID,
|
|
288
|
+
:param _RequestId: 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.
|
|
299
289
|
:type RequestId: str
|
|
300
290
|
"""
|
|
301
291
|
self._TotalCredit = None
|
|
@@ -326,7 +316,7 @@ class AllocateCustomerCreditResponse(AbstractModel):
|
|
|
326
316
|
|
|
327
317
|
@property
|
|
328
318
|
def RequestId(self):
|
|
329
|
-
"""The unique request ID,
|
|
319
|
+
"""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.
|
|
330
320
|
:rtype: str
|
|
331
321
|
"""
|
|
332
322
|
return self._RequestId
|
|
@@ -443,105 +433,77 @@ class BillDetailData(AbstractModel):
|
|
|
443
433
|
|
|
444
434
|
def __init__(self):
|
|
445
435
|
r"""
|
|
446
|
-
:param _PayerAccountId:
|
|
447
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
436
|
+
:param _PayerAccountId: reseller account.
|
|
448
437
|
:type PayerAccountId: int
|
|
449
|
-
:param _OwnerAccountId:
|
|
450
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
438
|
+
:param _OwnerAccountId: Subaccount.
|
|
451
439
|
:type OwnerAccountId: int
|
|
452
|
-
:param _OperatorAccountId: Operator account
|
|
453
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
440
|
+
:param _OperatorAccountId: Operator account.
|
|
454
441
|
:type OperatorAccountId: int
|
|
455
|
-
:param _ProductName: Product name
|
|
456
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
442
|
+
:param _ProductName: Product name.
|
|
457
443
|
:type ProductName: str
|
|
458
444
|
:param _BillingMode: Billing mode
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
445
|
+
.
|
|
446
|
+
Monthly subscription (annual and monthly).
|
|
447
|
+
Pay-As-You-Go resources.
|
|
448
|
+
Standard ri reserved instance.
|
|
463
449
|
:type BillingMode: str
|
|
464
|
-
:param _ProjectName: Project name
|
|
450
|
+
:param _ProjectName: Project name.
|
|
451
|
+
.
|
|
465
452
|
|
|
466
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
467
453
|
:type ProjectName: str
|
|
468
|
-
:param _Region: Resource region
|
|
469
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
454
|
+
:param _Region: Resource region.
|
|
470
455
|
:type Region: str
|
|
471
|
-
:param _AvailabilityZone: Resource
|
|
472
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
456
|
+
:param _AvailabilityZone: Resource available zone.
|
|
473
457
|
:type AvailabilityZone: str
|
|
474
|
-
:param _InstanceId: Instance
|
|
475
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
458
|
+
:param _InstanceId: Instance id.
|
|
476
459
|
:type InstanceId: str
|
|
477
|
-
:param _InstanceName: Instance name
|
|
478
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
460
|
+
:param _InstanceName: Instance name.
|
|
479
461
|
:type InstanceName: str
|
|
480
|
-
:param _SubProductName:
|
|
462
|
+
:param _SubProductName: Sub-Product name
|
|
463
|
+
.
|
|
481
464
|
|
|
482
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
483
465
|
:type SubProductName: str
|
|
484
|
-
:param _TransactionType: Settlement type
|
|
485
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
466
|
+
:param _TransactionType: Settlement type.
|
|
486
467
|
:type TransactionType: str
|
|
487
|
-
:param _TransactionId: Transaction
|
|
488
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
468
|
+
:param _TransactionId: <Transaction id>.
|
|
489
469
|
:type TransactionId: str
|
|
490
|
-
:param _TransactionTime: Settlement time
|
|
470
|
+
:param _TransactionTime: Settlement time.
|
|
491
471
|
|
|
492
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
493
472
|
:type TransactionTime: str
|
|
494
|
-
:param _UsageStartTime:
|
|
495
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
473
|
+
:param _UsageStartTime: <Resource start time>.
|
|
496
474
|
:type UsageStartTime: str
|
|
497
|
-
:param _UsageEndTime:
|
|
498
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
475
|
+
:param _UsageEndTime: <Resource end usage time>.
|
|
499
476
|
:type UsageEndTime: str
|
|
500
|
-
:param _ComponentType: Component
|
|
501
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
477
|
+
:param _ComponentType: Component.
|
|
502
478
|
:type ComponentType: str
|
|
503
|
-
:param _ComponentName: Component name
|
|
504
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
479
|
+
:param _ComponentName: Component name.
|
|
505
480
|
:type ComponentName: str
|
|
506
|
-
:param _ComponentListPrice: Component list price
|
|
507
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
481
|
+
:param _ComponentListPrice: Component list price.
|
|
508
482
|
:type ComponentListPrice: str
|
|
509
|
-
:param _ComponentPriceMeasurementUnit: Price unit
|
|
510
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
483
|
+
:param _ComponentPriceMeasurementUnit: Price unit.
|
|
511
484
|
:type ComponentPriceMeasurementUnit: str
|
|
512
|
-
:param _ComponentUsage: Component usage
|
|
513
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
485
|
+
:param _ComponentUsage: Component usage.
|
|
514
486
|
:type ComponentUsage: str
|
|
515
|
-
:param _ComponentUsageUnit: Component usage unit
|
|
516
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
487
|
+
:param _ComponentUsageUnit: Component usage unit.
|
|
517
488
|
:type ComponentUsageUnit: str
|
|
518
|
-
:param _UsageDuration: Resource usage duration
|
|
519
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
489
|
+
:param _UsageDuration: Resource usage duration.
|
|
520
490
|
:type UsageDuration: str
|
|
521
|
-
:param _DurationUnit:
|
|
522
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
491
|
+
:param _DurationUnit: duration unit.
|
|
523
492
|
:type DurationUnit: str
|
|
524
|
-
:param _OriginalCost:
|
|
525
|
-
Original cost = component list price * component usage * usage duration
|
|
526
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
493
|
+
:param _OriginalCost: Total original price.
|
|
494
|
+
Original cost = component list price * component usage * usage duration.
|
|
527
495
|
:type OriginalCost: str
|
|
528
|
-
:param _DiscountRate: Discount
|
|
529
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
496
|
+
:param _DiscountRate: Discount (default is 1).
|
|
530
497
|
:type DiscountRate: str
|
|
531
|
-
:param _Currency: Currency
|
|
532
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
498
|
+
:param _Currency: Currency.
|
|
533
499
|
:type Currency: str
|
|
534
|
-
:param _TotalAmountAfterDiscount:
|
|
535
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
500
|
+
:param _TotalAmountAfterDiscount: Total cost after discount.
|
|
536
501
|
:type TotalAmountAfterDiscount: str
|
|
537
|
-
:param _VoucherDeduction: Voucher deduction
|
|
538
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
502
|
+
:param _VoucherDeduction: Voucher deduction amount.
|
|
539
503
|
:type VoucherDeduction: str
|
|
540
|
-
:param _TotalCost: Total
|
|
541
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
504
|
+
:param _TotalCost: = Total Amount After Discount - Voucher Deduction
|
|
542
505
|
:type TotalCost: str
|
|
543
|
-
:param _Id:
|
|
544
|
-
Note: The return value may be null, indicating that no valid data can be obtained.
|
|
506
|
+
:param _Id: Identifier (id).
|
|
545
507
|
:type Id: str
|
|
546
508
|
"""
|
|
547
509
|
self._PayerAccountId = None
|
|
@@ -578,8 +540,7 @@ Note: The return value may be null, indicating that no valid data can be obtaine
|
|
|
578
540
|
|
|
579
541
|
@property
|
|
580
542
|
def PayerAccountId(self):
|
|
581
|
-
"""
|
|
582
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
543
|
+
"""reseller account.
|
|
583
544
|
:rtype: int
|
|
584
545
|
"""
|
|
585
546
|
return self._PayerAccountId
|
|
@@ -590,8 +551,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
590
551
|
|
|
591
552
|
@property
|
|
592
553
|
def OwnerAccountId(self):
|
|
593
|
-
"""
|
|
594
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
554
|
+
"""Subaccount.
|
|
595
555
|
:rtype: int
|
|
596
556
|
"""
|
|
597
557
|
return self._OwnerAccountId
|
|
@@ -602,8 +562,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
602
562
|
|
|
603
563
|
@property
|
|
604
564
|
def OperatorAccountId(self):
|
|
605
|
-
"""Operator account
|
|
606
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
565
|
+
"""Operator account.
|
|
607
566
|
:rtype: int
|
|
608
567
|
"""
|
|
609
568
|
return self._OperatorAccountId
|
|
@@ -614,8 +573,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
614
573
|
|
|
615
574
|
@property
|
|
616
575
|
def ProductName(self):
|
|
617
|
-
"""Product name
|
|
618
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
576
|
+
"""Product name.
|
|
619
577
|
:rtype: str
|
|
620
578
|
"""
|
|
621
579
|
return self._ProductName
|
|
@@ -627,10 +585,10 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
627
585
|
@property
|
|
628
586
|
def BillingMode(self):
|
|
629
587
|
"""Billing mode
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
588
|
+
.
|
|
589
|
+
Monthly subscription (annual and monthly).
|
|
590
|
+
Pay-As-You-Go resources.
|
|
591
|
+
Standard ri reserved instance.
|
|
634
592
|
:rtype: str
|
|
635
593
|
"""
|
|
636
594
|
return self._BillingMode
|
|
@@ -641,9 +599,9 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
641
599
|
|
|
642
600
|
@property
|
|
643
601
|
def ProjectName(self):
|
|
644
|
-
"""Project name
|
|
602
|
+
"""Project name.
|
|
603
|
+
.
|
|
645
604
|
|
|
646
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
647
605
|
:rtype: str
|
|
648
606
|
"""
|
|
649
607
|
return self._ProjectName
|
|
@@ -654,8 +612,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
654
612
|
|
|
655
613
|
@property
|
|
656
614
|
def Region(self):
|
|
657
|
-
"""Resource region
|
|
658
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
615
|
+
"""Resource region.
|
|
659
616
|
:rtype: str
|
|
660
617
|
"""
|
|
661
618
|
return self._Region
|
|
@@ -666,8 +623,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
666
623
|
|
|
667
624
|
@property
|
|
668
625
|
def AvailabilityZone(self):
|
|
669
|
-
"""Resource
|
|
670
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
626
|
+
"""Resource available zone.
|
|
671
627
|
:rtype: str
|
|
672
628
|
"""
|
|
673
629
|
return self._AvailabilityZone
|
|
@@ -678,8 +634,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
678
634
|
|
|
679
635
|
@property
|
|
680
636
|
def InstanceId(self):
|
|
681
|
-
"""Instance
|
|
682
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
637
|
+
"""Instance id.
|
|
683
638
|
:rtype: str
|
|
684
639
|
"""
|
|
685
640
|
return self._InstanceId
|
|
@@ -690,8 +645,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
690
645
|
|
|
691
646
|
@property
|
|
692
647
|
def InstanceName(self):
|
|
693
|
-
"""Instance name
|
|
694
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
648
|
+
"""Instance name.
|
|
695
649
|
:rtype: str
|
|
696
650
|
"""
|
|
697
651
|
return self._InstanceName
|
|
@@ -702,9 +656,9 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
702
656
|
|
|
703
657
|
@property
|
|
704
658
|
def SubProductName(self):
|
|
705
|
-
"""
|
|
659
|
+
"""Sub-Product name
|
|
660
|
+
.
|
|
706
661
|
|
|
707
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
708
662
|
:rtype: str
|
|
709
663
|
"""
|
|
710
664
|
return self._SubProductName
|
|
@@ -715,8 +669,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
715
669
|
|
|
716
670
|
@property
|
|
717
671
|
def TransactionType(self):
|
|
718
|
-
"""Settlement type
|
|
719
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
672
|
+
"""Settlement type.
|
|
720
673
|
:rtype: str
|
|
721
674
|
"""
|
|
722
675
|
return self._TransactionType
|
|
@@ -727,8 +680,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
727
680
|
|
|
728
681
|
@property
|
|
729
682
|
def TransactionId(self):
|
|
730
|
-
"""Transaction
|
|
731
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
683
|
+
"""<Transaction id>.
|
|
732
684
|
:rtype: str
|
|
733
685
|
"""
|
|
734
686
|
return self._TransactionId
|
|
@@ -739,9 +691,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
739
691
|
|
|
740
692
|
@property
|
|
741
693
|
def TransactionTime(self):
|
|
742
|
-
"""Settlement time
|
|
694
|
+
"""Settlement time.
|
|
743
695
|
|
|
744
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
745
696
|
:rtype: str
|
|
746
697
|
"""
|
|
747
698
|
return self._TransactionTime
|
|
@@ -752,8 +703,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
752
703
|
|
|
753
704
|
@property
|
|
754
705
|
def UsageStartTime(self):
|
|
755
|
-
"""
|
|
756
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
706
|
+
"""<Resource start time>.
|
|
757
707
|
:rtype: str
|
|
758
708
|
"""
|
|
759
709
|
return self._UsageStartTime
|
|
@@ -764,8 +714,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
764
714
|
|
|
765
715
|
@property
|
|
766
716
|
def UsageEndTime(self):
|
|
767
|
-
"""
|
|
768
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
717
|
+
"""<Resource end usage time>.
|
|
769
718
|
:rtype: str
|
|
770
719
|
"""
|
|
771
720
|
return self._UsageEndTime
|
|
@@ -776,8 +725,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
776
725
|
|
|
777
726
|
@property
|
|
778
727
|
def ComponentType(self):
|
|
779
|
-
"""Component
|
|
780
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
728
|
+
"""Component.
|
|
781
729
|
:rtype: str
|
|
782
730
|
"""
|
|
783
731
|
return self._ComponentType
|
|
@@ -788,8 +736,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
788
736
|
|
|
789
737
|
@property
|
|
790
738
|
def ComponentName(self):
|
|
791
|
-
"""Component name
|
|
792
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
739
|
+
"""Component name.
|
|
793
740
|
:rtype: str
|
|
794
741
|
"""
|
|
795
742
|
return self._ComponentName
|
|
@@ -800,8 +747,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
800
747
|
|
|
801
748
|
@property
|
|
802
749
|
def ComponentListPrice(self):
|
|
803
|
-
"""Component list price
|
|
804
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
750
|
+
"""Component list price.
|
|
805
751
|
:rtype: str
|
|
806
752
|
"""
|
|
807
753
|
return self._ComponentListPrice
|
|
@@ -812,8 +758,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
812
758
|
|
|
813
759
|
@property
|
|
814
760
|
def ComponentPriceMeasurementUnit(self):
|
|
815
|
-
"""Price unit
|
|
816
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
761
|
+
"""Price unit.
|
|
817
762
|
:rtype: str
|
|
818
763
|
"""
|
|
819
764
|
return self._ComponentPriceMeasurementUnit
|
|
@@ -824,8 +769,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
824
769
|
|
|
825
770
|
@property
|
|
826
771
|
def ComponentUsage(self):
|
|
827
|
-
"""Component usage
|
|
828
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
772
|
+
"""Component usage.
|
|
829
773
|
:rtype: str
|
|
830
774
|
"""
|
|
831
775
|
return self._ComponentUsage
|
|
@@ -836,8 +780,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
836
780
|
|
|
837
781
|
@property
|
|
838
782
|
def ComponentUsageUnit(self):
|
|
839
|
-
"""Component usage unit
|
|
840
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
783
|
+
"""Component usage unit.
|
|
841
784
|
:rtype: str
|
|
842
785
|
"""
|
|
843
786
|
return self._ComponentUsageUnit
|
|
@@ -848,8 +791,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
848
791
|
|
|
849
792
|
@property
|
|
850
793
|
def UsageDuration(self):
|
|
851
|
-
"""Resource usage duration
|
|
852
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
794
|
+
"""Resource usage duration.
|
|
853
795
|
:rtype: str
|
|
854
796
|
"""
|
|
855
797
|
return self._UsageDuration
|
|
@@ -860,8 +802,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
860
802
|
|
|
861
803
|
@property
|
|
862
804
|
def DurationUnit(self):
|
|
863
|
-
"""
|
|
864
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
805
|
+
"""duration unit.
|
|
865
806
|
:rtype: str
|
|
866
807
|
"""
|
|
867
808
|
return self._DurationUnit
|
|
@@ -872,9 +813,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
872
813
|
|
|
873
814
|
@property
|
|
874
815
|
def OriginalCost(self):
|
|
875
|
-
"""
|
|
876
|
-
Original cost = component list price * component usage * usage duration
|
|
877
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
816
|
+
"""Total original price.
|
|
817
|
+
Original cost = component list price * component usage * usage duration.
|
|
878
818
|
:rtype: str
|
|
879
819
|
"""
|
|
880
820
|
return self._OriginalCost
|
|
@@ -885,8 +825,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
885
825
|
|
|
886
826
|
@property
|
|
887
827
|
def DiscountRate(self):
|
|
888
|
-
"""Discount
|
|
889
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
828
|
+
"""Discount (default is 1).
|
|
890
829
|
:rtype: str
|
|
891
830
|
"""
|
|
892
831
|
return self._DiscountRate
|
|
@@ -897,8 +836,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
897
836
|
|
|
898
837
|
@property
|
|
899
838
|
def Currency(self):
|
|
900
|
-
"""Currency
|
|
901
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
839
|
+
"""Currency.
|
|
902
840
|
:rtype: str
|
|
903
841
|
"""
|
|
904
842
|
return self._Currency
|
|
@@ -909,8 +847,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
909
847
|
|
|
910
848
|
@property
|
|
911
849
|
def TotalAmountAfterDiscount(self):
|
|
912
|
-
"""
|
|
913
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
850
|
+
"""Total cost after discount.
|
|
914
851
|
:rtype: str
|
|
915
852
|
"""
|
|
916
853
|
return self._TotalAmountAfterDiscount
|
|
@@ -921,8 +858,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
921
858
|
|
|
922
859
|
@property
|
|
923
860
|
def VoucherDeduction(self):
|
|
924
|
-
"""Voucher deduction
|
|
925
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
861
|
+
"""Voucher deduction amount.
|
|
926
862
|
:rtype: str
|
|
927
863
|
"""
|
|
928
864
|
return self._VoucherDeduction
|
|
@@ -933,8 +869,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
933
869
|
|
|
934
870
|
@property
|
|
935
871
|
def TotalCost(self):
|
|
936
|
-
"""Total
|
|
937
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
872
|
+
"""= Total Amount After Discount - Voucher Deduction
|
|
938
873
|
:rtype: str
|
|
939
874
|
"""
|
|
940
875
|
return self._TotalCost
|
|
@@ -945,8 +880,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
945
880
|
|
|
946
881
|
@property
|
|
947
882
|
def Id(self):
|
|
948
|
-
"""
|
|
949
|
-
Note: The return value may be null, indicating that no valid data can be obtained.
|
|
883
|
+
"""Identifier (id).
|
|
950
884
|
:rtype: str
|
|
951
885
|
"""
|
|
952
886
|
return self._Id
|
|
@@ -1005,21 +939,17 @@ class BusinessInfo(AbstractModel):
|
|
|
1005
939
|
|
|
1006
940
|
def __init__(self):
|
|
1007
941
|
r"""
|
|
1008
|
-
:param _BusinessCodeName:
|
|
942
|
+
:param _BusinessCodeName: Product name.
|
|
1009
943
|
:type BusinessCodeName: str
|
|
1010
|
-
:param _BusinessCode: Product
|
|
944
|
+
:param _BusinessCode: Product code.
|
|
1011
945
|
:type BusinessCode: str
|
|
1012
|
-
:param _OriginalCost: Original price
|
|
1013
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
946
|
+
:param _OriginalCost: Original price.
|
|
1014
947
|
:type OriginalCost: str
|
|
1015
|
-
:param _VoucherPayAmount: Voucher amount
|
|
1016
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
948
|
+
:param _VoucherPayAmount: Voucher amount.
|
|
1017
949
|
:type VoucherPayAmount: str
|
|
1018
|
-
:param _RICost:
|
|
1019
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
950
|
+
:param _RICost: RI deduction.
|
|
1020
951
|
:type RICost: str
|
|
1021
|
-
:param _TotalCost: Total amount
|
|
1022
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
952
|
+
:param _TotalCost: Total amount.
|
|
1023
953
|
:type TotalCost: str
|
|
1024
954
|
"""
|
|
1025
955
|
self._BusinessCodeName = None
|
|
@@ -1031,7 +961,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1031
961
|
|
|
1032
962
|
@property
|
|
1033
963
|
def BusinessCodeName(self):
|
|
1034
|
-
"""
|
|
964
|
+
"""Product name.
|
|
1035
965
|
:rtype: str
|
|
1036
966
|
"""
|
|
1037
967
|
return self._BusinessCodeName
|
|
@@ -1042,7 +972,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1042
972
|
|
|
1043
973
|
@property
|
|
1044
974
|
def BusinessCode(self):
|
|
1045
|
-
"""Product
|
|
975
|
+
"""Product code.
|
|
1046
976
|
:rtype: str
|
|
1047
977
|
"""
|
|
1048
978
|
return self._BusinessCode
|
|
@@ -1053,8 +983,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1053
983
|
|
|
1054
984
|
@property
|
|
1055
985
|
def OriginalCost(self):
|
|
1056
|
-
"""Original price
|
|
1057
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
986
|
+
"""Original price.
|
|
1058
987
|
:rtype: str
|
|
1059
988
|
"""
|
|
1060
989
|
return self._OriginalCost
|
|
@@ -1065,8 +994,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1065
994
|
|
|
1066
995
|
@property
|
|
1067
996
|
def VoucherPayAmount(self):
|
|
1068
|
-
"""Voucher amount
|
|
1069
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
997
|
+
"""Voucher amount.
|
|
1070
998
|
:rtype: str
|
|
1071
999
|
"""
|
|
1072
1000
|
return self._VoucherPayAmount
|
|
@@ -1077,8 +1005,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1077
1005
|
|
|
1078
1006
|
@property
|
|
1079
1007
|
def RICost(self):
|
|
1080
|
-
"""
|
|
1081
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1008
|
+
"""RI deduction.
|
|
1082
1009
|
:rtype: str
|
|
1083
1010
|
"""
|
|
1084
1011
|
return self._RICost
|
|
@@ -1089,8 +1016,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1089
1016
|
|
|
1090
1017
|
@property
|
|
1091
1018
|
def TotalCost(self):
|
|
1092
|
-
"""Total amount
|
|
1093
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1019
|
+
"""Total amount.
|
|
1094
1020
|
:rtype: str
|
|
1095
1021
|
"""
|
|
1096
1022
|
return self._TotalCost
|
|
@@ -1124,20 +1050,15 @@ class BusinessSummaryOverviewItem(AbstractModel):
|
|
|
1124
1050
|
|
|
1125
1051
|
def __init__(self):
|
|
1126
1052
|
r"""
|
|
1127
|
-
:param _BusinessCode: Product code
|
|
1128
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1053
|
+
:param _BusinessCode: Product code.
|
|
1129
1054
|
:type BusinessCode: str
|
|
1130
|
-
:param _BusinessCodeName: Product name
|
|
1131
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1055
|
+
:param _BusinessCodeName: Product name.
|
|
1132
1056
|
:type BusinessCodeName: str
|
|
1133
|
-
:param _OriginalCost: List price
|
|
1134
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1057
|
+
:param _OriginalCost: List price, keep 8 decimal places.
|
|
1135
1058
|
:type OriginalCost: str
|
|
1136
|
-
:param _VoucherPayAmount:
|
|
1137
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1059
|
+
:param _VoucherPayAmount: Voucher payment amount, keep 8 decimal places.
|
|
1138
1060
|
:type VoucherPayAmount: str
|
|
1139
|
-
:param _TotalCost: Consumption amount
|
|
1140
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1061
|
+
:param _TotalCost: Consumption amount, keep 8 decimal places.
|
|
1141
1062
|
:type TotalCost: str
|
|
1142
1063
|
"""
|
|
1143
1064
|
self._BusinessCode = None
|
|
@@ -1148,8 +1069,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1148
1069
|
|
|
1149
1070
|
@property
|
|
1150
1071
|
def BusinessCode(self):
|
|
1151
|
-
"""Product code
|
|
1152
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1072
|
+
"""Product code.
|
|
1153
1073
|
:rtype: str
|
|
1154
1074
|
"""
|
|
1155
1075
|
return self._BusinessCode
|
|
@@ -1160,8 +1080,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1160
1080
|
|
|
1161
1081
|
@property
|
|
1162
1082
|
def BusinessCodeName(self):
|
|
1163
|
-
"""Product name
|
|
1164
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1083
|
+
"""Product name.
|
|
1165
1084
|
:rtype: str
|
|
1166
1085
|
"""
|
|
1167
1086
|
return self._BusinessCodeName
|
|
@@ -1172,8 +1091,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1172
1091
|
|
|
1173
1092
|
@property
|
|
1174
1093
|
def OriginalCost(self):
|
|
1175
|
-
"""List price
|
|
1176
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1094
|
+
"""List price, keep 8 decimal places.
|
|
1177
1095
|
:rtype: str
|
|
1178
1096
|
"""
|
|
1179
1097
|
return self._OriginalCost
|
|
@@ -1184,8 +1102,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1184
1102
|
|
|
1185
1103
|
@property
|
|
1186
1104
|
def VoucherPayAmount(self):
|
|
1187
|
-
"""
|
|
1188
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1105
|
+
"""Voucher payment amount, keep 8 decimal places.
|
|
1189
1106
|
:rtype: str
|
|
1190
1107
|
"""
|
|
1191
1108
|
return self._VoucherPayAmount
|
|
@@ -1196,8 +1113,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1196
1113
|
|
|
1197
1114
|
@property
|
|
1198
1115
|
def TotalCost(self):
|
|
1199
|
-
"""Consumption amount
|
|
1200
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1116
|
+
"""Consumption amount, keep 8 decimal places.
|
|
1201
1117
|
:rtype: str
|
|
1202
1118
|
"""
|
|
1203
1119
|
return self._TotalCost
|
|
@@ -1347,11 +1263,11 @@ Parameter value is not allowed to be 7,380,86.
|
|
|
1347
1263
|
:type CountryCode: str
|
|
1348
1264
|
:param _Area: Customer's ISO2 standard country/region code, which can be obtained via the [GetCountryCodes API](https://www.tencentcloud.com/document/product/1085/51416). It should correspond to the `CountryCode` field, such as `HK`.
|
|
1349
1265
|
:type Area: str
|
|
1350
|
-
:param _Extended: Extension field, which is left empty by default.
|
|
1351
|
-
:type Extended: str
|
|
1352
1266
|
:param _VerifyCode: VerifyCode. This parameter is required.
|
|
1353
1267
|
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.
|
|
1354
1268
|
:type VerifyCode: str
|
|
1269
|
+
:param _Extended: Extension field, which is left empty by default.
|
|
1270
|
+
:type Extended: str
|
|
1355
1271
|
:param _TradeOne: 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),
|
|
1356
1272
|
such as "kghy_01".
|
|
1357
1273
|
:type TradeOne: str
|
|
@@ -1366,8 +1282,8 @@ such as "kghy_0101"
|
|
|
1366
1282
|
self._PhoneNum = None
|
|
1367
1283
|
self._CountryCode = None
|
|
1368
1284
|
self._Area = None
|
|
1369
|
-
self._Extended = None
|
|
1370
1285
|
self._VerifyCode = None
|
|
1286
|
+
self._Extended = None
|
|
1371
1287
|
self._TradeOne = None
|
|
1372
1288
|
self._TradeTwo = None
|
|
1373
1289
|
|
|
@@ -1455,17 +1371,6 @@ Parameter value is not allowed to be 7,380,86.
|
|
|
1455
1371
|
def Area(self, Area):
|
|
1456
1372
|
self._Area = Area
|
|
1457
1373
|
|
|
1458
|
-
@property
|
|
1459
|
-
def Extended(self):
|
|
1460
|
-
"""Extension field, which is left empty by default.
|
|
1461
|
-
:rtype: str
|
|
1462
|
-
"""
|
|
1463
|
-
return self._Extended
|
|
1464
|
-
|
|
1465
|
-
@Extended.setter
|
|
1466
|
-
def Extended(self, Extended):
|
|
1467
|
-
self._Extended = Extended
|
|
1468
|
-
|
|
1469
1374
|
@property
|
|
1470
1375
|
def VerifyCode(self):
|
|
1471
1376
|
"""VerifyCode. This parameter is required.
|
|
@@ -1478,6 +1383,17 @@ Use the [SendVerifyCode API](https://www.tencentcloud.com/document/product/1085/
|
|
|
1478
1383
|
def VerifyCode(self, VerifyCode):
|
|
1479
1384
|
self._VerifyCode = VerifyCode
|
|
1480
1385
|
|
|
1386
|
+
@property
|
|
1387
|
+
def Extended(self):
|
|
1388
|
+
"""Extension field, which is left empty by default.
|
|
1389
|
+
:rtype: str
|
|
1390
|
+
"""
|
|
1391
|
+
return self._Extended
|
|
1392
|
+
|
|
1393
|
+
@Extended.setter
|
|
1394
|
+
def Extended(self, Extended):
|
|
1395
|
+
self._Extended = Extended
|
|
1396
|
+
|
|
1481
1397
|
@property
|
|
1482
1398
|
def TradeOne(self):
|
|
1483
1399
|
"""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),
|
|
@@ -1511,8 +1427,8 @@ such as "kghy_0101"
|
|
|
1511
1427
|
self._PhoneNum = params.get("PhoneNum")
|
|
1512
1428
|
self._CountryCode = params.get("CountryCode")
|
|
1513
1429
|
self._Area = params.get("Area")
|
|
1514
|
-
self._Extended = params.get("Extended")
|
|
1515
1430
|
self._VerifyCode = params.get("VerifyCode")
|
|
1431
|
+
self._Extended = params.get("Extended")
|
|
1516
1432
|
self._TradeOne = params.get("TradeOne")
|
|
1517
1433
|
self._TradeTwo = params.get("TradeTwo")
|
|
1518
1434
|
memeber_set = set(params.keys())
|
|
@@ -1654,98 +1570,73 @@ class CustomerBillDetailData(AbstractModel):
|
|
|
1654
1570
|
|
|
1655
1571
|
def __init__(self):
|
|
1656
1572
|
r"""
|
|
1657
|
-
:param _PayerAccountId:
|
|
1658
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1573
|
+
:param _PayerAccountId: Distributor account.
|
|
1659
1574
|
:type PayerAccountId: int
|
|
1660
|
-
:param _OwnerAccountId: Customer account
|
|
1661
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1575
|
+
:param _OwnerAccountId: Sub-Customer account.
|
|
1662
1576
|
:type OwnerAccountId: int
|
|
1663
|
-
:param _OperatorAccountId: Operator account
|
|
1664
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1577
|
+
:param _OperatorAccountId: Operator account.
|
|
1665
1578
|
:type OperatorAccountId: int
|
|
1666
|
-
:param _ProductName: Product name
|
|
1667
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1579
|
+
:param _ProductName: Product name.
|
|
1668
1580
|
:type ProductName: str
|
|
1669
1581
|
:param _BillingMode: Billing mode
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1582
|
+
.
|
|
1583
|
+
Monthly subscription.
|
|
1584
|
+
Pay-As-You-Go resources.
|
|
1585
|
+
Standard ri reserved instances.
|
|
1674
1586
|
:type BillingMode: str
|
|
1675
|
-
:param _ProjectName: Project name
|
|
1587
|
+
:param _ProjectName: Project name.
|
|
1588
|
+
.
|
|
1676
1589
|
|
|
1677
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1678
1590
|
:type ProjectName: str
|
|
1679
|
-
:param _Region: Resource region
|
|
1680
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1591
|
+
:param _Region: Resource region.
|
|
1681
1592
|
:type Region: str
|
|
1682
|
-
:param _AvailabilityZone: Resource
|
|
1683
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1593
|
+
:param _AvailabilityZone: Resource availability zone.
|
|
1684
1594
|
:type AvailabilityZone: str
|
|
1685
|
-
:param _InstanceId: Instance
|
|
1686
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1595
|
+
:param _InstanceId: Instance id.
|
|
1687
1596
|
:type InstanceId: str
|
|
1688
|
-
:param _InstanceName: Instance name
|
|
1689
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1597
|
+
:param _InstanceName: Instance name.
|
|
1690
1598
|
:type InstanceName: str
|
|
1691
|
-
:param _SubProductName:
|
|
1599
|
+
:param _SubProductName: Sub-Product name
|
|
1600
|
+
.
|
|
1692
1601
|
|
|
1693
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1694
1602
|
:type SubProductName: str
|
|
1695
|
-
:param _TransactionType: Settlement type
|
|
1696
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1603
|
+
:param _TransactionType: Settlement type.
|
|
1697
1604
|
:type TransactionType: str
|
|
1698
|
-
:param _TransactionId: Transaction
|
|
1699
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1605
|
+
:param _TransactionId: Transaction flow id.
|
|
1700
1606
|
:type TransactionId: str
|
|
1701
|
-
:param _TransactionTime: Settlement time
|
|
1607
|
+
:param _TransactionTime: Settlement time.
|
|
1702
1608
|
|
|
1703
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1704
1609
|
:type TransactionTime: str
|
|
1705
|
-
:param _UsageStartTime:
|
|
1706
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1610
|
+
:param _UsageStartTime: Resource start time.
|
|
1707
1611
|
:type UsageStartTime: str
|
|
1708
|
-
:param _UsageEndTime:
|
|
1709
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1612
|
+
:param _UsageEndTime: Resource end time.
|
|
1710
1613
|
:type UsageEndTime: str
|
|
1711
|
-
:param _ComponentType: Component
|
|
1712
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1614
|
+
:param _ComponentType: Component.
|
|
1713
1615
|
:type ComponentType: str
|
|
1714
|
-
:param _ComponentName: Component name
|
|
1715
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1616
|
+
:param _ComponentName: Component name.
|
|
1716
1617
|
:type ComponentName: str
|
|
1717
|
-
:param _ComponentListPrice: Component list price
|
|
1718
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1618
|
+
:param _ComponentListPrice: Component list price.
|
|
1719
1619
|
:type ComponentListPrice: str
|
|
1720
|
-
:param _ComponentPriceMeasurementUnit: Price unit
|
|
1721
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1620
|
+
:param _ComponentPriceMeasurementUnit: Price unit.
|
|
1722
1621
|
:type ComponentPriceMeasurementUnit: str
|
|
1723
|
-
:param _ComponentUsage: Component usage
|
|
1724
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1622
|
+
:param _ComponentUsage: Component usage.
|
|
1725
1623
|
:type ComponentUsage: str
|
|
1726
|
-
:param _ComponentUsageUnit: Component usage unit
|
|
1727
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1624
|
+
:param _ComponentUsageUnit: Component usage unit.
|
|
1728
1625
|
:type ComponentUsageUnit: str
|
|
1729
|
-
:param _UsageDuration: Resource usage duration
|
|
1730
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1626
|
+
:param _UsageDuration: Resource usage duration.
|
|
1731
1627
|
:type UsageDuration: str
|
|
1732
|
-
:param _DurationUnit:
|
|
1733
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1628
|
+
:param _DurationUnit: duration unit.
|
|
1734
1629
|
:type DurationUnit: str
|
|
1735
|
-
:param _OriginalCost:
|
|
1736
|
-
Original cost = component list price * component usage * usage duration
|
|
1737
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1630
|
+
:param _OriginalCost: Total original price.
|
|
1631
|
+
Original cost = component list price * component usage * usage duration.
|
|
1738
1632
|
:type OriginalCost: str
|
|
1739
|
-
:param _Currency: Currency
|
|
1740
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1633
|
+
:param _Currency: Currency.
|
|
1741
1634
|
:type Currency: str
|
|
1742
|
-
:param _TotalCost: Total
|
|
1743
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1635
|
+
:param _TotalCost: = Total Amount After Discount - Voucher Deduction
|
|
1744
1636
|
:type TotalCost: str
|
|
1745
|
-
:param _Id:
|
|
1746
|
-
Note: The return value may be null, indicating that no valid data can be obtained.
|
|
1637
|
+
:param _Id: Id identifier.
|
|
1747
1638
|
:type Id: str
|
|
1748
|
-
:param _Tags: Tag
|
|
1639
|
+
:param _Tags: Tag information.
|
|
1749
1640
|
:type Tags: list of TagInfo
|
|
1750
1641
|
"""
|
|
1751
1642
|
self._PayerAccountId = None
|
|
@@ -1780,8 +1671,7 @@ Note: The return value may be null, indicating that no valid data can be obtaine
|
|
|
1780
1671
|
|
|
1781
1672
|
@property
|
|
1782
1673
|
def PayerAccountId(self):
|
|
1783
|
-
"""
|
|
1784
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1674
|
+
"""Distributor account.
|
|
1785
1675
|
:rtype: int
|
|
1786
1676
|
"""
|
|
1787
1677
|
return self._PayerAccountId
|
|
@@ -1792,8 +1682,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1792
1682
|
|
|
1793
1683
|
@property
|
|
1794
1684
|
def OwnerAccountId(self):
|
|
1795
|
-
"""Customer account
|
|
1796
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1685
|
+
"""Sub-Customer account.
|
|
1797
1686
|
:rtype: int
|
|
1798
1687
|
"""
|
|
1799
1688
|
return self._OwnerAccountId
|
|
@@ -1804,8 +1693,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1804
1693
|
|
|
1805
1694
|
@property
|
|
1806
1695
|
def OperatorAccountId(self):
|
|
1807
|
-
"""Operator account
|
|
1808
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1696
|
+
"""Operator account.
|
|
1809
1697
|
:rtype: int
|
|
1810
1698
|
"""
|
|
1811
1699
|
return self._OperatorAccountId
|
|
@@ -1816,8 +1704,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1816
1704
|
|
|
1817
1705
|
@property
|
|
1818
1706
|
def ProductName(self):
|
|
1819
|
-
"""Product name
|
|
1820
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1707
|
+
"""Product name.
|
|
1821
1708
|
:rtype: str
|
|
1822
1709
|
"""
|
|
1823
1710
|
return self._ProductName
|
|
@@ -1829,10 +1716,10 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1829
1716
|
@property
|
|
1830
1717
|
def BillingMode(self):
|
|
1831
1718
|
"""Billing mode
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1719
|
+
.
|
|
1720
|
+
Monthly subscription.
|
|
1721
|
+
Pay-As-You-Go resources.
|
|
1722
|
+
Standard ri reserved instances.
|
|
1836
1723
|
:rtype: str
|
|
1837
1724
|
"""
|
|
1838
1725
|
return self._BillingMode
|
|
@@ -1843,9 +1730,9 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1843
1730
|
|
|
1844
1731
|
@property
|
|
1845
1732
|
def ProjectName(self):
|
|
1846
|
-
"""Project name
|
|
1733
|
+
"""Project name.
|
|
1734
|
+
.
|
|
1847
1735
|
|
|
1848
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1849
1736
|
:rtype: str
|
|
1850
1737
|
"""
|
|
1851
1738
|
return self._ProjectName
|
|
@@ -1856,8 +1743,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1856
1743
|
|
|
1857
1744
|
@property
|
|
1858
1745
|
def Region(self):
|
|
1859
|
-
"""Resource region
|
|
1860
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1746
|
+
"""Resource region.
|
|
1861
1747
|
:rtype: str
|
|
1862
1748
|
"""
|
|
1863
1749
|
return self._Region
|
|
@@ -1868,8 +1754,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1868
1754
|
|
|
1869
1755
|
@property
|
|
1870
1756
|
def AvailabilityZone(self):
|
|
1871
|
-
"""Resource
|
|
1872
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1757
|
+
"""Resource availability zone.
|
|
1873
1758
|
:rtype: str
|
|
1874
1759
|
"""
|
|
1875
1760
|
return self._AvailabilityZone
|
|
@@ -1880,8 +1765,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1880
1765
|
|
|
1881
1766
|
@property
|
|
1882
1767
|
def InstanceId(self):
|
|
1883
|
-
"""Instance
|
|
1884
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1768
|
+
"""Instance id.
|
|
1885
1769
|
:rtype: str
|
|
1886
1770
|
"""
|
|
1887
1771
|
return self._InstanceId
|
|
@@ -1892,8 +1776,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1892
1776
|
|
|
1893
1777
|
@property
|
|
1894
1778
|
def InstanceName(self):
|
|
1895
|
-
"""Instance name
|
|
1896
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1779
|
+
"""Instance name.
|
|
1897
1780
|
:rtype: str
|
|
1898
1781
|
"""
|
|
1899
1782
|
return self._InstanceName
|
|
@@ -1904,9 +1787,9 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1904
1787
|
|
|
1905
1788
|
@property
|
|
1906
1789
|
def SubProductName(self):
|
|
1907
|
-
"""
|
|
1790
|
+
"""Sub-Product name
|
|
1791
|
+
.
|
|
1908
1792
|
|
|
1909
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1910
1793
|
:rtype: str
|
|
1911
1794
|
"""
|
|
1912
1795
|
return self._SubProductName
|
|
@@ -1917,8 +1800,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1917
1800
|
|
|
1918
1801
|
@property
|
|
1919
1802
|
def TransactionType(self):
|
|
1920
|
-
"""Settlement type
|
|
1921
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1803
|
+
"""Settlement type.
|
|
1922
1804
|
:rtype: str
|
|
1923
1805
|
"""
|
|
1924
1806
|
return self._TransactionType
|
|
@@ -1929,8 +1811,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1929
1811
|
|
|
1930
1812
|
@property
|
|
1931
1813
|
def TransactionId(self):
|
|
1932
|
-
"""Transaction
|
|
1933
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1814
|
+
"""Transaction flow id.
|
|
1934
1815
|
:rtype: str
|
|
1935
1816
|
"""
|
|
1936
1817
|
return self._TransactionId
|
|
@@ -1941,9 +1822,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1941
1822
|
|
|
1942
1823
|
@property
|
|
1943
1824
|
def TransactionTime(self):
|
|
1944
|
-
"""Settlement time
|
|
1825
|
+
"""Settlement time.
|
|
1945
1826
|
|
|
1946
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1947
1827
|
:rtype: str
|
|
1948
1828
|
"""
|
|
1949
1829
|
return self._TransactionTime
|
|
@@ -1954,8 +1834,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1954
1834
|
|
|
1955
1835
|
@property
|
|
1956
1836
|
def UsageStartTime(self):
|
|
1957
|
-
"""
|
|
1958
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1837
|
+
"""Resource start time.
|
|
1959
1838
|
:rtype: str
|
|
1960
1839
|
"""
|
|
1961
1840
|
return self._UsageStartTime
|
|
@@ -1966,8 +1845,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1966
1845
|
|
|
1967
1846
|
@property
|
|
1968
1847
|
def UsageEndTime(self):
|
|
1969
|
-
"""
|
|
1970
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1848
|
+
"""Resource end time.
|
|
1971
1849
|
:rtype: str
|
|
1972
1850
|
"""
|
|
1973
1851
|
return self._UsageEndTime
|
|
@@ -1978,8 +1856,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1978
1856
|
|
|
1979
1857
|
@property
|
|
1980
1858
|
def ComponentType(self):
|
|
1981
|
-
"""Component
|
|
1982
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1859
|
+
"""Component.
|
|
1983
1860
|
:rtype: str
|
|
1984
1861
|
"""
|
|
1985
1862
|
return self._ComponentType
|
|
@@ -1990,8 +1867,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1990
1867
|
|
|
1991
1868
|
@property
|
|
1992
1869
|
def ComponentName(self):
|
|
1993
|
-
"""Component name
|
|
1994
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1870
|
+
"""Component name.
|
|
1995
1871
|
:rtype: str
|
|
1996
1872
|
"""
|
|
1997
1873
|
return self._ComponentName
|
|
@@ -2002,8 +1878,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2002
1878
|
|
|
2003
1879
|
@property
|
|
2004
1880
|
def ComponentListPrice(self):
|
|
2005
|
-
"""Component list price
|
|
2006
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1881
|
+
"""Component list price.
|
|
2007
1882
|
:rtype: str
|
|
2008
1883
|
"""
|
|
2009
1884
|
return self._ComponentListPrice
|
|
@@ -2014,8 +1889,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2014
1889
|
|
|
2015
1890
|
@property
|
|
2016
1891
|
def ComponentPriceMeasurementUnit(self):
|
|
2017
|
-
"""Price unit
|
|
2018
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1892
|
+
"""Price unit.
|
|
2019
1893
|
:rtype: str
|
|
2020
1894
|
"""
|
|
2021
1895
|
return self._ComponentPriceMeasurementUnit
|
|
@@ -2026,8 +1900,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2026
1900
|
|
|
2027
1901
|
@property
|
|
2028
1902
|
def ComponentUsage(self):
|
|
2029
|
-
"""Component usage
|
|
2030
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1903
|
+
"""Component usage.
|
|
2031
1904
|
:rtype: str
|
|
2032
1905
|
"""
|
|
2033
1906
|
return self._ComponentUsage
|
|
@@ -2038,8 +1911,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2038
1911
|
|
|
2039
1912
|
@property
|
|
2040
1913
|
def ComponentUsageUnit(self):
|
|
2041
|
-
"""Component usage unit
|
|
2042
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1914
|
+
"""Component usage unit.
|
|
2043
1915
|
:rtype: str
|
|
2044
1916
|
"""
|
|
2045
1917
|
return self._ComponentUsageUnit
|
|
@@ -2050,8 +1922,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2050
1922
|
|
|
2051
1923
|
@property
|
|
2052
1924
|
def UsageDuration(self):
|
|
2053
|
-
"""Resource usage duration
|
|
2054
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1925
|
+
"""Resource usage duration.
|
|
2055
1926
|
:rtype: str
|
|
2056
1927
|
"""
|
|
2057
1928
|
return self._UsageDuration
|
|
@@ -2062,8 +1933,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2062
1933
|
|
|
2063
1934
|
@property
|
|
2064
1935
|
def DurationUnit(self):
|
|
2065
|
-
"""
|
|
2066
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1936
|
+
"""duration unit.
|
|
2067
1937
|
:rtype: str
|
|
2068
1938
|
"""
|
|
2069
1939
|
return self._DurationUnit
|
|
@@ -2074,9 +1944,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2074
1944
|
|
|
2075
1945
|
@property
|
|
2076
1946
|
def OriginalCost(self):
|
|
2077
|
-
"""
|
|
2078
|
-
Original cost = component list price * component usage * usage duration
|
|
2079
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1947
|
+
"""Total original price.
|
|
1948
|
+
Original cost = component list price * component usage * usage duration.
|
|
2080
1949
|
:rtype: str
|
|
2081
1950
|
"""
|
|
2082
1951
|
return self._OriginalCost
|
|
@@ -2087,8 +1956,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2087
1956
|
|
|
2088
1957
|
@property
|
|
2089
1958
|
def Currency(self):
|
|
2090
|
-
"""Currency
|
|
2091
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1959
|
+
"""Currency.
|
|
2092
1960
|
:rtype: str
|
|
2093
1961
|
"""
|
|
2094
1962
|
return self._Currency
|
|
@@ -2099,8 +1967,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2099
1967
|
|
|
2100
1968
|
@property
|
|
2101
1969
|
def TotalCost(self):
|
|
2102
|
-
"""Total
|
|
2103
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1970
|
+
"""= Total Amount After Discount - Voucher Deduction
|
|
2104
1971
|
:rtype: str
|
|
2105
1972
|
"""
|
|
2106
1973
|
return self._TotalCost
|
|
@@ -2111,8 +1978,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2111
1978
|
|
|
2112
1979
|
@property
|
|
2113
1980
|
def Id(self):
|
|
2114
|
-
"""
|
|
2115
|
-
Note: The return value may be null, indicating that no valid data can be obtained.
|
|
1981
|
+
"""Id identifier.
|
|
2116
1982
|
:rtype: str
|
|
2117
1983
|
"""
|
|
2118
1984
|
return self._Id
|
|
@@ -2123,7 +1989,7 @@ Note: The return value may be null, indicating that no valid data can be obtaine
|
|
|
2123
1989
|
|
|
2124
1990
|
@property
|
|
2125
1991
|
def Tags(self):
|
|
2126
|
-
"""Tag
|
|
1992
|
+
"""Tag information.
|
|
2127
1993
|
:rtype: list of TagInfo
|
|
2128
1994
|
"""
|
|
2129
1995
|
return self._Tags
|
|
@@ -2185,15 +2051,15 @@ class DescribeBillDetailRequest(AbstractModel):
|
|
|
2185
2051
|
|
|
2186
2052
|
def __init__(self):
|
|
2187
2053
|
r"""
|
|
2188
|
-
:param _Month:
|
|
2054
|
+
:param _Month: Inquiry month, in the format of YYYY-MM, such as 2023-01
|
|
2189
2055
|
:type Month: str
|
|
2190
|
-
:param _PageSize: Page parameter:
|
|
2056
|
+
:param _PageSize: Page parameter: number of entries per page. Value range: [1, 200]
|
|
2191
2057
|
:type PageSize: int
|
|
2192
|
-
:param _Page: Page parameter:
|
|
2058
|
+
:param _Page: Page parameter: current page number. The minimum value is 1.
|
|
2193
2059
|
:type Page: int
|
|
2194
|
-
:param _PayMode: Billing mode. Valid values:
|
|
2060
|
+
:param _PayMode: Billing mode. Valid values: prePay (Monthly subscription) and postPay (Pay-As-You-Go resources)
|
|
2195
2061
|
:type PayMode: str
|
|
2196
|
-
:param _ActionType: Transaction type. Valid values:
|
|
2062
|
+
:param _ActionType: 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)
|
|
2197
2063
|
:type ActionType: str
|
|
2198
2064
|
"""
|
|
2199
2065
|
self._Month = None
|
|
@@ -2204,7 +2070,7 @@ class DescribeBillDetailRequest(AbstractModel):
|
|
|
2204
2070
|
|
|
2205
2071
|
@property
|
|
2206
2072
|
def Month(self):
|
|
2207
|
-
"""
|
|
2073
|
+
"""Inquiry month, in the format of YYYY-MM, such as 2023-01
|
|
2208
2074
|
:rtype: str
|
|
2209
2075
|
"""
|
|
2210
2076
|
return self._Month
|
|
@@ -2215,7 +2081,7 @@ class DescribeBillDetailRequest(AbstractModel):
|
|
|
2215
2081
|
|
|
2216
2082
|
@property
|
|
2217
2083
|
def PageSize(self):
|
|
2218
|
-
"""Page parameter:
|
|
2084
|
+
"""Page parameter: number of entries per page. Value range: [1, 200]
|
|
2219
2085
|
:rtype: int
|
|
2220
2086
|
"""
|
|
2221
2087
|
return self._PageSize
|
|
@@ -2226,7 +2092,7 @@ class DescribeBillDetailRequest(AbstractModel):
|
|
|
2226
2092
|
|
|
2227
2093
|
@property
|
|
2228
2094
|
def Page(self):
|
|
2229
|
-
"""Page parameter:
|
|
2095
|
+
"""Page parameter: current page number. The minimum value is 1.
|
|
2230
2096
|
:rtype: int
|
|
2231
2097
|
"""
|
|
2232
2098
|
return self._Page
|
|
@@ -2237,7 +2103,7 @@ class DescribeBillDetailRequest(AbstractModel):
|
|
|
2237
2103
|
|
|
2238
2104
|
@property
|
|
2239
2105
|
def PayMode(self):
|
|
2240
|
-
"""Billing mode. Valid values:
|
|
2106
|
+
"""Billing mode. Valid values: prePay (Monthly subscription) and postPay (Pay-As-You-Go resources)
|
|
2241
2107
|
:rtype: str
|
|
2242
2108
|
"""
|
|
2243
2109
|
return self._PayMode
|
|
@@ -2248,7 +2114,7 @@ class DescribeBillDetailRequest(AbstractModel):
|
|
|
2248
2114
|
|
|
2249
2115
|
@property
|
|
2250
2116
|
def ActionType(self):
|
|
2251
|
-
"""Transaction type. Valid values:
|
|
2117
|
+
"""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)
|
|
2252
2118
|
:rtype: str
|
|
2253
2119
|
"""
|
|
2254
2120
|
return self._ActionType
|
|
@@ -2281,11 +2147,9 @@ class DescribeBillDetailResponse(AbstractModel):
|
|
|
2281
2147
|
|
|
2282
2148
|
def __init__(self):
|
|
2283
2149
|
r"""
|
|
2284
|
-
:param _DetailSet: Data details
|
|
2285
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2150
|
+
:param _DetailSet: Data details.
|
|
2286
2151
|
:type DetailSet: list of CustomerBillDetailData
|
|
2287
|
-
:param _Total: Total number of
|
|
2288
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2152
|
+
:param _Total: Total number of entries.
|
|
2289
2153
|
:type Total: int
|
|
2290
2154
|
:param _RequestId: 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.
|
|
2291
2155
|
:type RequestId: str
|
|
@@ -2296,8 +2160,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2296
2160
|
|
|
2297
2161
|
@property
|
|
2298
2162
|
def DetailSet(self):
|
|
2299
|
-
"""Data details
|
|
2300
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2163
|
+
"""Data details.
|
|
2301
2164
|
:rtype: list of CustomerBillDetailData
|
|
2302
2165
|
"""
|
|
2303
2166
|
return self._DetailSet
|
|
@@ -2308,8 +2171,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2308
2171
|
|
|
2309
2172
|
@property
|
|
2310
2173
|
def Total(self):
|
|
2311
|
-
"""Total number of
|
|
2312
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2174
|
+
"""Total number of entries.
|
|
2313
2175
|
:rtype: int
|
|
2314
2176
|
"""
|
|
2315
2177
|
return self._Total
|
|
@@ -2348,7 +2210,7 @@ class DescribeBillDownloadUrlRequest(AbstractModel):
|
|
|
2348
2210
|
|
|
2349
2211
|
def __init__(self):
|
|
2350
2212
|
r"""
|
|
2351
|
-
:param _Month:
|
|
2213
|
+
:param _Month: 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.
|
|
2352
2214
|
:type Month: str
|
|
2353
2215
|
:param _FileType: Type of bill. Valid values: L2 or L3
|
|
2354
2216
|
:type FileType: str
|
|
@@ -2358,7 +2220,7 @@ class DescribeBillDownloadUrlRequest(AbstractModel):
|
|
|
2358
2220
|
|
|
2359
2221
|
@property
|
|
2360
2222
|
def Month(self):
|
|
2361
|
-
"""
|
|
2223
|
+
"""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.
|
|
2362
2224
|
:rtype: str
|
|
2363
2225
|
"""
|
|
2364
2226
|
return self._Month
|
|
@@ -2399,17 +2261,20 @@ class DescribeBillDownloadUrlResponse(AbstractModel):
|
|
|
2399
2261
|
|
|
2400
2262
|
def __init__(self):
|
|
2401
2263
|
r"""
|
|
2402
|
-
:param _DownloadUrl: File download
|
|
2264
|
+
:param _DownloadUrl: File download link, with a file validity period of 1 hour
|
|
2403
2265
|
:type DownloadUrl: str
|
|
2266
|
+
:param _Ready: File generation status. 0: generating; 1: generated.
|
|
2267
|
+
:type Ready: int
|
|
2404
2268
|
:param _RequestId: 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.
|
|
2405
2269
|
:type RequestId: str
|
|
2406
2270
|
"""
|
|
2407
2271
|
self._DownloadUrl = None
|
|
2272
|
+
self._Ready = None
|
|
2408
2273
|
self._RequestId = None
|
|
2409
2274
|
|
|
2410
2275
|
@property
|
|
2411
2276
|
def DownloadUrl(self):
|
|
2412
|
-
"""File download
|
|
2277
|
+
"""File download link, with a file validity period of 1 hour
|
|
2413
2278
|
:rtype: str
|
|
2414
2279
|
"""
|
|
2415
2280
|
return self._DownloadUrl
|
|
@@ -2418,6 +2283,17 @@ class DescribeBillDownloadUrlResponse(AbstractModel):
|
|
|
2418
2283
|
def DownloadUrl(self, DownloadUrl):
|
|
2419
2284
|
self._DownloadUrl = DownloadUrl
|
|
2420
2285
|
|
|
2286
|
+
@property
|
|
2287
|
+
def Ready(self):
|
|
2288
|
+
"""File generation status. 0: generating; 1: generated.
|
|
2289
|
+
:rtype: int
|
|
2290
|
+
"""
|
|
2291
|
+
return self._Ready
|
|
2292
|
+
|
|
2293
|
+
@Ready.setter
|
|
2294
|
+
def Ready(self, Ready):
|
|
2295
|
+
self._Ready = Ready
|
|
2296
|
+
|
|
2421
2297
|
@property
|
|
2422
2298
|
def RequestId(self):
|
|
2423
2299
|
"""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.
|
|
@@ -2432,6 +2308,7 @@ class DescribeBillDownloadUrlResponse(AbstractModel):
|
|
|
2432
2308
|
|
|
2433
2309
|
def _deserialize(self, params):
|
|
2434
2310
|
self._DownloadUrl = params.get("DownloadUrl")
|
|
2311
|
+
self._Ready = params.get("Ready")
|
|
2435
2312
|
self._RequestId = params.get("RequestId")
|
|
2436
2313
|
|
|
2437
2314
|
|
|
@@ -2493,10 +2370,9 @@ class DescribeBillSummaryByPayModeResponse(AbstractModel):
|
|
|
2493
2370
|
|
|
2494
2371
|
def __init__(self):
|
|
2495
2372
|
r"""
|
|
2496
|
-
:param _SummaryOverview:
|
|
2497
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2373
|
+
:param _SummaryOverview: Get the payment mode details of the sub-customer bill summary through the api.
|
|
2498
2374
|
:type SummaryOverview: list of PayModeSummaryOverviewItem
|
|
2499
|
-
:param _RequestId: The unique request ID,
|
|
2375
|
+
:param _RequestId: 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.
|
|
2500
2376
|
:type RequestId: str
|
|
2501
2377
|
"""
|
|
2502
2378
|
self._SummaryOverview = None
|
|
@@ -2504,8 +2380,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2504
2380
|
|
|
2505
2381
|
@property
|
|
2506
2382
|
def SummaryOverview(self):
|
|
2507
|
-
"""
|
|
2508
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2383
|
+
"""Get the payment mode details of the sub-customer bill summary through the api.
|
|
2509
2384
|
:rtype: list of PayModeSummaryOverviewItem
|
|
2510
2385
|
"""
|
|
2511
2386
|
return self._SummaryOverview
|
|
@@ -2516,7 +2391,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2516
2391
|
|
|
2517
2392
|
@property
|
|
2518
2393
|
def RequestId(self):
|
|
2519
|
-
"""The unique request ID,
|
|
2394
|
+
"""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.
|
|
2520
2395
|
:rtype: str
|
|
2521
2396
|
"""
|
|
2522
2397
|
return self._RequestId
|
|
@@ -2594,10 +2469,9 @@ class DescribeBillSummaryByProductResponse(AbstractModel):
|
|
|
2594
2469
|
|
|
2595
2470
|
def __init__(self):
|
|
2596
2471
|
r"""
|
|
2597
|
-
:param _SummaryOverview:
|
|
2598
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2472
|
+
:param _SummaryOverview: Detailed information of product dimension.
|
|
2599
2473
|
:type SummaryOverview: list of BusinessSummaryOverviewItem
|
|
2600
|
-
:param _RequestId: The unique request ID,
|
|
2474
|
+
:param _RequestId: 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.
|
|
2601
2475
|
:type RequestId: str
|
|
2602
2476
|
"""
|
|
2603
2477
|
self._SummaryOverview = None
|
|
@@ -2605,8 +2479,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2605
2479
|
|
|
2606
2480
|
@property
|
|
2607
2481
|
def SummaryOverview(self):
|
|
2608
|
-
"""
|
|
2609
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2482
|
+
"""Detailed information of product dimension.
|
|
2610
2483
|
:rtype: list of BusinessSummaryOverviewItem
|
|
2611
2484
|
"""
|
|
2612
2485
|
return self._SummaryOverview
|
|
@@ -2617,7 +2490,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2617
2490
|
|
|
2618
2491
|
@property
|
|
2619
2492
|
def RequestId(self):
|
|
2620
|
-
"""The unique request ID,
|
|
2493
|
+
"""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.
|
|
2621
2494
|
:rtype: str
|
|
2622
2495
|
"""
|
|
2623
2496
|
return self._RequestId
|
|
@@ -2695,10 +2568,9 @@ class DescribeBillSummaryByRegionResponse(AbstractModel):
|
|
|
2695
2568
|
|
|
2696
2569
|
def __init__(self):
|
|
2697
2570
|
r"""
|
|
2698
|
-
:param _SummaryOverview:
|
|
2699
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2571
|
+
:param _SummaryOverview: Get the region details of the customer bill data totaled by region through the api.
|
|
2700
2572
|
:type SummaryOverview: list of RegionSummaryOverviewItem
|
|
2701
|
-
:param _RequestId: The unique request ID,
|
|
2573
|
+
:param _RequestId: 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.
|
|
2702
2574
|
:type RequestId: str
|
|
2703
2575
|
"""
|
|
2704
2576
|
self._SummaryOverview = None
|
|
@@ -2706,8 +2578,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2706
2578
|
|
|
2707
2579
|
@property
|
|
2708
2580
|
def SummaryOverview(self):
|
|
2709
|
-
"""
|
|
2710
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2581
|
+
"""Get the region details of the customer bill data totaled by region through the api.
|
|
2711
2582
|
:rtype: list of RegionSummaryOverviewItem
|
|
2712
2583
|
"""
|
|
2713
2584
|
return self._SummaryOverview
|
|
@@ -2718,7 +2589,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2718
2589
|
|
|
2719
2590
|
@property
|
|
2720
2591
|
def RequestId(self):
|
|
2721
|
-
"""The unique request ID,
|
|
2592
|
+
"""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.
|
|
2722
2593
|
:rtype: str
|
|
2723
2594
|
"""
|
|
2724
2595
|
return self._RequestId
|
|
@@ -2745,7 +2616,7 @@ class DescribeBillSummaryRequest(AbstractModel):
|
|
|
2745
2616
|
|
|
2746
2617
|
def __init__(self):
|
|
2747
2618
|
r"""
|
|
2748
|
-
:param _Month:
|
|
2619
|
+
:param _Month: The month to which the bill belongs, formatted as YYYY-MM.
|
|
2749
2620
|
:type Month: str
|
|
2750
2621
|
:param _GroupType: Billing dimension. Optional parameters: product, project, tag
|
|
2751
2622
|
:type GroupType: str
|
|
@@ -2758,7 +2629,7 @@ class DescribeBillSummaryRequest(AbstractModel):
|
|
|
2758
2629
|
|
|
2759
2630
|
@property
|
|
2760
2631
|
def Month(self):
|
|
2761
|
-
"""
|
|
2632
|
+
"""The month to which the bill belongs, formatted as YYYY-MM.
|
|
2762
2633
|
:rtype: str
|
|
2763
2634
|
"""
|
|
2764
2635
|
return self._Month
|
|
@@ -2811,7 +2682,7 @@ class DescribeBillSummaryResponse(AbstractModel):
|
|
|
2811
2682
|
|
|
2812
2683
|
def __init__(self):
|
|
2813
2684
|
r"""
|
|
2814
|
-
:param _SummaryDetail: Detailed summary by billing
|
|
2685
|
+
:param _SummaryDetail: Detailed summary by billing dimension.
|
|
2815
2686
|
:type SummaryDetail: list of SummaryDetails
|
|
2816
2687
|
:param _RequestId: 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.
|
|
2817
2688
|
:type RequestId: str
|
|
@@ -2821,7 +2692,7 @@ class DescribeBillSummaryResponse(AbstractModel):
|
|
|
2821
2692
|
|
|
2822
2693
|
@property
|
|
2823
2694
|
def SummaryDetail(self):
|
|
2824
|
-
"""Detailed summary by billing
|
|
2695
|
+
"""Detailed summary by billing dimension.
|
|
2825
2696
|
:rtype: list of SummaryDetails
|
|
2826
2697
|
"""
|
|
2827
2698
|
return self._SummaryDetail
|
|
@@ -2859,49 +2730,49 @@ class DescribeCustomerBillDetailRequest(AbstractModel):
|
|
|
2859
2730
|
|
|
2860
2731
|
def __init__(self):
|
|
2861
2732
|
r"""
|
|
2862
|
-
:param _CustomerUin:
|
|
2733
|
+
:param _CustomerUin: Sub-account UIN
|
|
2863
2734
|
:type CustomerUin: int
|
|
2864
|
-
:param _Month:
|
|
2735
|
+
:param _Month: Inquiry month, in the format of YYYY-MM, such as 2023-01
|
|
2865
2736
|
:type Month: str
|
|
2866
|
-
:param _PageSize: Page parameter:
|
|
2737
|
+
:param _PageSize: Page parameter: number of entries per page. Value range: [1, 200]
|
|
2867
2738
|
:type PageSize: int
|
|
2868
|
-
:param _Page: Page parameter:
|
|
2739
|
+
:param _Page: Page parameter: current page number. The minimum value is 1.
|
|
2869
2740
|
:type Page: int
|
|
2870
2741
|
:param _PayMode: Billing mode. Valid values:
|
|
2871
|
-
|
|
2872
|
-
|
|
2742
|
+
prePay (Monthly subscription)
|
|
2743
|
+
postPay (Pay-As-You-Go resources)
|
|
2873
2744
|
:type PayMode: str
|
|
2874
2745
|
:param _ActionType: Transaction type. Valid values:
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2746
|
+
prepay_purchase (Purchase)
|
|
2747
|
+
prepay_renew (Renewal)
|
|
2748
|
+
prepay_modify (Upgrade/Downgrade)
|
|
2749
|
+
prepay_return ( Monthly subscription refund)
|
|
2750
|
+
postpay_deduct (Pay-as-you-go)
|
|
2751
|
+
postpay_deduct_h (Hourly settlement)
|
|
2752
|
+
postpay_deduct_d (Daily settlement)
|
|
2753
|
+
postpay_deduct_m (Monthly settlement)
|
|
2754
|
+
offline_deduct (Offline project deduction)
|
|
2755
|
+
online_deduct (Offline product deduction)
|
|
2756
|
+
recon_deduct (Adjustment - deduction)
|
|
2757
|
+
recon_increase (Adjustment - compensation)
|
|
2758
|
+
ripay_purchase (One-off RI Fee)
|
|
2759
|
+
postpay_deduct_s (Spot)
|
|
2760
|
+
ri_hour_pay (Hourly RI fee)
|
|
2761
|
+
prePurchase (New monthly subscription)
|
|
2762
|
+
preRenew (Monthly subscription renewal)
|
|
2763
|
+
preUpgrade (Upgrade/Downgrade)
|
|
2764
|
+
preDowngrade (Upgrade/Downgrade)
|
|
2765
|
+
svp_hour_pay (Hourly Savings Plan fee)
|
|
2766
|
+
recon_guarantee (Minimum spend deduction)
|
|
2767
|
+
pre_purchase (New monthly subscription)
|
|
2768
|
+
pre_renew (Monthly subscription renewal)
|
|
2769
|
+
pre_upgrade (Upgrade/Downgrade)
|
|
2770
|
+
pre_downgrade (Upgrade/Downgrade)
|
|
2900
2771
|
:type ActionType: str
|
|
2901
2772
|
:param _IsConfirmed: Payment status
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2773
|
+
0: not distinguished
|
|
2774
|
+
1: paid
|
|
2775
|
+
2: unpaid
|
|
2905
2776
|
:type IsConfirmed: str
|
|
2906
2777
|
"""
|
|
2907
2778
|
self._CustomerUin = None
|
|
@@ -2914,7 +2785,7 @@ class DescribeCustomerBillDetailRequest(AbstractModel):
|
|
|
2914
2785
|
|
|
2915
2786
|
@property
|
|
2916
2787
|
def CustomerUin(self):
|
|
2917
|
-
"""
|
|
2788
|
+
"""Sub-account UIN
|
|
2918
2789
|
:rtype: int
|
|
2919
2790
|
"""
|
|
2920
2791
|
return self._CustomerUin
|
|
@@ -2925,7 +2796,7 @@ class DescribeCustomerBillDetailRequest(AbstractModel):
|
|
|
2925
2796
|
|
|
2926
2797
|
@property
|
|
2927
2798
|
def Month(self):
|
|
2928
|
-
"""
|
|
2799
|
+
"""Inquiry month, in the format of YYYY-MM, such as 2023-01
|
|
2929
2800
|
:rtype: str
|
|
2930
2801
|
"""
|
|
2931
2802
|
return self._Month
|
|
@@ -2936,7 +2807,7 @@ class DescribeCustomerBillDetailRequest(AbstractModel):
|
|
|
2936
2807
|
|
|
2937
2808
|
@property
|
|
2938
2809
|
def PageSize(self):
|
|
2939
|
-
"""Page parameter:
|
|
2810
|
+
"""Page parameter: number of entries per page. Value range: [1, 200]
|
|
2940
2811
|
:rtype: int
|
|
2941
2812
|
"""
|
|
2942
2813
|
return self._PageSize
|
|
@@ -2947,7 +2818,7 @@ class DescribeCustomerBillDetailRequest(AbstractModel):
|
|
|
2947
2818
|
|
|
2948
2819
|
@property
|
|
2949
2820
|
def Page(self):
|
|
2950
|
-
"""Page parameter:
|
|
2821
|
+
"""Page parameter: current page number. The minimum value is 1.
|
|
2951
2822
|
:rtype: int
|
|
2952
2823
|
"""
|
|
2953
2824
|
return self._Page
|
|
@@ -2959,8 +2830,8 @@ class DescribeCustomerBillDetailRequest(AbstractModel):
|
|
|
2959
2830
|
@property
|
|
2960
2831
|
def PayMode(self):
|
|
2961
2832
|
"""Billing mode. Valid values:
|
|
2962
|
-
|
|
2963
|
-
|
|
2833
|
+
prePay (Monthly subscription)
|
|
2834
|
+
postPay (Pay-As-You-Go resources)
|
|
2964
2835
|
:rtype: str
|
|
2965
2836
|
"""
|
|
2966
2837
|
return self._PayMode
|
|
@@ -2972,31 +2843,31 @@ class DescribeCustomerBillDetailRequest(AbstractModel):
|
|
|
2972
2843
|
@property
|
|
2973
2844
|
def ActionType(self):
|
|
2974
2845
|
"""Transaction type. Valid values:
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
2846
|
+
prepay_purchase (Purchase)
|
|
2847
|
+
prepay_renew (Renewal)
|
|
2848
|
+
prepay_modify (Upgrade/Downgrade)
|
|
2849
|
+
prepay_return ( Monthly subscription refund)
|
|
2850
|
+
postpay_deduct (Pay-as-you-go)
|
|
2851
|
+
postpay_deduct_h (Hourly settlement)
|
|
2852
|
+
postpay_deduct_d (Daily settlement)
|
|
2853
|
+
postpay_deduct_m (Monthly settlement)
|
|
2854
|
+
offline_deduct (Offline project deduction)
|
|
2855
|
+
online_deduct (Offline product deduction)
|
|
2856
|
+
recon_deduct (Adjustment - deduction)
|
|
2857
|
+
recon_increase (Adjustment - compensation)
|
|
2858
|
+
ripay_purchase (One-off RI Fee)
|
|
2859
|
+
postpay_deduct_s (Spot)
|
|
2860
|
+
ri_hour_pay (Hourly RI fee)
|
|
2861
|
+
prePurchase (New monthly subscription)
|
|
2862
|
+
preRenew (Monthly subscription renewal)
|
|
2863
|
+
preUpgrade (Upgrade/Downgrade)
|
|
2864
|
+
preDowngrade (Upgrade/Downgrade)
|
|
2865
|
+
svp_hour_pay (Hourly Savings Plan fee)
|
|
2866
|
+
recon_guarantee (Minimum spend deduction)
|
|
2867
|
+
pre_purchase (New monthly subscription)
|
|
2868
|
+
pre_renew (Monthly subscription renewal)
|
|
2869
|
+
pre_upgrade (Upgrade/Downgrade)
|
|
2870
|
+
pre_downgrade (Upgrade/Downgrade)
|
|
3000
2871
|
:rtype: str
|
|
3001
2872
|
"""
|
|
3002
2873
|
return self._ActionType
|
|
@@ -3008,9 +2879,9 @@ class DescribeCustomerBillDetailRequest(AbstractModel):
|
|
|
3008
2879
|
@property
|
|
3009
2880
|
def IsConfirmed(self):
|
|
3010
2881
|
"""Payment status
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
2882
|
+
0: not distinguished
|
|
2883
|
+
1: paid
|
|
2884
|
+
2: unpaid
|
|
3014
2885
|
:rtype: str
|
|
3015
2886
|
"""
|
|
3016
2887
|
return self._IsConfirmed
|
|
@@ -3047,8 +2918,7 @@ class DescribeCustomerBillDetailResponse(AbstractModel):
|
|
|
3047
2918
|
r"""
|
|
3048
2919
|
:param _Total: Total number of data entries
|
|
3049
2920
|
:type Total: int
|
|
3050
|
-
:param _DetailSet: Data
|
|
3051
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2921
|
+
:param _DetailSet: Data detailsNote: This field may return null, indicating that no valid values can be obtained.
|
|
3052
2922
|
:type DetailSet: list of BillDetailData
|
|
3053
2923
|
:param _RequestId: 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.
|
|
3054
2924
|
:type RequestId: str
|
|
@@ -3070,8 +2940,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
3070
2940
|
|
|
3071
2941
|
@property
|
|
3072
2942
|
def DetailSet(self):
|
|
3073
|
-
"""Data
|
|
3074
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2943
|
+
"""Data detailsNote: This field may return null, indicating that no valid values can be obtained.
|
|
3075
2944
|
:rtype: list of BillDetailData
|
|
3076
2945
|
"""
|
|
3077
2946
|
return self._DetailSet
|
|
@@ -3266,7 +3135,7 @@ class DescribeCustomerBillSummaryRequest(AbstractModel):
|
|
|
3266
3135
|
r"""
|
|
3267
3136
|
:param _CustomerUin: Customer UIN
|
|
3268
3137
|
:type CustomerUin: int
|
|
3269
|
-
:param _Month: The queried month in
|
|
3138
|
+
:param _Month: The queried month in "YYYY-MM" format, such as 2023-01.
|
|
3270
3139
|
:type Month: str
|
|
3271
3140
|
:param _PayMode: Billing mode. Valid values:
|
|
3272
3141
|
`prePay` (Monthly subscription)
|
|
@@ -3324,7 +3193,7 @@ class DescribeCustomerBillSummaryRequest(AbstractModel):
|
|
|
3324
3193
|
|
|
3325
3194
|
@property
|
|
3326
3195
|
def Month(self):
|
|
3327
|
-
"""The queried month in
|
|
3196
|
+
"""The queried month in "YYYY-MM" format, such as 2023-01.
|
|
3328
3197
|
:rtype: str
|
|
3329
3198
|
"""
|
|
3330
3199
|
return self._Month
|
|
@@ -3422,7 +3291,7 @@ class DescribeCustomerBillSummaryResponse(AbstractModel):
|
|
|
3422
3291
|
r"""
|
|
3423
3292
|
:param _TotalCost: Total amount
|
|
3424
3293
|
:type TotalCost: float
|
|
3425
|
-
:param _RequestId: The unique request ID,
|
|
3294
|
+
:param _RequestId: 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.
|
|
3426
3295
|
:type RequestId: str
|
|
3427
3296
|
"""
|
|
3428
3297
|
self._TotalCost = None
|
|
@@ -3441,7 +3310,7 @@ class DescribeCustomerBillSummaryResponse(AbstractModel):
|
|
|
3441
3310
|
|
|
3442
3311
|
@property
|
|
3443
3312
|
def RequestId(self):
|
|
3444
|
-
"""The unique request ID,
|
|
3313
|
+
"""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.
|
|
3445
3314
|
:rtype: str
|
|
3446
3315
|
"""
|
|
3447
3316
|
return self._RequestId
|
|
@@ -3463,31 +3332,30 @@ class DescribeCustomerInfoData(AbstractModel):
|
|
|
3463
3332
|
|
|
3464
3333
|
def __init__(self):
|
|
3465
3334
|
r"""
|
|
3466
|
-
:param _CustomerUin:
|
|
3335
|
+
:param _CustomerUin: Sub-Account uin.
|
|
3467
3336
|
:type CustomerUin: str
|
|
3468
|
-
:param _Email:
|
|
3337
|
+
:param _Email: Contact email.
|
|
3469
3338
|
:type Email: str
|
|
3470
|
-
:param _Phone:
|
|
3339
|
+
:param _Phone: Contact phone number.
|
|
3471
3340
|
:type Phone: str
|
|
3472
|
-
:param _Mark: Remarks
|
|
3341
|
+
:param _Mark: Remarks.
|
|
3473
3342
|
:type Mark: str
|
|
3474
|
-
:param _Name:
|
|
3343
|
+
:param _Name: Display name.
|
|
3475
3344
|
:type Name: str
|
|
3476
|
-
:param _BindTime: Binding time
|
|
3345
|
+
:param _BindTime: Binding time.
|
|
3477
3346
|
:type BindTime: str
|
|
3478
3347
|
:param _AccountStatus: Account status
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3348
|
+
.
|
|
3349
|
+
0: normal.
|
|
3350
|
+
1: forcibly mandatory (this function is not supported yet).
|
|
3351
|
+
2: mandatory arrears.
|
|
3483
3352
|
:type AccountStatus: str
|
|
3484
|
-
:param _AuthStatus: Identity verification status
|
|
3485
|
-
-1:
|
|
3486
|
-
0:
|
|
3487
|
-
1:
|
|
3488
|
-
2:
|
|
3489
|
-
3:
|
|
3490
|
-
Note: The return value may be null, indicating that no valid data can be obtained.
|
|
3353
|
+
:param _AuthStatus: Identity verification status.
|
|
3354
|
+
-1: files not uploaded.
|
|
3355
|
+
0: not submitted for review.
|
|
3356
|
+
1: under review.
|
|
3357
|
+
2: review error.
|
|
3358
|
+
3: approved.
|
|
3491
3359
|
:type AuthStatus: str
|
|
3492
3360
|
"""
|
|
3493
3361
|
self._CustomerUin = None
|
|
@@ -3501,7 +3369,7 @@ Note: The return value may be null, indicating that no valid data can be obtaine
|
|
|
3501
3369
|
|
|
3502
3370
|
@property
|
|
3503
3371
|
def CustomerUin(self):
|
|
3504
|
-
"""
|
|
3372
|
+
"""Sub-Account uin.
|
|
3505
3373
|
:rtype: str
|
|
3506
3374
|
"""
|
|
3507
3375
|
return self._CustomerUin
|
|
@@ -3512,7 +3380,7 @@ Note: The return value may be null, indicating that no valid data can be obtaine
|
|
|
3512
3380
|
|
|
3513
3381
|
@property
|
|
3514
3382
|
def Email(self):
|
|
3515
|
-
"""
|
|
3383
|
+
"""Contact email.
|
|
3516
3384
|
:rtype: str
|
|
3517
3385
|
"""
|
|
3518
3386
|
return self._Email
|
|
@@ -3523,7 +3391,7 @@ Note: The return value may be null, indicating that no valid data can be obtaine
|
|
|
3523
3391
|
|
|
3524
3392
|
@property
|
|
3525
3393
|
def Phone(self):
|
|
3526
|
-
"""
|
|
3394
|
+
"""Contact phone number.
|
|
3527
3395
|
:rtype: str
|
|
3528
3396
|
"""
|
|
3529
3397
|
return self._Phone
|
|
@@ -3534,7 +3402,7 @@ Note: The return value may be null, indicating that no valid data can be obtaine
|
|
|
3534
3402
|
|
|
3535
3403
|
@property
|
|
3536
3404
|
def Mark(self):
|
|
3537
|
-
"""Remarks
|
|
3405
|
+
"""Remarks.
|
|
3538
3406
|
:rtype: str
|
|
3539
3407
|
"""
|
|
3540
3408
|
return self._Mark
|
|
@@ -3545,7 +3413,7 @@ Note: The return value may be null, indicating that no valid data can be obtaine
|
|
|
3545
3413
|
|
|
3546
3414
|
@property
|
|
3547
3415
|
def Name(self):
|
|
3548
|
-
"""
|
|
3416
|
+
"""Display name.
|
|
3549
3417
|
:rtype: str
|
|
3550
3418
|
"""
|
|
3551
3419
|
return self._Name
|
|
@@ -3556,7 +3424,7 @@ Note: The return value may be null, indicating that no valid data can be obtaine
|
|
|
3556
3424
|
|
|
3557
3425
|
@property
|
|
3558
3426
|
def BindTime(self):
|
|
3559
|
-
"""Binding time
|
|
3427
|
+
"""Binding time.
|
|
3560
3428
|
:rtype: str
|
|
3561
3429
|
"""
|
|
3562
3430
|
return self._BindTime
|
|
@@ -3568,10 +3436,10 @@ Note: The return value may be null, indicating that no valid data can be obtaine
|
|
|
3568
3436
|
@property
|
|
3569
3437
|
def AccountStatus(self):
|
|
3570
3438
|
"""Account status
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
3439
|
+
.
|
|
3440
|
+
0: normal.
|
|
3441
|
+
1: forcibly mandatory (this function is not supported yet).
|
|
3442
|
+
2: mandatory arrears.
|
|
3575
3443
|
:rtype: str
|
|
3576
3444
|
"""
|
|
3577
3445
|
return self._AccountStatus
|
|
@@ -3582,13 +3450,12 @@ Note: The return value may be null, indicating that no valid data can be obtaine
|
|
|
3582
3450
|
|
|
3583
3451
|
@property
|
|
3584
3452
|
def AuthStatus(self):
|
|
3585
|
-
"""Identity verification status
|
|
3586
|
-
-1:
|
|
3587
|
-
0:
|
|
3588
|
-
1:
|
|
3589
|
-
2:
|
|
3590
|
-
3:
|
|
3591
|
-
Note: The return value may be null, indicating that no valid data can be obtained.
|
|
3453
|
+
"""Identity verification status.
|
|
3454
|
+
-1: files not uploaded.
|
|
3455
|
+
0: not submitted for review.
|
|
3456
|
+
1: under review.
|
|
3457
|
+
2: review error.
|
|
3458
|
+
3: approved.
|
|
3592
3459
|
:rtype: str
|
|
3593
3460
|
"""
|
|
3594
3461
|
return self._AuthStatus
|
|
@@ -3660,9 +3527,9 @@ class DescribeCustomerInfoResponse(AbstractModel):
|
|
|
3660
3527
|
|
|
3661
3528
|
def __init__(self):
|
|
3662
3529
|
r"""
|
|
3663
|
-
:param _Data: Customer information
|
|
3530
|
+
:param _Data: Sub-Customer information.
|
|
3664
3531
|
:type Data: list of DescribeCustomerInfoData
|
|
3665
|
-
:param _RequestId: The unique request ID,
|
|
3532
|
+
:param _RequestId: 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.
|
|
3666
3533
|
:type RequestId: str
|
|
3667
3534
|
"""
|
|
3668
3535
|
self._Data = None
|
|
@@ -3670,7 +3537,7 @@ class DescribeCustomerInfoResponse(AbstractModel):
|
|
|
3670
3537
|
|
|
3671
3538
|
@property
|
|
3672
3539
|
def Data(self):
|
|
3673
|
-
"""Customer information
|
|
3540
|
+
"""Sub-Customer information.
|
|
3674
3541
|
:rtype: list of DescribeCustomerInfoData
|
|
3675
3542
|
"""
|
|
3676
3543
|
return self._Data
|
|
@@ -3681,7 +3548,7 @@ class DescribeCustomerInfoResponse(AbstractModel):
|
|
|
3681
3548
|
|
|
3682
3549
|
@property
|
|
3683
3550
|
def RequestId(self):
|
|
3684
|
-
"""The unique request ID,
|
|
3551
|
+
"""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.
|
|
3685
3552
|
:rtype: str
|
|
3686
3553
|
"""
|
|
3687
3554
|
return self._RequestId
|
|
@@ -3799,7 +3666,7 @@ class DescribeCustomerUinResponse(AbstractModel):
|
|
|
3799
3666
|
:type Data: list of DescribeCustomerUinData
|
|
3800
3667
|
:param _Total: The number of customers
|
|
3801
3668
|
:type Total: str
|
|
3802
|
-
:param _RequestId: The unique request ID,
|
|
3669
|
+
:param _RequestId: 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.
|
|
3803
3670
|
:type RequestId: str
|
|
3804
3671
|
"""
|
|
3805
3672
|
self._Data = None
|
|
@@ -3830,7 +3697,7 @@ class DescribeCustomerUinResponse(AbstractModel):
|
|
|
3830
3697
|
|
|
3831
3698
|
@property
|
|
3832
3699
|
def RequestId(self):
|
|
3833
|
-
"""The unique request ID,
|
|
3700
|
+
"""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.
|
|
3834
3701
|
:rtype: str
|
|
3835
3702
|
"""
|
|
3836
3703
|
return self._RequestId
|
|
@@ -3909,11 +3776,9 @@ class ForceQNResponse(AbstractModel):
|
|
|
3909
3776
|
|
|
3910
3777
|
def __init__(self):
|
|
3911
3778
|
r"""
|
|
3912
|
-
:param _C: Status
|
|
3913
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3779
|
+
:param _C: Status (deprecated).
|
|
3914
3780
|
:type C: int
|
|
3915
|
-
:param _M:
|
|
3916
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3781
|
+
:param _M: Msg (deprecated).
|
|
3917
3782
|
:type M: str
|
|
3918
3783
|
:param _RequestId: 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.
|
|
3919
3784
|
:type RequestId: str
|
|
@@ -3926,8 +3791,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
3926
3791
|
def C(self):
|
|
3927
3792
|
warnings.warn("parameter `C` is deprecated", DeprecationWarning)
|
|
3928
3793
|
|
|
3929
|
-
"""Status
|
|
3930
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3794
|
+
"""Status (deprecated).
|
|
3931
3795
|
:rtype: int
|
|
3932
3796
|
"""
|
|
3933
3797
|
return self._C
|
|
@@ -3942,8 +3806,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
3942
3806
|
def M(self):
|
|
3943
3807
|
warnings.warn("parameter `M` is deprecated", DeprecationWarning)
|
|
3944
3808
|
|
|
3945
|
-
"""
|
|
3946
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3809
|
+
"""Msg (deprecated).
|
|
3947
3810
|
:rtype: str
|
|
3948
3811
|
"""
|
|
3949
3812
|
return self._M
|
|
@@ -3987,7 +3850,7 @@ class GetCountryCodesResponse(AbstractModel):
|
|
|
3987
3850
|
r"""
|
|
3988
3851
|
:param _Data: List of country/region codes
|
|
3989
3852
|
:type Data: list of CountryCodeItem
|
|
3990
|
-
:param _RequestId: The unique request ID,
|
|
3853
|
+
:param _RequestId: 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.
|
|
3991
3854
|
:type RequestId: str
|
|
3992
3855
|
"""
|
|
3993
3856
|
self._Data = None
|
|
@@ -4006,7 +3869,7 @@ class GetCountryCodesResponse(AbstractModel):
|
|
|
4006
3869
|
|
|
4007
3870
|
@property
|
|
4008
3871
|
def RequestId(self):
|
|
4009
|
-
"""The unique request ID,
|
|
3872
|
+
"""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.
|
|
4010
3873
|
:rtype: str
|
|
4011
3874
|
"""
|
|
4012
3875
|
return self._RequestId
|
|
@@ -4181,23 +4044,17 @@ class PayModeSummaryOverviewItem(AbstractModel):
|
|
|
4181
4044
|
|
|
4182
4045
|
def __init__(self):
|
|
4183
4046
|
r"""
|
|
4184
|
-
:param _PayMode:
|
|
4185
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4047
|
+
:param _PayMode: Payment mode.
|
|
4186
4048
|
:type PayMode: str
|
|
4187
|
-
:param _PayModeName:
|
|
4188
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4049
|
+
:param _PayModeName: Payment mode name.
|
|
4189
4050
|
:type PayModeName: str
|
|
4190
|
-
:param _OriginalCost:
|
|
4191
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4051
|
+
:param _OriginalCost: Actual total consumption, up to 8 decimal places.
|
|
4192
4052
|
:type OriginalCost: str
|
|
4193
|
-
:param _Detail: Bill details in each payment mode
|
|
4194
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4053
|
+
:param _Detail: Bill details in each payment mode.
|
|
4195
4054
|
:type Detail: list of ActionSummaryOverviewItem
|
|
4196
|
-
:param _VoucherPayAmount:
|
|
4197
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4055
|
+
:param _VoucherPayAmount: Voucher payment amount, up to 8 decimal places.
|
|
4198
4056
|
:type VoucherPayAmount: str
|
|
4199
|
-
:param _TotalCost: Total consumption
|
|
4200
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4057
|
+
:param _TotalCost: Total consumption, up to 8 decimal places.
|
|
4201
4058
|
:type TotalCost: str
|
|
4202
4059
|
"""
|
|
4203
4060
|
self._PayMode = None
|
|
@@ -4209,8 +4066,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4209
4066
|
|
|
4210
4067
|
@property
|
|
4211
4068
|
def PayMode(self):
|
|
4212
|
-
"""
|
|
4213
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4069
|
+
"""Payment mode.
|
|
4214
4070
|
:rtype: str
|
|
4215
4071
|
"""
|
|
4216
4072
|
return self._PayMode
|
|
@@ -4221,8 +4077,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4221
4077
|
|
|
4222
4078
|
@property
|
|
4223
4079
|
def PayModeName(self):
|
|
4224
|
-
"""
|
|
4225
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4080
|
+
"""Payment mode name.
|
|
4226
4081
|
:rtype: str
|
|
4227
4082
|
"""
|
|
4228
4083
|
return self._PayModeName
|
|
@@ -4233,8 +4088,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4233
4088
|
|
|
4234
4089
|
@property
|
|
4235
4090
|
def OriginalCost(self):
|
|
4236
|
-
"""
|
|
4237
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4091
|
+
"""Actual total consumption, up to 8 decimal places.
|
|
4238
4092
|
:rtype: str
|
|
4239
4093
|
"""
|
|
4240
4094
|
return self._OriginalCost
|
|
@@ -4245,8 +4099,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4245
4099
|
|
|
4246
4100
|
@property
|
|
4247
4101
|
def Detail(self):
|
|
4248
|
-
"""Bill details in each payment mode
|
|
4249
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4102
|
+
"""Bill details in each payment mode.
|
|
4250
4103
|
:rtype: list of ActionSummaryOverviewItem
|
|
4251
4104
|
"""
|
|
4252
4105
|
return self._Detail
|
|
@@ -4257,8 +4110,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4257
4110
|
|
|
4258
4111
|
@property
|
|
4259
4112
|
def VoucherPayAmount(self):
|
|
4260
|
-
"""
|
|
4261
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4113
|
+
"""Voucher payment amount, up to 8 decimal places.
|
|
4262
4114
|
:rtype: str
|
|
4263
4115
|
"""
|
|
4264
4116
|
return self._VoucherPayAmount
|
|
@@ -4269,8 +4121,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4269
4121
|
|
|
4270
4122
|
@property
|
|
4271
4123
|
def TotalCost(self):
|
|
4272
|
-
"""Total consumption
|
|
4273
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4124
|
+
"""Total consumption, up to 8 decimal places.
|
|
4274
4125
|
:rtype: str
|
|
4275
4126
|
"""
|
|
4276
4127
|
return self._TotalCost
|
|
@@ -4533,7 +4384,7 @@ class QueryAccountVerificationStatusResponse(AbstractModel):
|
|
|
4533
4384
|
r"""
|
|
4534
4385
|
:param _AccountStatus: Account verification status
|
|
4535
4386
|
:type AccountStatus: bool
|
|
4536
|
-
:param _RequestId: The unique request ID,
|
|
4387
|
+
:param _RequestId: 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.
|
|
4537
4388
|
:type RequestId: str
|
|
4538
4389
|
"""
|
|
4539
4390
|
self._AccountStatus = None
|
|
@@ -4552,7 +4403,7 @@ class QueryAccountVerificationStatusResponse(AbstractModel):
|
|
|
4552
4403
|
|
|
4553
4404
|
@property
|
|
4554
4405
|
def RequestId(self):
|
|
4555
|
-
"""The unique request ID,
|
|
4406
|
+
"""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.
|
|
4556
4407
|
:rtype: str
|
|
4557
4408
|
"""
|
|
4558
4409
|
return self._RequestId
|
|
@@ -4582,8 +4433,7 @@ class QueryCreditAllocationHistoryData(AbstractModel):
|
|
|
4582
4433
|
:type Credit: float
|
|
4583
4434
|
:param _AllocatedCredit: The allocated total credit
|
|
4584
4435
|
:type AllocatedCredit: float
|
|
4585
|
-
:param _ClientCreditAfter: Available credits after allocation
|
|
4586
|
-
Note: The return value may be null, indicating that no valid data can be obtained.
|
|
4436
|
+
:param _ClientCreditAfter: Available credits after allocation.
|
|
4587
4437
|
:type ClientCreditAfter: float
|
|
4588
4438
|
"""
|
|
4589
4439
|
self._AllocatedTime = None
|
|
@@ -4638,8 +4488,7 @@ Note: The return value may be null, indicating that no valid data can be obtaine
|
|
|
4638
4488
|
|
|
4639
4489
|
@property
|
|
4640
4490
|
def ClientCreditAfter(self):
|
|
4641
|
-
"""Available credits after allocation
|
|
4642
|
-
Note: The return value may be null, indicating that no valid data can be obtained.
|
|
4491
|
+
"""Available credits after allocation.
|
|
4643
4492
|
:rtype: float
|
|
4644
4493
|
"""
|
|
4645
4494
|
return self._ClientCreditAfter
|
|
@@ -4738,13 +4587,11 @@ class QueryCreditAllocationHistoryResponse(AbstractModel):
|
|
|
4738
4587
|
|
|
4739
4588
|
def __init__(self):
|
|
4740
4589
|
r"""
|
|
4741
|
-
:param _Total: Total number of records
|
|
4742
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4590
|
+
:param _Total: Total number of historical records.
|
|
4743
4591
|
:type Total: int
|
|
4744
|
-
:param _History:
|
|
4745
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4592
|
+
:param _History: Detailed list of historical information.
|
|
4746
4593
|
:type History: list of QueryCreditAllocationHistoryData
|
|
4747
|
-
:param _RequestId: The unique request ID,
|
|
4594
|
+
:param _RequestId: 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.
|
|
4748
4595
|
:type RequestId: str
|
|
4749
4596
|
"""
|
|
4750
4597
|
self._Total = None
|
|
@@ -4753,8 +4600,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4753
4600
|
|
|
4754
4601
|
@property
|
|
4755
4602
|
def Total(self):
|
|
4756
|
-
"""Total number of records
|
|
4757
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4603
|
+
"""Total number of historical records.
|
|
4758
4604
|
:rtype: int
|
|
4759
4605
|
"""
|
|
4760
4606
|
return self._Total
|
|
@@ -4765,8 +4611,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4765
4611
|
|
|
4766
4612
|
@property
|
|
4767
4613
|
def History(self):
|
|
4768
|
-
"""
|
|
4769
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4614
|
+
"""Detailed list of historical information.
|
|
4770
4615
|
:rtype: list of QueryCreditAllocationHistoryData
|
|
4771
4616
|
"""
|
|
4772
4617
|
return self._History
|
|
@@ -4777,7 +4622,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4777
4622
|
|
|
4778
4623
|
@property
|
|
4779
4624
|
def RequestId(self):
|
|
4780
|
-
"""The unique request ID,
|
|
4625
|
+
"""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.
|
|
4781
4626
|
:rtype: str
|
|
4782
4627
|
"""
|
|
4783
4628
|
return self._RequestId
|
|
@@ -4843,7 +4688,7 @@ class QueryCreditByUinListResponse(AbstractModel):
|
|
|
4843
4688
|
r"""
|
|
4844
4689
|
:param _Data: User information list
|
|
4845
4690
|
:type Data: list of QueryDirectCustomersCreditData
|
|
4846
|
-
:param _RequestId: The unique request ID,
|
|
4691
|
+
:param _RequestId: 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.
|
|
4847
4692
|
:type RequestId: str
|
|
4848
4693
|
"""
|
|
4849
4694
|
self._Data = None
|
|
@@ -4862,7 +4707,7 @@ class QueryCreditByUinListResponse(AbstractModel):
|
|
|
4862
4707
|
|
|
4863
4708
|
@property
|
|
4864
4709
|
def RequestId(self):
|
|
4865
|
-
"""The unique request ID,
|
|
4710
|
+
"""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.
|
|
4866
4711
|
:rtype: str
|
|
4867
4712
|
"""
|
|
4868
4713
|
return self._RequestId
|
|
@@ -4882,40 +4727,6 @@ class QueryCreditByUinListResponse(AbstractModel):
|
|
|
4882
4727
|
self._RequestId = params.get("RequestId")
|
|
4883
4728
|
|
|
4884
4729
|
|
|
4885
|
-
class QueryCreditQuotaRequest(AbstractModel):
|
|
4886
|
-
"""QueryCreditQuota request structure.
|
|
4887
|
-
|
|
4888
|
-
"""
|
|
4889
|
-
|
|
4890
|
-
|
|
4891
|
-
class QueryCreditQuotaResponse(AbstractModel):
|
|
4892
|
-
"""QueryCreditQuota response structure.
|
|
4893
|
-
|
|
4894
|
-
"""
|
|
4895
|
-
|
|
4896
|
-
def __init__(self):
|
|
4897
|
-
r"""
|
|
4898
|
-
:param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
|
|
4899
|
-
:type RequestId: str
|
|
4900
|
-
"""
|
|
4901
|
-
self._RequestId = None
|
|
4902
|
-
|
|
4903
|
-
@property
|
|
4904
|
-
def RequestId(self):
|
|
4905
|
-
"""The unique request ID, which is returned for each request. RequestId is required for locating a problem.
|
|
4906
|
-
:rtype: str
|
|
4907
|
-
"""
|
|
4908
|
-
return self._RequestId
|
|
4909
|
-
|
|
4910
|
-
@RequestId.setter
|
|
4911
|
-
def RequestId(self, RequestId):
|
|
4912
|
-
self._RequestId = RequestId
|
|
4913
|
-
|
|
4914
|
-
|
|
4915
|
-
def _deserialize(self, params):
|
|
4916
|
-
self._RequestId = params.get("RequestId")
|
|
4917
|
-
|
|
4918
|
-
|
|
4919
4730
|
class QueryCustomerBillingQuotaData(AbstractModel):
|
|
4920
4731
|
"""Sub-customer credit balance data
|
|
4921
4732
|
|
|
@@ -5454,12 +5265,11 @@ class QueryCustomersCreditResponse(AbstractModel):
|
|
|
5454
5265
|
|
|
5455
5266
|
def __init__(self):
|
|
5456
5267
|
r"""
|
|
5457
|
-
:param _Data:
|
|
5458
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
5268
|
+
:param _Data: Queries the list of customers.
|
|
5459
5269
|
:type Data: list of QueryCustomersCreditData
|
|
5460
5270
|
:param _Total: Number of customers
|
|
5461
5271
|
:type Total: int
|
|
5462
|
-
:param _RequestId: The unique request ID,
|
|
5272
|
+
:param _RequestId: 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.
|
|
5463
5273
|
:type RequestId: str
|
|
5464
5274
|
"""
|
|
5465
5275
|
self._Data = None
|
|
@@ -5468,8 +5278,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
5468
5278
|
|
|
5469
5279
|
@property
|
|
5470
5280
|
def Data(self):
|
|
5471
|
-
"""
|
|
5472
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
5281
|
+
"""Queries the list of customers.
|
|
5473
5282
|
:rtype: list of QueryCustomersCreditData
|
|
5474
5283
|
"""
|
|
5475
5284
|
return self._Data
|
|
@@ -5491,7 +5300,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
5491
5300
|
|
|
5492
5301
|
@property
|
|
5493
5302
|
def RequestId(self):
|
|
5494
|
-
"""The unique request ID,
|
|
5303
|
+
"""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.
|
|
5495
5304
|
:rtype: str
|
|
5496
5305
|
"""
|
|
5497
5306
|
return self._RequestId
|
|
@@ -5593,7 +5402,7 @@ class QueryDirectCustomersCreditResponse(AbstractModel):
|
|
|
5593
5402
|
r"""
|
|
5594
5403
|
:param _Data: Direct customer information list
|
|
5595
5404
|
:type Data: list of QueryDirectCustomersCreditData
|
|
5596
|
-
:param _RequestId: The unique request ID,
|
|
5405
|
+
:param _RequestId: 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.
|
|
5597
5406
|
:type RequestId: str
|
|
5598
5407
|
"""
|
|
5599
5408
|
self._Data = None
|
|
@@ -5612,7 +5421,7 @@ class QueryDirectCustomersCreditResponse(AbstractModel):
|
|
|
5612
5421
|
|
|
5613
5422
|
@property
|
|
5614
5423
|
def RequestId(self):
|
|
5615
|
-
"""The unique request ID,
|
|
5424
|
+
"""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.
|
|
5616
5425
|
:rtype: str
|
|
5617
5426
|
"""
|
|
5618
5427
|
return self._RequestId
|
|
@@ -5655,7 +5464,7 @@ class QueryPartnerCreditResponse(AbstractModel):
|
|
|
5655
5464
|
:type CustomerTotalCredit: float
|
|
5656
5465
|
:param _CustomerRemainingCredit: Remaining quota for the client
|
|
5657
5466
|
:type CustomerRemainingCredit: float
|
|
5658
|
-
:param _RequestId: The unique request ID,
|
|
5467
|
+
:param _RequestId: 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.
|
|
5659
5468
|
:type RequestId: str
|
|
5660
5469
|
"""
|
|
5661
5470
|
self._AllocatedCredit = None
|
|
@@ -5722,7 +5531,7 @@ class QueryPartnerCreditResponse(AbstractModel):
|
|
|
5722
5531
|
|
|
5723
5532
|
@property
|
|
5724
5533
|
def RequestId(self):
|
|
5725
|
-
"""The unique request ID,
|
|
5534
|
+
"""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.
|
|
5726
5535
|
:rtype: str
|
|
5727
5536
|
"""
|
|
5728
5537
|
return self._RequestId
|
|
@@ -6281,7 +6090,7 @@ class QueryVoucherAmountByUinResponse(AbstractModel):
|
|
|
6281
6090
|
r"""
|
|
6282
6091
|
:param _Data: Customer voucher quota information
|
|
6283
6092
|
:type Data: list of QueryVoucherAmountByUinItem
|
|
6284
|
-
:param _RequestId: The unique request ID,
|
|
6093
|
+
:param _RequestId: 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.
|
|
6285
6094
|
:type RequestId: str
|
|
6286
6095
|
"""
|
|
6287
6096
|
self._Data = None
|
|
@@ -6300,7 +6109,7 @@ class QueryVoucherAmountByUinResponse(AbstractModel):
|
|
|
6300
6109
|
|
|
6301
6110
|
@property
|
|
6302
6111
|
def RequestId(self):
|
|
6303
|
-
"""The unique request ID,
|
|
6112
|
+
"""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.
|
|
6304
6113
|
:rtype: str
|
|
6305
6114
|
"""
|
|
6306
6115
|
return self._RequestId
|
|
@@ -6594,7 +6403,7 @@ class QueryVoucherPoolResponse(AbstractModel):
|
|
|
6594
6403
|
:type RemainingQuota: float
|
|
6595
6404
|
:param _IssuedNum: The number of issued vouchers
|
|
6596
6405
|
:type IssuedNum: int
|
|
6597
|
-
:param _RequestId: The unique request ID,
|
|
6406
|
+
:param _RequestId: 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.
|
|
6598
6407
|
:type RequestId: str
|
|
6599
6408
|
"""
|
|
6600
6409
|
self._AgentName = None
|
|
@@ -6661,7 +6470,7 @@ class QueryVoucherPoolResponse(AbstractModel):
|
|
|
6661
6470
|
|
|
6662
6471
|
@property
|
|
6663
6472
|
def RequestId(self):
|
|
6664
|
-
"""The unique request ID,
|
|
6473
|
+
"""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.
|
|
6665
6474
|
:rtype: str
|
|
6666
6475
|
"""
|
|
6667
6476
|
return self._RequestId
|
|
@@ -6687,20 +6496,15 @@ class RegionSummaryOverviewItem(AbstractModel):
|
|
|
6687
6496
|
|
|
6688
6497
|
def __init__(self):
|
|
6689
6498
|
r"""
|
|
6690
|
-
:param _RegionId: Region
|
|
6691
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6499
|
+
:param _RegionId: Region id.
|
|
6692
6500
|
:type RegionId: str
|
|
6693
|
-
:param _RegionName: Region name
|
|
6694
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6501
|
+
:param _RegionName: Region name.
|
|
6695
6502
|
:type RegionName: str
|
|
6696
|
-
:param _OriginalCost:
|
|
6697
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6503
|
+
:param _OriginalCost: Actual total consumption, up to 8 decimal places.
|
|
6698
6504
|
:type OriginalCost: str
|
|
6699
|
-
:param _VoucherPayAmount:
|
|
6700
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6505
|
+
:param _VoucherPayAmount: Voucher payment amount, up to 8 decimal places.
|
|
6701
6506
|
:type VoucherPayAmount: str
|
|
6702
|
-
:param _TotalCost: Total consumption
|
|
6703
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6507
|
+
:param _TotalCost: Total consumption, up to 8 decimal places.
|
|
6704
6508
|
:type TotalCost: str
|
|
6705
6509
|
"""
|
|
6706
6510
|
self._RegionId = None
|
|
@@ -6711,8 +6515,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
6711
6515
|
|
|
6712
6516
|
@property
|
|
6713
6517
|
def RegionId(self):
|
|
6714
|
-
"""Region
|
|
6715
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6518
|
+
"""Region id.
|
|
6716
6519
|
:rtype: str
|
|
6717
6520
|
"""
|
|
6718
6521
|
return self._RegionId
|
|
@@ -6723,8 +6526,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
6723
6526
|
|
|
6724
6527
|
@property
|
|
6725
6528
|
def RegionName(self):
|
|
6726
|
-
"""Region name
|
|
6727
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6529
|
+
"""Region name.
|
|
6728
6530
|
:rtype: str
|
|
6729
6531
|
"""
|
|
6730
6532
|
return self._RegionName
|
|
@@ -6735,8 +6537,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
6735
6537
|
|
|
6736
6538
|
@property
|
|
6737
6539
|
def OriginalCost(self):
|
|
6738
|
-
"""
|
|
6739
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6540
|
+
"""Actual total consumption, up to 8 decimal places.
|
|
6740
6541
|
:rtype: str
|
|
6741
6542
|
"""
|
|
6742
6543
|
return self._OriginalCost
|
|
@@ -6747,8 +6548,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
6747
6548
|
|
|
6748
6549
|
@property
|
|
6749
6550
|
def VoucherPayAmount(self):
|
|
6750
|
-
"""
|
|
6751
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6551
|
+
"""Voucher payment amount, up to 8 decimal places.
|
|
6752
6552
|
:rtype: str
|
|
6753
6553
|
"""
|
|
6754
6554
|
return self._VoucherPayAmount
|
|
@@ -6759,8 +6559,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
6759
6559
|
|
|
6760
6560
|
@property
|
|
6761
6561
|
def TotalCost(self):
|
|
6762
|
-
"""Total consumption
|
|
6763
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6562
|
+
"""Total consumption, up to 8 decimal places.
|
|
6764
6563
|
:rtype: str
|
|
6765
6564
|
"""
|
|
6766
6565
|
return self._TotalCost
|
|
@@ -6876,25 +6675,19 @@ class SummaryDetails(AbstractModel):
|
|
|
6876
6675
|
|
|
6877
6676
|
def __init__(self):
|
|
6878
6677
|
r"""
|
|
6879
|
-
:param _Business: Product information list
|
|
6880
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6678
|
+
:param _Business: Product information list.
|
|
6881
6679
|
:type Business: list of BusinessInfo
|
|
6882
|
-
:param _OriginalCost: Original price
|
|
6883
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6680
|
+
:param _OriginalCost: Original price.
|
|
6884
6681
|
:type OriginalCost: str
|
|
6885
|
-
:param _VoucherPayAmount: Voucher amount
|
|
6886
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6682
|
+
:param _VoucherPayAmount: Voucher amount.
|
|
6887
6683
|
:type VoucherPayAmount: str
|
|
6888
|
-
:param _RICost:
|
|
6889
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6684
|
+
:param _RICost: RI deduction.
|
|
6890
6685
|
:type RICost: str
|
|
6891
|
-
:param _TotalCost:
|
|
6892
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6686
|
+
:param _TotalCost: <TOTAL_AMOUNT>.
|
|
6893
6687
|
:type TotalCost: str
|
|
6894
|
-
:param _GroupKey:
|
|
6688
|
+
:param _GroupKey: Classification dimension summary key.
|
|
6895
6689
|
:type GroupKey: str
|
|
6896
|
-
:param _GroupValue:
|
|
6897
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6690
|
+
:param _GroupValue: Summary value by classification dimension.
|
|
6898
6691
|
:type GroupValue: str
|
|
6899
6692
|
"""
|
|
6900
6693
|
self._Business = None
|
|
@@ -6907,8 +6700,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
6907
6700
|
|
|
6908
6701
|
@property
|
|
6909
6702
|
def Business(self):
|
|
6910
|
-
"""Product information list
|
|
6911
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6703
|
+
"""Product information list.
|
|
6912
6704
|
:rtype: list of BusinessInfo
|
|
6913
6705
|
"""
|
|
6914
6706
|
return self._Business
|
|
@@ -6919,8 +6711,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
6919
6711
|
|
|
6920
6712
|
@property
|
|
6921
6713
|
def OriginalCost(self):
|
|
6922
|
-
"""Original price
|
|
6923
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6714
|
+
"""Original price.
|
|
6924
6715
|
:rtype: str
|
|
6925
6716
|
"""
|
|
6926
6717
|
return self._OriginalCost
|
|
@@ -6931,8 +6722,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
6931
6722
|
|
|
6932
6723
|
@property
|
|
6933
6724
|
def VoucherPayAmount(self):
|
|
6934
|
-
"""Voucher amount
|
|
6935
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6725
|
+
"""Voucher amount.
|
|
6936
6726
|
:rtype: str
|
|
6937
6727
|
"""
|
|
6938
6728
|
return self._VoucherPayAmount
|
|
@@ -6943,8 +6733,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
6943
6733
|
|
|
6944
6734
|
@property
|
|
6945
6735
|
def RICost(self):
|
|
6946
|
-
"""
|
|
6947
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6736
|
+
"""RI deduction.
|
|
6948
6737
|
:rtype: str
|
|
6949
6738
|
"""
|
|
6950
6739
|
return self._RICost
|
|
@@ -6955,8 +6744,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
6955
6744
|
|
|
6956
6745
|
@property
|
|
6957
6746
|
def TotalCost(self):
|
|
6958
|
-
"""
|
|
6959
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6747
|
+
"""<TOTAL_AMOUNT>.
|
|
6960
6748
|
:rtype: str
|
|
6961
6749
|
"""
|
|
6962
6750
|
return self._TotalCost
|
|
@@ -6967,7 +6755,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
6967
6755
|
|
|
6968
6756
|
@property
|
|
6969
6757
|
def GroupKey(self):
|
|
6970
|
-
"""
|
|
6758
|
+
"""Classification dimension summary key.
|
|
6971
6759
|
:rtype: str
|
|
6972
6760
|
"""
|
|
6973
6761
|
return self._GroupKey
|
|
@@ -6978,8 +6766,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
6978
6766
|
|
|
6979
6767
|
@property
|
|
6980
6768
|
def GroupValue(self):
|
|
6981
|
-
"""
|
|
6982
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6769
|
+
"""Summary value by classification dimension.
|
|
6983
6770
|
:rtype: str
|
|
6984
6771
|
"""
|
|
6985
6772
|
return self._GroupValue
|
|
@@ -7019,9 +6806,9 @@ class TagInfo(AbstractModel):
|
|
|
7019
6806
|
|
|
7020
6807
|
def __init__(self):
|
|
7021
6808
|
r"""
|
|
7022
|
-
:param _TagKey: Tag
|
|
6809
|
+
:param _TagKey: Tag key.
|
|
7023
6810
|
:type TagKey: str
|
|
7024
|
-
:param _TagValue: Tag
|
|
6811
|
+
:param _TagValue: Tag value.
|
|
7025
6812
|
:type TagValue: str
|
|
7026
6813
|
"""
|
|
7027
6814
|
self._TagKey = None
|
|
@@ -7029,7 +6816,7 @@ class TagInfo(AbstractModel):
|
|
|
7029
6816
|
|
|
7030
6817
|
@property
|
|
7031
6818
|
def TagKey(self):
|
|
7032
|
-
"""Tag
|
|
6819
|
+
"""Tag key.
|
|
7033
6820
|
:rtype: str
|
|
7034
6821
|
"""
|
|
7035
6822
|
return self._TagKey
|
|
@@ -7040,7 +6827,7 @@ class TagInfo(AbstractModel):
|
|
|
7040
6827
|
|
|
7041
6828
|
@property
|
|
7042
6829
|
def TagValue(self):
|
|
7043
|
-
"""Tag
|
|
6830
|
+
"""Tag value.
|
|
7044
6831
|
:rtype: str
|
|
7045
6832
|
"""
|
|
7046
6833
|
return self._TagValue
|