tencentcloud-sdk-python 3.0.1342__py2.py3-none-any.whl → 3.0.1343__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/bi/v20220105/models.py +68 -0
- tencentcloud/billing/v20180709/billing_client.py +3 -1
- tencentcloud/billing/v20180709/models.py +90 -210
- tencentcloud/cdwpg/v20201230/models.py +4 -4
- tencentcloud/cdz/v20221123/models.py +0 -4
- tencentcloud/cfg/v20210820/models.py +0 -192
- tencentcloud/clb/v20180317/clb_client.py +2 -2
- tencentcloud/cwp/v20180228/models.py +61 -18
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +161 -0
- tencentcloud/dbbrain/v20210527/models.py +1743 -387
- tencentcloud/domain/v20180808/models.py +0 -2
- tencentcloud/dts/v20180330/models.py +0 -6
- tencentcloud/dts/v20211206/models.py +2 -210
- tencentcloud/ess/v20201111/models.py +69 -4
- tencentcloud/essbasic/v20210526/models.py +57 -2
- tencentcloud/iotexplorer/v20190423/errorcodes.py +12 -0
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +69 -0
- tencentcloud/iotexplorer/v20190423/models.py +995 -65
- tencentcloud/iotvideo/v20211125/iotvideo_client.py +46 -0
- tencentcloud/iotvideo/v20211125/models.py +188 -0
- tencentcloud/lcic/v20220817/errorcodes.py +1 -1
- tencentcloud/lighthouse/v20200324/errorcodes.py +12 -9
- tencentcloud/lighthouse/v20200324/lighthouse_client.py +24 -17
- tencentcloud/lighthouse/v20200324/models.py +68 -36
- tencentcloud/lke/v20231130/models.py +2 -2
- tencentcloud/lkeap/v20240522/models.py +4 -8
- tencentcloud/mps/v20190612/models.py +170 -0
- tencentcloud/mqtt/v20240516/errorcodes.py +9 -0
- tencentcloud/organization/v20210331/errorcodes.py +3 -0
- tencentcloud/organization/v20210331/models.py +0 -82
- tencentcloud/tcb/v20180608/models.py +0 -4
- tencentcloud/teo/v20220901/models.py +955 -20
- tencentcloud/tione/v20211111/models.py +90 -0
- tencentcloud/vdb/v20230616/models.py +45 -0
- tencentcloud/vdb/v20230616/vdb_client.py +1 -1
- tencentcloud/vrs/v20200824/models.py +32 -0
- tencentcloud/wedata/v20210820/models.py +77 -0
- {tencentcloud_sdk_python-3.0.1342.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1342.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/RECORD +43 -43
- {tencentcloud_sdk_python-3.0.1342.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1342.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1342.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/top_level.txt +0 -0
@@ -40,7 +40,6 @@ class ActionSummaryOverviewItem(AbstractModel):
|
|
40
40
|
:param _VoucherPayAmount: 优惠券支出:使用各类优惠券(如代金券、现金券等)支付的金额
|
41
41
|
:type VoucherPayAmount: str
|
42
42
|
:param _TransferPayAmount: 分成金账户支出:通过分成金账户支付的金额
|
43
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
44
43
|
:type TransferPayAmount: str
|
45
44
|
:param _BillMonth: 账单月份,格式2019-08
|
46
45
|
:type BillMonth: str
|
@@ -138,7 +137,6 @@ class ActionSummaryOverviewItem(AbstractModel):
|
|
138
137
|
@property
|
139
138
|
def TransferPayAmount(self):
|
140
139
|
"""分成金账户支出:通过分成金账户支付的金额
|
141
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
142
140
|
:rtype: str
|
143
141
|
"""
|
144
142
|
return self._TransferPayAmount
|
@@ -448,64 +446,44 @@ class AllocationDetail(AbstractModel):
|
|
448
446
|
def __init__(self):
|
449
447
|
r"""
|
450
448
|
:param _TreeNodeUniqKey: 分账单元唯一标识
|
451
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
452
449
|
:type TreeNodeUniqKey: str
|
453
450
|
:param _TreeNodeUniqKeyName: 分账单元名称
|
454
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
455
451
|
:type TreeNodeUniqKeyName: str
|
456
452
|
:param _BillDate: 日期:结算日期
|
457
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
458
453
|
:type BillDate: str
|
459
454
|
:param _PayerUin: 支付者 UIN:支付者的账号 ID,账号 ID 是用户在腾讯云的唯一账号标识
|
460
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
461
455
|
:type PayerUin: str
|
462
456
|
:param _OwnerUin: 使用者 UIN:实际使用资源的账号 ID
|
463
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
464
457
|
:type OwnerUin: str
|
465
458
|
:param _OperateUin: 操作者 UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的ID或者角色 ID)
|
466
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
467
459
|
:type OperateUin: str
|
468
460
|
:param _BusinessCode: 产品编码
|
469
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
470
461
|
:type BusinessCode: str
|
471
462
|
:param _BusinessCodeName: 产品名称:用户所采购的各类云产品
|
472
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
473
463
|
:type BusinessCodeName: str
|
474
464
|
:param _PayMode: 计费模式编码
|
475
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
476
465
|
:type PayMode: str
|
477
466
|
:param _PayModeName: 计费模式:资源的计费模式,区分为包年包月和按量计费
|
478
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
479
467
|
:type PayModeName: str
|
480
468
|
:param _ProjectId: 项目ID
|
481
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
482
469
|
:type ProjectId: int
|
483
470
|
:param _ProjectName: 项目名称:资源归属的项目,用户在控制台给资源自主分配项目,未分配则是默认项目
|
484
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
485
471
|
:type ProjectName: str
|
486
472
|
:param _RegionId: 地域ID
|
487
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
488
473
|
:type RegionId: int
|
489
474
|
:param _RegionName: 地域名称:资源所属地域
|
490
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
491
475
|
:type RegionName: str
|
492
476
|
:param _ZoneId: 可用区ID
|
493
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
494
477
|
:type ZoneId: int
|
495
478
|
:param _ZoneName: 可用区:资源所属可用区
|
496
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
497
479
|
:type ZoneName: str
|
498
480
|
:param _ResourceId: 资源ID:不同产品因资源形态不同,资源内容不完全相同,如云服务器 CVM 为对应的实例 ID; 若该产品被分拆,则展示产品分拆后的分拆项 ID,如 COS 桶 ID,CDN 域名
|
499
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
500
481
|
:type ResourceId: str
|
501
482
|
:param _ResourceName: 实例名称:用户在控制台为资源设置的名称,如未设置默认为空;若该产品被分拆,则展示分拆产品分拆后的分拆项资源别名
|
502
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
503
483
|
:type ResourceName: str
|
504
484
|
:param _InstanceType: 实例类型编码
|
505
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
506
485
|
:type InstanceType: str
|
507
486
|
:param _InstanceTypeName: 实例类型:购买的产品服务对应的实例类型,包括资源包、RI、SP、竞价实例。常规实例默认展示“-”
|
508
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
509
487
|
:type InstanceTypeName: str
|
510
488
|
:param _SplitItemId: 分拆项 ID:涉及分拆产品的分拆后的分拆项 ID,如 COS 桶 ID,CDN 域名
|
511
489
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -514,159 +492,110 @@ class AllocationDetail(AbstractModel):
|
|
514
492
|
注意:此字段可能返回 null,表示取不到有效值。
|
515
493
|
:type SplitItemName: str
|
516
494
|
:param _ProductCode: 子产品编码
|
517
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
518
495
|
:type ProductCode: str
|
519
496
|
:param _ProductCodeName: 子产品名称:用户采购的具体产品细分类型
|
520
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
521
497
|
:type ProductCodeName: str
|
522
498
|
:param _ActionType: 交易类型编码
|
523
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
524
499
|
:type ActionType: str
|
525
500
|
:param _ActionTypeName: 交易类型:明细交易类型
|
526
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
527
501
|
:type ActionTypeName: str
|
528
502
|
:param _OrderId: 订单 ID:包年包月计费模式下订购的订单号
|
529
503
|
|
530
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
531
504
|
:type OrderId: str
|
532
505
|
:param _BillId: 交易 ID:结算扣费单号
|
533
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
534
506
|
:type BillId: str
|
535
507
|
:param _PayTime: 扣费时间:结算扣费时间
|
536
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
537
508
|
:type PayTime: str
|
538
509
|
:param _FeeBeginTime: 开始使用时间:产品服务开始使用时间
|
539
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
540
510
|
:type FeeBeginTime: str
|
541
511
|
:param _FeeEndTime: 结束使用时间:产品服务结束使用时间
|
542
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
543
512
|
:type FeeEndTime: str
|
544
513
|
:param _ComponentCode: 组件类型编码
|
545
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
546
514
|
:type ComponentCode: str
|
547
515
|
:param _ComponentCodeName: 组件类型:用户购买的产品或服务对应的组件大类
|
548
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
549
516
|
:type ComponentCodeName: str
|
550
517
|
:param _SinglePrice: 组件刊例价:组件的官网原始单价(如客户享受一口价/合同价则默认不展示)
|
551
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
552
518
|
:type SinglePrice: str
|
553
519
|
:param _ContractPrice: 组件单价:组件的折后单价,组件单价 = 刊例价 * 折扣
|
554
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
555
520
|
:type ContractPrice: str
|
556
521
|
:param _SinglePriceUnit: 组件价格单位:组件价格的单位,单位构成:元/用量单位/时长单位
|
557
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
558
522
|
:type SinglePriceUnit: str
|
559
523
|
:param _UsedAmount: 组件用量:该组件实际结算用量,组件用量=组件原始用量-抵扣用量(含资源包)
|
560
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
561
524
|
:type UsedAmount: str
|
562
525
|
:param _UsedAmountUnit: 组件用量单位:组件用量对应的单位
|
563
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
564
526
|
:type UsedAmountUnit: str
|
565
527
|
:param _TimeSpan: 使用时长:资源使用的时长,组件用量=组件原始使用时长-抵扣时长(含资源包)
|
566
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
567
528
|
:type TimeSpan: str
|
568
529
|
:param _TimeUnit: 时长单位:资源使用时长的单位
|
569
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
570
530
|
:type TimeUnit: str
|
571
531
|
:param _ReserveDetail: 备注属性(实例配置):其他备注信息,如预留实例的预留实例类型和交易类型、CCN 产品的两端地域信息
|
572
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
573
532
|
:type ReserveDetail: str
|
574
533
|
:param _SplitRatio: 分拆项用量/时长占比:分拆项用量(时长)占比,分拆项用量(时长)/ 拆分前合计用量(时长)
|
575
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
576
534
|
:type SplitRatio: str
|
577
535
|
:param _TotalCost: 组件原价:原价 = 组件刊例价 * 组件用量 * 使用时长(如客户享受一口价/合同价则默认不展示,退费类场景也默认不展示),指定价模式
|
578
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
579
536
|
:type TotalCost: str
|
580
537
|
:param _RITimeSpan: 预留实例抵扣时长:本产品或服务使用预留实例抵扣的使用时长
|
581
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
582
538
|
:type RITimeSpan: str
|
583
539
|
:param _RICost: 预留实例抵扣原价:本产品或服务使用预留实例抵扣的组件原价金额
|
584
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
585
540
|
:type RICost: str
|
586
541
|
:param _SPCost: 节省计划抵扣原价:节省计划抵扣原价 = 节省计划包抵扣面值 / 节省计划抵扣率
|
587
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
588
542
|
:type SPCost: str
|
589
543
|
:param _Discount: 折扣率:本资源享受的折扣率(如客户享受一口价/合同价则默认不展示,退费场景也默认不展示)
|
590
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
591
544
|
:type Discount: str
|
592
545
|
:param _BlendedDiscount: 混合折扣率:综合各类折扣抵扣信息后的最终折扣率,混合折扣率=优惠后总价/原价
|
593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
594
546
|
:type BlendedDiscount: str
|
595
547
|
:param _RealTotalCost: 优惠后总价:优惠后总价 =(原价 - 预留实例抵扣原价 - 节省计划抵扣原价)* 折扣率
|
596
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
597
548
|
:type RealTotalCost: str
|
598
549
|
:param _CashPayAmount: 现金账户支出(元):通过现金账户支付的金额
|
599
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
600
550
|
:type CashPayAmount: str
|
601
551
|
:param _VoucherPayAmount: 代金券支出(元):使用各类优惠券(如代金券、现金券等)支付的金额
|
602
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
603
552
|
:type VoucherPayAmount: str
|
604
553
|
:param _IncentivePayAmount: 赠送账户支出(元):使用赠送金支付的金额
|
605
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
606
554
|
:type IncentivePayAmount: str
|
607
555
|
:param _TransferPayAmount: 分成账户支出(元):通过分成金账户支付的金额
|
608
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
609
556
|
:type TransferPayAmount: str
|
610
557
|
:param _Tag: 分账标签:资源绑定的标签
|
611
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
612
558
|
:type Tag: list of BillTag
|
613
559
|
:param _RegionType: 国内国际编码
|
614
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
615
560
|
:type RegionType: str
|
616
561
|
:param _RegionTypeName: 国内国际:资源所属区域类型(国内、国际)
|
617
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
618
562
|
:type RegionTypeName: str
|
619
563
|
:param _ItemCode: 组件名称编码
|
620
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
621
564
|
:type ItemCode: str
|
622
565
|
:param _ItemCodeName: 组件名称:用户购买的产品或服务,所包含的具体组件
|
623
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
624
566
|
:type ItemCodeName: str
|
625
567
|
:param _AssociatedOrder: 关联单据ID:和本笔交易关联单据ID,如退费订单对应的原新购订单等
|
626
568
|
:type AssociatedOrder: str
|
627
569
|
:param _PriceInfo: 价格属性:该组件除单价、时长外的其他影响折扣定价的属性信息
|
628
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
629
570
|
:type PriceInfo: list of str
|
630
571
|
:param _Formula: 计算规则说明:特殊交易类型计费结算的详细计算说明,如退费及变配
|
631
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
632
572
|
:type Formula: str
|
633
573
|
:param _FormulaUrl: 计费规则:各产品详细的计费规则官网说明链接
|
634
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
635
574
|
:type FormulaUrl: str
|
636
575
|
:param _RealTotalMeasure: 原始用量/时长:组件被资源包抵扣前的原始用量
|
637
576
|
(目前仅实时音视频、弹性微服务、云呼叫中心及专属可用区产品支持该信息外显,其他产品尚在接入中)
|
638
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
639
577
|
:type RealTotalMeasure: str
|
640
578
|
:param _DeductedMeasure: 抵扣用量/时长(含资源包):组件被资源包抵扣的用量
|
641
579
|
(目前仅实时音视频、弹性微服务、云呼叫中心及专属可用区产品支持该信息外显,其他产品尚在接入中)
|
642
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
643
580
|
:type DeductedMeasure: str
|
644
581
|
:param _ComponentConfig: 配置描述:资源配置规格信息
|
645
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
646
582
|
:type ComponentConfig: str
|
647
583
|
:param _AllocationType: 费用归集类型:费用来源类型,分摊、归集、未分配
|
648
584
|
0 - 分摊
|
649
585
|
1 - 归集
|
650
586
|
2 - 未分配
|
651
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
652
587
|
:type AllocationType: int
|
653
588
|
:param _DiscountObject: 当前消费项的优惠对象,例如:官网折扣、用户折扣、活动折扣。
|
654
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
655
589
|
:type DiscountObject: str
|
656
590
|
:param _DiscountType: 当前消费项的优惠类型,例如:折扣、合同价。
|
657
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
658
591
|
:type DiscountType: str
|
659
592
|
:param _DiscountContent: 对优惠类型的补充描述,例如:商务折扣8折,则优惠类型为“折扣”,优惠内容为“0.8”。
|
660
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
661
593
|
:type DiscountContent: str
|
662
594
|
:param _SPDeduction: SPDeduction
|
663
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
664
595
|
:type SPDeduction: str
|
665
596
|
:param _SPDeductionRate: SPDeduction
|
666
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
667
597
|
:type SPDeductionRate: str
|
668
598
|
:param _BillMonth: 账单月
|
669
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
670
599
|
:type BillMonth: str
|
671
600
|
"""
|
672
601
|
self._TreeNodeUniqKey = None
|
@@ -745,7 +674,6 @@ class AllocationDetail(AbstractModel):
|
|
745
674
|
@property
|
746
675
|
def TreeNodeUniqKey(self):
|
747
676
|
"""分账单元唯一标识
|
748
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
749
677
|
:rtype: str
|
750
678
|
"""
|
751
679
|
return self._TreeNodeUniqKey
|
@@ -757,7 +685,6 @@ class AllocationDetail(AbstractModel):
|
|
757
685
|
@property
|
758
686
|
def TreeNodeUniqKeyName(self):
|
759
687
|
"""分账单元名称
|
760
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
761
688
|
:rtype: str
|
762
689
|
"""
|
763
690
|
return self._TreeNodeUniqKeyName
|
@@ -769,7 +696,6 @@ class AllocationDetail(AbstractModel):
|
|
769
696
|
@property
|
770
697
|
def BillDate(self):
|
771
698
|
"""日期:结算日期
|
772
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
773
699
|
:rtype: str
|
774
700
|
"""
|
775
701
|
return self._BillDate
|
@@ -781,7 +707,6 @@ class AllocationDetail(AbstractModel):
|
|
781
707
|
@property
|
782
708
|
def PayerUin(self):
|
783
709
|
"""支付者 UIN:支付者的账号 ID,账号 ID 是用户在腾讯云的唯一账号标识
|
784
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
785
710
|
:rtype: str
|
786
711
|
"""
|
787
712
|
return self._PayerUin
|
@@ -793,7 +718,6 @@ class AllocationDetail(AbstractModel):
|
|
793
718
|
@property
|
794
719
|
def OwnerUin(self):
|
795
720
|
"""使用者 UIN:实际使用资源的账号 ID
|
796
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
797
721
|
:rtype: str
|
798
722
|
"""
|
799
723
|
return self._OwnerUin
|
@@ -805,7 +729,6 @@ class AllocationDetail(AbstractModel):
|
|
805
729
|
@property
|
806
730
|
def OperateUin(self):
|
807
731
|
"""操作者 UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的ID或者角色 ID)
|
808
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
809
732
|
:rtype: str
|
810
733
|
"""
|
811
734
|
return self._OperateUin
|
@@ -817,7 +740,6 @@ class AllocationDetail(AbstractModel):
|
|
817
740
|
@property
|
818
741
|
def BusinessCode(self):
|
819
742
|
"""产品编码
|
820
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
821
743
|
:rtype: str
|
822
744
|
"""
|
823
745
|
return self._BusinessCode
|
@@ -829,7 +751,6 @@ class AllocationDetail(AbstractModel):
|
|
829
751
|
@property
|
830
752
|
def BusinessCodeName(self):
|
831
753
|
"""产品名称:用户所采购的各类云产品
|
832
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
833
754
|
:rtype: str
|
834
755
|
"""
|
835
756
|
return self._BusinessCodeName
|
@@ -841,7 +762,6 @@ class AllocationDetail(AbstractModel):
|
|
841
762
|
@property
|
842
763
|
def PayMode(self):
|
843
764
|
"""计费模式编码
|
844
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
845
765
|
:rtype: str
|
846
766
|
"""
|
847
767
|
return self._PayMode
|
@@ -853,7 +773,6 @@ class AllocationDetail(AbstractModel):
|
|
853
773
|
@property
|
854
774
|
def PayModeName(self):
|
855
775
|
"""计费模式:资源的计费模式,区分为包年包月和按量计费
|
856
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
857
776
|
:rtype: str
|
858
777
|
"""
|
859
778
|
return self._PayModeName
|
@@ -865,7 +784,6 @@ class AllocationDetail(AbstractModel):
|
|
865
784
|
@property
|
866
785
|
def ProjectId(self):
|
867
786
|
"""项目ID
|
868
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
869
787
|
:rtype: int
|
870
788
|
"""
|
871
789
|
return self._ProjectId
|
@@ -877,7 +795,6 @@ class AllocationDetail(AbstractModel):
|
|
877
795
|
@property
|
878
796
|
def ProjectName(self):
|
879
797
|
"""项目名称:资源归属的项目,用户在控制台给资源自主分配项目,未分配则是默认项目
|
880
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
881
798
|
:rtype: str
|
882
799
|
"""
|
883
800
|
return self._ProjectName
|
@@ -889,7 +806,6 @@ class AllocationDetail(AbstractModel):
|
|
889
806
|
@property
|
890
807
|
def RegionId(self):
|
891
808
|
"""地域ID
|
892
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
893
809
|
:rtype: int
|
894
810
|
"""
|
895
811
|
return self._RegionId
|
@@ -901,7 +817,6 @@ class AllocationDetail(AbstractModel):
|
|
901
817
|
@property
|
902
818
|
def RegionName(self):
|
903
819
|
"""地域名称:资源所属地域
|
904
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
905
820
|
:rtype: str
|
906
821
|
"""
|
907
822
|
return self._RegionName
|
@@ -913,7 +828,6 @@ class AllocationDetail(AbstractModel):
|
|
913
828
|
@property
|
914
829
|
def ZoneId(self):
|
915
830
|
"""可用区ID
|
916
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
917
831
|
:rtype: int
|
918
832
|
"""
|
919
833
|
return self._ZoneId
|
@@ -925,7 +839,6 @@ class AllocationDetail(AbstractModel):
|
|
925
839
|
@property
|
926
840
|
def ZoneName(self):
|
927
841
|
"""可用区:资源所属可用区
|
928
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
929
842
|
:rtype: str
|
930
843
|
"""
|
931
844
|
return self._ZoneName
|
@@ -937,7 +850,6 @@ class AllocationDetail(AbstractModel):
|
|
937
850
|
@property
|
938
851
|
def ResourceId(self):
|
939
852
|
"""资源ID:不同产品因资源形态不同,资源内容不完全相同,如云服务器 CVM 为对应的实例 ID; 若该产品被分拆,则展示产品分拆后的分拆项 ID,如 COS 桶 ID,CDN 域名
|
940
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
941
853
|
:rtype: str
|
942
854
|
"""
|
943
855
|
return self._ResourceId
|
@@ -949,7 +861,6 @@ class AllocationDetail(AbstractModel):
|
|
949
861
|
@property
|
950
862
|
def ResourceName(self):
|
951
863
|
"""实例名称:用户在控制台为资源设置的名称,如未设置默认为空;若该产品被分拆,则展示分拆产品分拆后的分拆项资源别名
|
952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
953
864
|
:rtype: str
|
954
865
|
"""
|
955
866
|
return self._ResourceName
|
@@ -961,7 +872,6 @@ class AllocationDetail(AbstractModel):
|
|
961
872
|
@property
|
962
873
|
def InstanceType(self):
|
963
874
|
"""实例类型编码
|
964
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
965
875
|
:rtype: str
|
966
876
|
"""
|
967
877
|
return self._InstanceType
|
@@ -973,7 +883,6 @@ class AllocationDetail(AbstractModel):
|
|
973
883
|
@property
|
974
884
|
def InstanceTypeName(self):
|
975
885
|
"""实例类型:购买的产品服务对应的实例类型,包括资源包、RI、SP、竞价实例。常规实例默认展示“-”
|
976
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
977
886
|
:rtype: str
|
978
887
|
"""
|
979
888
|
return self._InstanceTypeName
|
@@ -1017,7 +926,6 @@ class AllocationDetail(AbstractModel):
|
|
1017
926
|
@property
|
1018
927
|
def ProductCode(self):
|
1019
928
|
"""子产品编码
|
1020
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1021
929
|
:rtype: str
|
1022
930
|
"""
|
1023
931
|
return self._ProductCode
|
@@ -1029,7 +937,6 @@ class AllocationDetail(AbstractModel):
|
|
1029
937
|
@property
|
1030
938
|
def ProductCodeName(self):
|
1031
939
|
"""子产品名称:用户采购的具体产品细分类型
|
1032
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1033
940
|
:rtype: str
|
1034
941
|
"""
|
1035
942
|
return self._ProductCodeName
|
@@ -1041,7 +948,6 @@ class AllocationDetail(AbstractModel):
|
|
1041
948
|
@property
|
1042
949
|
def ActionType(self):
|
1043
950
|
"""交易类型编码
|
1044
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1045
951
|
:rtype: str
|
1046
952
|
"""
|
1047
953
|
return self._ActionType
|
@@ -1053,7 +959,6 @@ class AllocationDetail(AbstractModel):
|
|
1053
959
|
@property
|
1054
960
|
def ActionTypeName(self):
|
1055
961
|
"""交易类型:明细交易类型
|
1056
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1057
962
|
:rtype: str
|
1058
963
|
"""
|
1059
964
|
return self._ActionTypeName
|
@@ -1066,7 +971,6 @@ class AllocationDetail(AbstractModel):
|
|
1066
971
|
def OrderId(self):
|
1067
972
|
"""订单 ID:包年包月计费模式下订购的订单号
|
1068
973
|
|
1069
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1070
974
|
:rtype: str
|
1071
975
|
"""
|
1072
976
|
return self._OrderId
|
@@ -1078,7 +982,6 @@ class AllocationDetail(AbstractModel):
|
|
1078
982
|
@property
|
1079
983
|
def BillId(self):
|
1080
984
|
"""交易 ID:结算扣费单号
|
1081
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1082
985
|
:rtype: str
|
1083
986
|
"""
|
1084
987
|
return self._BillId
|
@@ -1090,7 +993,6 @@ class AllocationDetail(AbstractModel):
|
|
1090
993
|
@property
|
1091
994
|
def PayTime(self):
|
1092
995
|
"""扣费时间:结算扣费时间
|
1093
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1094
996
|
:rtype: str
|
1095
997
|
"""
|
1096
998
|
return self._PayTime
|
@@ -1102,7 +1004,6 @@ class AllocationDetail(AbstractModel):
|
|
1102
1004
|
@property
|
1103
1005
|
def FeeBeginTime(self):
|
1104
1006
|
"""开始使用时间:产品服务开始使用时间
|
1105
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1106
1007
|
:rtype: str
|
1107
1008
|
"""
|
1108
1009
|
return self._FeeBeginTime
|
@@ -1114,7 +1015,6 @@ class AllocationDetail(AbstractModel):
|
|
1114
1015
|
@property
|
1115
1016
|
def FeeEndTime(self):
|
1116
1017
|
"""结束使用时间:产品服务结束使用时间
|
1117
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1118
1018
|
:rtype: str
|
1119
1019
|
"""
|
1120
1020
|
return self._FeeEndTime
|
@@ -1126,7 +1026,6 @@ class AllocationDetail(AbstractModel):
|
|
1126
1026
|
@property
|
1127
1027
|
def ComponentCode(self):
|
1128
1028
|
"""组件类型编码
|
1129
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1130
1029
|
:rtype: str
|
1131
1030
|
"""
|
1132
1031
|
return self._ComponentCode
|
@@ -1138,7 +1037,6 @@ class AllocationDetail(AbstractModel):
|
|
1138
1037
|
@property
|
1139
1038
|
def ComponentCodeName(self):
|
1140
1039
|
"""组件类型:用户购买的产品或服务对应的组件大类
|
1141
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1142
1040
|
:rtype: str
|
1143
1041
|
"""
|
1144
1042
|
return self._ComponentCodeName
|
@@ -1150,7 +1048,6 @@ class AllocationDetail(AbstractModel):
|
|
1150
1048
|
@property
|
1151
1049
|
def SinglePrice(self):
|
1152
1050
|
"""组件刊例价:组件的官网原始单价(如客户享受一口价/合同价则默认不展示)
|
1153
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1154
1051
|
:rtype: str
|
1155
1052
|
"""
|
1156
1053
|
return self._SinglePrice
|
@@ -1162,7 +1059,6 @@ class AllocationDetail(AbstractModel):
|
|
1162
1059
|
@property
|
1163
1060
|
def ContractPrice(self):
|
1164
1061
|
"""组件单价:组件的折后单价,组件单价 = 刊例价 * 折扣
|
1165
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1166
1062
|
:rtype: str
|
1167
1063
|
"""
|
1168
1064
|
return self._ContractPrice
|
@@ -1174,7 +1070,6 @@ class AllocationDetail(AbstractModel):
|
|
1174
1070
|
@property
|
1175
1071
|
def SinglePriceUnit(self):
|
1176
1072
|
"""组件价格单位:组件价格的单位,单位构成:元/用量单位/时长单位
|
1177
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1178
1073
|
:rtype: str
|
1179
1074
|
"""
|
1180
1075
|
return self._SinglePriceUnit
|
@@ -1186,7 +1081,6 @@ class AllocationDetail(AbstractModel):
|
|
1186
1081
|
@property
|
1187
1082
|
def UsedAmount(self):
|
1188
1083
|
"""组件用量:该组件实际结算用量,组件用量=组件原始用量-抵扣用量(含资源包)
|
1189
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1190
1084
|
:rtype: str
|
1191
1085
|
"""
|
1192
1086
|
return self._UsedAmount
|
@@ -1198,7 +1092,6 @@ class AllocationDetail(AbstractModel):
|
|
1198
1092
|
@property
|
1199
1093
|
def UsedAmountUnit(self):
|
1200
1094
|
"""组件用量单位:组件用量对应的单位
|
1201
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1202
1095
|
:rtype: str
|
1203
1096
|
"""
|
1204
1097
|
return self._UsedAmountUnit
|
@@ -1210,7 +1103,6 @@ class AllocationDetail(AbstractModel):
|
|
1210
1103
|
@property
|
1211
1104
|
def TimeSpan(self):
|
1212
1105
|
"""使用时长:资源使用的时长,组件用量=组件原始使用时长-抵扣时长(含资源包)
|
1213
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1214
1106
|
:rtype: str
|
1215
1107
|
"""
|
1216
1108
|
return self._TimeSpan
|
@@ -1222,7 +1114,6 @@ class AllocationDetail(AbstractModel):
|
|
1222
1114
|
@property
|
1223
1115
|
def TimeUnit(self):
|
1224
1116
|
"""时长单位:资源使用时长的单位
|
1225
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1226
1117
|
:rtype: str
|
1227
1118
|
"""
|
1228
1119
|
return self._TimeUnit
|
@@ -1234,7 +1125,6 @@ class AllocationDetail(AbstractModel):
|
|
1234
1125
|
@property
|
1235
1126
|
def ReserveDetail(self):
|
1236
1127
|
"""备注属性(实例配置):其他备注信息,如预留实例的预留实例类型和交易类型、CCN 产品的两端地域信息
|
1237
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1238
1128
|
:rtype: str
|
1239
1129
|
"""
|
1240
1130
|
return self._ReserveDetail
|
@@ -1246,7 +1136,6 @@ class AllocationDetail(AbstractModel):
|
|
1246
1136
|
@property
|
1247
1137
|
def SplitRatio(self):
|
1248
1138
|
"""分拆项用量/时长占比:分拆项用量(时长)占比,分拆项用量(时长)/ 拆分前合计用量(时长)
|
1249
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1250
1139
|
:rtype: str
|
1251
1140
|
"""
|
1252
1141
|
return self._SplitRatio
|
@@ -1258,7 +1147,6 @@ class AllocationDetail(AbstractModel):
|
|
1258
1147
|
@property
|
1259
1148
|
def TotalCost(self):
|
1260
1149
|
"""组件原价:原价 = 组件刊例价 * 组件用量 * 使用时长(如客户享受一口价/合同价则默认不展示,退费类场景也默认不展示),指定价模式
|
1261
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1262
1150
|
:rtype: str
|
1263
1151
|
"""
|
1264
1152
|
return self._TotalCost
|
@@ -1270,7 +1158,6 @@ class AllocationDetail(AbstractModel):
|
|
1270
1158
|
@property
|
1271
1159
|
def RITimeSpan(self):
|
1272
1160
|
"""预留实例抵扣时长:本产品或服务使用预留实例抵扣的使用时长
|
1273
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1274
1161
|
:rtype: str
|
1275
1162
|
"""
|
1276
1163
|
return self._RITimeSpan
|
@@ -1282,7 +1169,6 @@ class AllocationDetail(AbstractModel):
|
|
1282
1169
|
@property
|
1283
1170
|
def RICost(self):
|
1284
1171
|
"""预留实例抵扣原价:本产品或服务使用预留实例抵扣的组件原价金额
|
1285
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1286
1172
|
:rtype: str
|
1287
1173
|
"""
|
1288
1174
|
return self._RICost
|
@@ -1294,7 +1180,6 @@ class AllocationDetail(AbstractModel):
|
|
1294
1180
|
@property
|
1295
1181
|
def SPCost(self):
|
1296
1182
|
"""节省计划抵扣原价:节省计划抵扣原价 = 节省计划包抵扣面值 / 节省计划抵扣率
|
1297
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1298
1183
|
:rtype: str
|
1299
1184
|
"""
|
1300
1185
|
return self._SPCost
|
@@ -1306,7 +1191,6 @@ class AllocationDetail(AbstractModel):
|
|
1306
1191
|
@property
|
1307
1192
|
def Discount(self):
|
1308
1193
|
"""折扣率:本资源享受的折扣率(如客户享受一口价/合同价则默认不展示,退费场景也默认不展示)
|
1309
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1310
1194
|
:rtype: str
|
1311
1195
|
"""
|
1312
1196
|
return self._Discount
|
@@ -1318,7 +1202,6 @@ class AllocationDetail(AbstractModel):
|
|
1318
1202
|
@property
|
1319
1203
|
def BlendedDiscount(self):
|
1320
1204
|
"""混合折扣率:综合各类折扣抵扣信息后的最终折扣率,混合折扣率=优惠后总价/原价
|
1321
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1322
1205
|
:rtype: str
|
1323
1206
|
"""
|
1324
1207
|
return self._BlendedDiscount
|
@@ -1330,7 +1213,6 @@ class AllocationDetail(AbstractModel):
|
|
1330
1213
|
@property
|
1331
1214
|
def RealTotalCost(self):
|
1332
1215
|
"""优惠后总价:优惠后总价 =(原价 - 预留实例抵扣原价 - 节省计划抵扣原价)* 折扣率
|
1333
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1334
1216
|
:rtype: str
|
1335
1217
|
"""
|
1336
1218
|
return self._RealTotalCost
|
@@ -1342,7 +1224,6 @@ class AllocationDetail(AbstractModel):
|
|
1342
1224
|
@property
|
1343
1225
|
def CashPayAmount(self):
|
1344
1226
|
"""现金账户支出(元):通过现金账户支付的金额
|
1345
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1346
1227
|
:rtype: str
|
1347
1228
|
"""
|
1348
1229
|
return self._CashPayAmount
|
@@ -1354,7 +1235,6 @@ class AllocationDetail(AbstractModel):
|
|
1354
1235
|
@property
|
1355
1236
|
def VoucherPayAmount(self):
|
1356
1237
|
"""代金券支出(元):使用各类优惠券(如代金券、现金券等)支付的金额
|
1357
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1358
1238
|
:rtype: str
|
1359
1239
|
"""
|
1360
1240
|
return self._VoucherPayAmount
|
@@ -1366,7 +1246,6 @@ class AllocationDetail(AbstractModel):
|
|
1366
1246
|
@property
|
1367
1247
|
def IncentivePayAmount(self):
|
1368
1248
|
"""赠送账户支出(元):使用赠送金支付的金额
|
1369
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1370
1249
|
:rtype: str
|
1371
1250
|
"""
|
1372
1251
|
return self._IncentivePayAmount
|
@@ -1378,7 +1257,6 @@ class AllocationDetail(AbstractModel):
|
|
1378
1257
|
@property
|
1379
1258
|
def TransferPayAmount(self):
|
1380
1259
|
"""分成账户支出(元):通过分成金账户支付的金额
|
1381
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1382
1260
|
:rtype: str
|
1383
1261
|
"""
|
1384
1262
|
return self._TransferPayAmount
|
@@ -1390,7 +1268,6 @@ class AllocationDetail(AbstractModel):
|
|
1390
1268
|
@property
|
1391
1269
|
def Tag(self):
|
1392
1270
|
"""分账标签:资源绑定的标签
|
1393
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1394
1271
|
:rtype: list of BillTag
|
1395
1272
|
"""
|
1396
1273
|
return self._Tag
|
@@ -1402,7 +1279,6 @@ class AllocationDetail(AbstractModel):
|
|
1402
1279
|
@property
|
1403
1280
|
def RegionType(self):
|
1404
1281
|
"""国内国际编码
|
1405
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1406
1282
|
:rtype: str
|
1407
1283
|
"""
|
1408
1284
|
return self._RegionType
|
@@ -1414,7 +1290,6 @@ class AllocationDetail(AbstractModel):
|
|
1414
1290
|
@property
|
1415
1291
|
def RegionTypeName(self):
|
1416
1292
|
"""国内国际:资源所属区域类型(国内、国际)
|
1417
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1418
1293
|
:rtype: str
|
1419
1294
|
"""
|
1420
1295
|
return self._RegionTypeName
|
@@ -1426,7 +1301,6 @@ class AllocationDetail(AbstractModel):
|
|
1426
1301
|
@property
|
1427
1302
|
def ItemCode(self):
|
1428
1303
|
"""组件名称编码
|
1429
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1430
1304
|
:rtype: str
|
1431
1305
|
"""
|
1432
1306
|
return self._ItemCode
|
@@ -1438,7 +1312,6 @@ class AllocationDetail(AbstractModel):
|
|
1438
1312
|
@property
|
1439
1313
|
def ItemCodeName(self):
|
1440
1314
|
"""组件名称:用户购买的产品或服务,所包含的具体组件
|
1441
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1442
1315
|
:rtype: str
|
1443
1316
|
"""
|
1444
1317
|
return self._ItemCodeName
|
@@ -1461,7 +1334,6 @@ class AllocationDetail(AbstractModel):
|
|
1461
1334
|
@property
|
1462
1335
|
def PriceInfo(self):
|
1463
1336
|
"""价格属性:该组件除单价、时长外的其他影响折扣定价的属性信息
|
1464
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1465
1337
|
:rtype: list of str
|
1466
1338
|
"""
|
1467
1339
|
return self._PriceInfo
|
@@ -1473,7 +1345,6 @@ class AllocationDetail(AbstractModel):
|
|
1473
1345
|
@property
|
1474
1346
|
def Formula(self):
|
1475
1347
|
"""计算规则说明:特殊交易类型计费结算的详细计算说明,如退费及变配
|
1476
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1477
1348
|
:rtype: str
|
1478
1349
|
"""
|
1479
1350
|
return self._Formula
|
@@ -1485,7 +1356,6 @@ class AllocationDetail(AbstractModel):
|
|
1485
1356
|
@property
|
1486
1357
|
def FormulaUrl(self):
|
1487
1358
|
"""计费规则:各产品详细的计费规则官网说明链接
|
1488
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1489
1359
|
:rtype: str
|
1490
1360
|
"""
|
1491
1361
|
return self._FormulaUrl
|
@@ -1498,7 +1368,6 @@ class AllocationDetail(AbstractModel):
|
|
1498
1368
|
def RealTotalMeasure(self):
|
1499
1369
|
"""原始用量/时长:组件被资源包抵扣前的原始用量
|
1500
1370
|
(目前仅实时音视频、弹性微服务、云呼叫中心及专属可用区产品支持该信息外显,其他产品尚在接入中)
|
1501
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1502
1371
|
:rtype: str
|
1503
1372
|
"""
|
1504
1373
|
return self._RealTotalMeasure
|
@@ -1511,7 +1380,6 @@ class AllocationDetail(AbstractModel):
|
|
1511
1380
|
def DeductedMeasure(self):
|
1512
1381
|
"""抵扣用量/时长(含资源包):组件被资源包抵扣的用量
|
1513
1382
|
(目前仅实时音视频、弹性微服务、云呼叫中心及专属可用区产品支持该信息外显,其他产品尚在接入中)
|
1514
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1515
1383
|
:rtype: str
|
1516
1384
|
"""
|
1517
1385
|
return self._DeductedMeasure
|
@@ -1523,7 +1391,6 @@ class AllocationDetail(AbstractModel):
|
|
1523
1391
|
@property
|
1524
1392
|
def ComponentConfig(self):
|
1525
1393
|
"""配置描述:资源配置规格信息
|
1526
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1527
1394
|
:rtype: str
|
1528
1395
|
"""
|
1529
1396
|
return self._ComponentConfig
|
@@ -1538,7 +1405,6 @@ class AllocationDetail(AbstractModel):
|
|
1538
1405
|
0 - 分摊
|
1539
1406
|
1 - 归集
|
1540
1407
|
2 - 未分配
|
1541
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1542
1408
|
:rtype: int
|
1543
1409
|
"""
|
1544
1410
|
return self._AllocationType
|
@@ -1550,7 +1416,6 @@ class AllocationDetail(AbstractModel):
|
|
1550
1416
|
@property
|
1551
1417
|
def DiscountObject(self):
|
1552
1418
|
"""当前消费项的优惠对象,例如:官网折扣、用户折扣、活动折扣。
|
1553
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1554
1419
|
:rtype: str
|
1555
1420
|
"""
|
1556
1421
|
return self._DiscountObject
|
@@ -1562,7 +1427,6 @@ class AllocationDetail(AbstractModel):
|
|
1562
1427
|
@property
|
1563
1428
|
def DiscountType(self):
|
1564
1429
|
"""当前消费项的优惠类型,例如:折扣、合同价。
|
1565
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1566
1430
|
:rtype: str
|
1567
1431
|
"""
|
1568
1432
|
return self._DiscountType
|
@@ -1574,7 +1438,6 @@ class AllocationDetail(AbstractModel):
|
|
1574
1438
|
@property
|
1575
1439
|
def DiscountContent(self):
|
1576
1440
|
"""对优惠类型的补充描述,例如:商务折扣8折,则优惠类型为“折扣”,优惠内容为“0.8”。
|
1577
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1578
1441
|
:rtype: str
|
1579
1442
|
"""
|
1580
1443
|
return self._DiscountContent
|
@@ -1586,7 +1449,6 @@ class AllocationDetail(AbstractModel):
|
|
1586
1449
|
@property
|
1587
1450
|
def SPDeduction(self):
|
1588
1451
|
"""SPDeduction
|
1589
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1590
1452
|
:rtype: str
|
1591
1453
|
"""
|
1592
1454
|
return self._SPDeduction
|
@@ -1598,7 +1460,6 @@ class AllocationDetail(AbstractModel):
|
|
1598
1460
|
@property
|
1599
1461
|
def SPDeductionRate(self):
|
1600
1462
|
"""SPDeduction
|
1601
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1602
1463
|
:rtype: str
|
1603
1464
|
"""
|
1604
1465
|
return self._SPDeductionRate
|
@@ -1610,7 +1471,6 @@ class AllocationDetail(AbstractModel):
|
|
1610
1471
|
@property
|
1611
1472
|
def BillMonth(self):
|
1612
1473
|
"""账单月
|
1613
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1614
1474
|
:rtype: str
|
1615
1475
|
"""
|
1616
1476
|
return self._BillMonth
|
@@ -2587,10 +2447,8 @@ class AllocationRule(AbstractModel):
|
|
2587
2447
|
def __init__(self):
|
2588
2448
|
r"""
|
2589
2449
|
:param _RuleId: 公摊规则ID
|
2590
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2591
2450
|
:type RuleId: int
|
2592
2451
|
:param _RuleName: 公摊规则名称
|
2593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2594
2452
|
:type RuleName: str
|
2595
2453
|
"""
|
2596
2454
|
self._RuleId = None
|
@@ -2599,7 +2457,6 @@ class AllocationRule(AbstractModel):
|
|
2599
2457
|
@property
|
2600
2458
|
def RuleId(self):
|
2601
2459
|
"""公摊规则ID
|
2602
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2603
2460
|
:rtype: int
|
2604
2461
|
"""
|
2605
2462
|
return self._RuleId
|
@@ -2611,7 +2468,6 @@ class AllocationRule(AbstractModel):
|
|
2611
2468
|
@property
|
2612
2469
|
def RuleName(self):
|
2613
2470
|
"""公摊规则名称
|
2614
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2615
2471
|
:rtype: str
|
2616
2472
|
"""
|
2617
2473
|
return self._RuleName
|
@@ -4946,10 +4802,8 @@ class AllocationTreeNode(AbstractModel):
|
|
4946
4802
|
def __init__(self):
|
4947
4803
|
r"""
|
4948
4804
|
:param _TreeNodeUniqKey: 分账单元唯一标识
|
4949
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4950
4805
|
:type TreeNodeUniqKey: str
|
4951
4806
|
:param _TreeNodeUniqKeyName: 分账单元名称
|
4952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4953
4807
|
:type TreeNodeUniqKeyName: str
|
4954
4808
|
"""
|
4955
4809
|
self._TreeNodeUniqKey = None
|
@@ -4958,7 +4812,6 @@ class AllocationTreeNode(AbstractModel):
|
|
4958
4812
|
@property
|
4959
4813
|
def TreeNodeUniqKey(self):
|
4960
4814
|
"""分账单元唯一标识
|
4961
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4962
4815
|
:rtype: str
|
4963
4816
|
"""
|
4964
4817
|
return self._TreeNodeUniqKey
|
@@ -4970,7 +4823,6 @@ class AllocationTreeNode(AbstractModel):
|
|
4970
4823
|
@property
|
4971
4824
|
def TreeNodeUniqKeyName(self):
|
4972
4825
|
"""分账单元名称
|
4973
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4974
4826
|
:rtype: str
|
4975
4827
|
"""
|
4976
4828
|
return self._TreeNodeUniqKeyName
|
@@ -6081,10 +5933,8 @@ class BillActionType(AbstractModel):
|
|
6081
5933
|
def __init__(self):
|
6082
5934
|
r"""
|
6083
5935
|
:param _ActionType: 交易类型编码
|
6084
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6085
5936
|
:type ActionType: str
|
6086
5937
|
:param _ActionTypeName: 交易类型:明细交易类型
|
6087
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6088
5938
|
:type ActionTypeName: str
|
6089
5939
|
"""
|
6090
5940
|
self._ActionType = None
|
@@ -6093,7 +5943,6 @@ class BillActionType(AbstractModel):
|
|
6093
5943
|
@property
|
6094
5944
|
def ActionType(self):
|
6095
5945
|
"""交易类型编码
|
6096
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6097
5946
|
:rtype: str
|
6098
5947
|
"""
|
6099
5948
|
return self._ActionType
|
@@ -6105,7 +5954,6 @@ class BillActionType(AbstractModel):
|
|
6105
5954
|
@property
|
6106
5955
|
def ActionTypeName(self):
|
6107
5956
|
"""交易类型:明细交易类型
|
6108
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6109
5957
|
:rtype: str
|
6110
5958
|
"""
|
6111
5959
|
return self._ActionTypeName
|
@@ -6315,7 +6163,6 @@ class BillDays(AbstractModel):
|
|
6315
6163
|
def __init__(self):
|
6316
6164
|
r"""
|
6317
6165
|
:param _BillDay: 日期:结算日期
|
6318
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6319
6166
|
:type BillDay: str
|
6320
6167
|
"""
|
6321
6168
|
self._BillDay = None
|
@@ -6323,7 +6170,6 @@ class BillDays(AbstractModel):
|
|
6323
6170
|
@property
|
6324
6171
|
def BillDay(self):
|
6325
6172
|
"""日期:结算日期
|
6326
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6327
6173
|
:rtype: str
|
6328
6174
|
"""
|
6329
6175
|
return self._BillDay
|
@@ -7635,7 +7481,6 @@ class BillDistributionResourceSummary(AbstractModel):
|
|
7635
7481
|
:param _IncentivePayAmount: 赠送账户支出:使用赠送金支付的金额
|
7636
7482
|
:type IncentivePayAmount: str
|
7637
7483
|
:param _TransferPayAmount: 分成金账户支出:通过分成金账户支付的金额
|
7638
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7639
7484
|
:type TransferPayAmount: str
|
7640
7485
|
:param _ExtendField3: 扩展字段3:产品对应的扩展属性信息,仅在资源账单体现
|
7641
7486
|
:type ExtendField3: str
|
@@ -7644,7 +7489,6 @@ class BillDistributionResourceSummary(AbstractModel):
|
|
7644
7489
|
:param _ExtendField5: 扩展字段5:产品对应的扩展属性信息,仅在资源账单体现
|
7645
7490
|
:type ExtendField5: str
|
7646
7491
|
:param _Tags: 标签信息
|
7647
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7648
7492
|
:type Tags: list of BillTagInfo
|
7649
7493
|
:param _OwnerUin: 使用者UIN:实际使用资源的账号 ID
|
7650
7494
|
:type OwnerUin: str
|
@@ -7665,7 +7509,6 @@ class BillDistributionResourceSummary(AbstractModel):
|
|
7665
7509
|
:param _OriginalCostWithSP: 节省计划抵扣组件原价:节省计划抵扣原价=节省计划包抵扣金额/节省计划抵扣率
|
7666
7510
|
:type OriginalCostWithSP: str
|
7667
7511
|
:param _BillMonth: 账单归属月
|
7668
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7669
7512
|
:type BillMonth: str
|
7670
7513
|
"""
|
7671
7514
|
self._BusinessCodeName = None
|
@@ -7963,7 +7806,6 @@ class BillDistributionResourceSummary(AbstractModel):
|
|
7963
7806
|
@property
|
7964
7807
|
def TransferPayAmount(self):
|
7965
7808
|
"""分成金账户支出:通过分成金账户支付的金额
|
7966
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7967
7809
|
:rtype: str
|
7968
7810
|
"""
|
7969
7811
|
return self._TransferPayAmount
|
@@ -8008,7 +7850,6 @@ class BillDistributionResourceSummary(AbstractModel):
|
|
8008
7850
|
@property
|
8009
7851
|
def Tags(self):
|
8010
7852
|
"""标签信息
|
8011
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8012
7853
|
:rtype: list of BillTagInfo
|
8013
7854
|
"""
|
8014
7855
|
return self._Tags
|
@@ -8123,7 +7964,6 @@ class BillDistributionResourceSummary(AbstractModel):
|
|
8123
7964
|
@property
|
8124
7965
|
def BillMonth(self):
|
8125
7966
|
"""账单归属月
|
8126
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8127
7967
|
:rtype: str
|
8128
7968
|
"""
|
8129
7969
|
return self._BillMonth
|
@@ -8420,10 +8260,8 @@ class BillProduct(AbstractModel):
|
|
8420
8260
|
def __init__(self):
|
8421
8261
|
r"""
|
8422
8262
|
:param _ProductCode: 子产品编码
|
8423
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8424
8263
|
:type ProductCode: str
|
8425
8264
|
:param _ProductCodeName: 子产品名称:用户采购的具体产品细分类型
|
8426
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8427
8265
|
:type ProductCodeName: str
|
8428
8266
|
"""
|
8429
8267
|
self._ProductCode = None
|
@@ -8432,7 +8270,6 @@ class BillProduct(AbstractModel):
|
|
8432
8270
|
@property
|
8433
8271
|
def ProductCode(self):
|
8434
8272
|
"""子产品编码
|
8435
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8436
8273
|
:rtype: str
|
8437
8274
|
"""
|
8438
8275
|
return self._ProductCode
|
@@ -8444,7 +8281,6 @@ class BillProduct(AbstractModel):
|
|
8444
8281
|
@property
|
8445
8282
|
def ProductCodeName(self):
|
8446
8283
|
"""子产品名称:用户采购的具体产品细分类型
|
8447
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8448
8284
|
:rtype: str
|
8449
8285
|
"""
|
8450
8286
|
return self._ProductCodeName
|
@@ -8475,13 +8311,10 @@ class BillProductLink(AbstractModel):
|
|
8475
8311
|
def __init__(self):
|
8476
8312
|
r"""
|
8477
8313
|
:param _ProductCode: 子产品编码
|
8478
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8479
8314
|
:type ProductCode: str
|
8480
8315
|
:param _ProductCodeName: 子产品名称
|
8481
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8482
8316
|
:type ProductCodeName: str
|
8483
8317
|
:param _Children: 组件名称
|
8484
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8485
8318
|
:type Children: list of BillItem
|
8486
8319
|
"""
|
8487
8320
|
self._ProductCode = None
|
@@ -8491,7 +8324,6 @@ class BillProductLink(AbstractModel):
|
|
8491
8324
|
@property
|
8492
8325
|
def ProductCode(self):
|
8493
8326
|
"""子产品编码
|
8494
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8495
8327
|
:rtype: str
|
8496
8328
|
"""
|
8497
8329
|
return self._ProductCode
|
@@ -8503,7 +8335,6 @@ class BillProductLink(AbstractModel):
|
|
8503
8335
|
@property
|
8504
8336
|
def ProductCodeName(self):
|
8505
8337
|
"""子产品名称
|
8506
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8507
8338
|
:rtype: str
|
8508
8339
|
"""
|
8509
8340
|
return self._ProductCodeName
|
@@ -8515,7 +8346,6 @@ class BillProductLink(AbstractModel):
|
|
8515
8346
|
@property
|
8516
8347
|
def Children(self):
|
8517
8348
|
"""组件名称
|
8518
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8519
8349
|
:rtype: list of BillItem
|
8520
8350
|
"""
|
8521
8351
|
return self._Children
|
@@ -8700,7 +8530,6 @@ class BillResourceSummary(AbstractModel):
|
|
8700
8530
|
:param _IncentivePayAmount: 赠送账户支出:使用赠送金支付的金额
|
8701
8531
|
:type IncentivePayAmount: str
|
8702
8532
|
:param _TransferPayAmount: 分成金账户支出:通过分成金账户支付的金额
|
8703
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8704
8533
|
:type TransferPayAmount: str
|
8705
8534
|
:param _ExtendField3: 扩展字段3:产品对应的扩展属性信息,仅在资源账单体现
|
8706
8535
|
:type ExtendField3: str
|
@@ -8709,7 +8538,6 @@ class BillResourceSummary(AbstractModel):
|
|
8709
8538
|
:param _ExtendField5: 扩展字段5:产品对应的扩展属性信息,仅在资源账单体现
|
8710
8539
|
:type ExtendField5: str
|
8711
8540
|
:param _Tags: 标签信息
|
8712
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8713
8541
|
:type Tags: list of BillTagInfo
|
8714
8542
|
:param _PayerUin: 支付者UIN:支付者的账号 ID,账号 ID 是用户在腾讯云的唯一账号标识
|
8715
8543
|
:type PayerUin: str
|
@@ -8732,7 +8560,6 @@ class BillResourceSummary(AbstractModel):
|
|
8732
8560
|
:param _OriginalCostWithSP: 节省计划抵扣组件原价:节省计划抵扣原价=节省计划包抵扣金额/节省计划抵扣率
|
8733
8561
|
:type OriginalCostWithSP: str
|
8734
8562
|
:param _BillMonth: 账单归属月
|
8735
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8736
8563
|
:type BillMonth: str
|
8737
8564
|
"""
|
8738
8565
|
self._BusinessCodeName = None
|
@@ -9031,7 +8858,6 @@ class BillResourceSummary(AbstractModel):
|
|
9031
8858
|
@property
|
9032
8859
|
def TransferPayAmount(self):
|
9033
8860
|
"""分成金账户支出:通过分成金账户支付的金额
|
9034
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9035
8861
|
:rtype: str
|
9036
8862
|
"""
|
9037
8863
|
return self._TransferPayAmount
|
@@ -9076,7 +8902,6 @@ class BillResourceSummary(AbstractModel):
|
|
9076
8902
|
@property
|
9077
8903
|
def Tags(self):
|
9078
8904
|
"""标签信息
|
9079
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9080
8905
|
:rtype: list of BillTagInfo
|
9081
8906
|
"""
|
9082
8907
|
return self._Tags
|
@@ -9202,7 +9027,6 @@ class BillResourceSummary(AbstractModel):
|
|
9202
9027
|
@property
|
9203
9028
|
def BillMonth(self):
|
9204
9029
|
"""账单归属月
|
9205
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9206
9030
|
:rtype: str
|
9207
9031
|
"""
|
9208
9032
|
return self._BillMonth
|
@@ -10717,16 +10541,12 @@ class ConsumptionProjectSummaryDataItem(AbstractModel):
|
|
10717
10541
|
:param _Business: 产品消耗详情
|
10718
10542
|
:type Business: list of ConsumptionBusinessSummaryDataItem
|
10719
10543
|
:param _CashPayAmount: 现金
|
10720
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10721
10544
|
:type CashPayAmount: str
|
10722
10545
|
:param _IncentivePayAmount: 赠送金
|
10723
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10724
10546
|
:type IncentivePayAmount: str
|
10725
10547
|
:param _VoucherPayAmount: 代金券
|
10726
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10727
10548
|
:type VoucherPayAmount: str
|
10728
10549
|
:param _TransferPayAmount: 分成金
|
10729
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10730
10550
|
:type TransferPayAmount: str
|
10731
10551
|
"""
|
10732
10552
|
self._ProjectId = None
|
@@ -10797,7 +10617,6 @@ class ConsumptionProjectSummaryDataItem(AbstractModel):
|
|
10797
10617
|
@property
|
10798
10618
|
def CashPayAmount(self):
|
10799
10619
|
"""现金
|
10800
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10801
10620
|
:rtype: str
|
10802
10621
|
"""
|
10803
10622
|
return self._CashPayAmount
|
@@ -10809,7 +10628,6 @@ class ConsumptionProjectSummaryDataItem(AbstractModel):
|
|
10809
10628
|
@property
|
10810
10629
|
def IncentivePayAmount(self):
|
10811
10630
|
"""赠送金
|
10812
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10813
10631
|
:rtype: str
|
10814
10632
|
"""
|
10815
10633
|
return self._IncentivePayAmount
|
@@ -10821,7 +10639,6 @@ class ConsumptionProjectSummaryDataItem(AbstractModel):
|
|
10821
10639
|
@property
|
10822
10640
|
def VoucherPayAmount(self):
|
10823
10641
|
"""代金券
|
10824
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10825
10642
|
:rtype: str
|
10826
10643
|
"""
|
10827
10644
|
return self._VoucherPayAmount
|
@@ -10833,7 +10650,6 @@ class ConsumptionProjectSummaryDataItem(AbstractModel):
|
|
10833
10650
|
@property
|
10834
10651
|
def TransferPayAmount(self):
|
10835
10652
|
"""分成金
|
10836
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10837
10653
|
:rtype: str
|
10838
10654
|
"""
|
10839
10655
|
return self._TransferPayAmount
|
@@ -19603,7 +19419,6 @@ class DescribeCostDetailResponse(AbstractModel):
|
|
19603
19419
|
def __init__(self):
|
19604
19420
|
r"""
|
19605
19421
|
:param _DetailSet: 消耗明细
|
19606
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19607
19422
|
:type DetailSet: list of CostDetail
|
19608
19423
|
:param _Total: 记录数
|
19609
19424
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -19618,7 +19433,6 @@ class DescribeCostDetailResponse(AbstractModel):
|
|
19618
19433
|
@property
|
19619
19434
|
def DetailSet(self):
|
19620
19435
|
"""消耗明细
|
19621
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19622
19436
|
:rtype: list of CostDetail
|
19623
19437
|
"""
|
19624
19438
|
return self._DetailSet
|
@@ -25347,7 +25161,6 @@ class RegionSummaryOverviewItem(AbstractModel):
|
|
25347
25161
|
def __init__(self):
|
25348
25162
|
r"""
|
25349
25163
|
:param _RegionId: 地域ID
|
25350
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25351
25164
|
:type RegionId: str
|
25352
25165
|
:param _RegionName: 地域名称:资源所属地域,例如华南地区(广州)
|
25353
25166
|
:type RegionName: str
|
@@ -25382,7 +25195,6 @@ class RegionSummaryOverviewItem(AbstractModel):
|
|
25382
25195
|
@property
|
25383
25196
|
def RegionId(self):
|
25384
25197
|
"""地域ID
|
25385
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25386
25198
|
:rtype: str
|
25387
25199
|
"""
|
25388
25200
|
return self._RegionId
|
@@ -25544,6 +25356,18 @@ class SavingPlanCoverageDetail(AbstractModel):
|
|
25544
25356
|
:type ExpectedAmount: float
|
25545
25357
|
:param _SpCoverage: 覆盖率结果,取值[0, 100]
|
25546
25358
|
:type SpCoverage: float
|
25359
|
+
:param _PayerUinName: 支付者昵称
|
25360
|
+
:type PayerUinName: str
|
25361
|
+
:param _OwnerUinName: 使用者昵称
|
25362
|
+
:type OwnerUinName: str
|
25363
|
+
:param _PayerUin: 支付者uin
|
25364
|
+
:type PayerUin: str
|
25365
|
+
:param _SubBillingItemName: 计费项名称
|
25366
|
+
:type SubBillingItemName: str
|
25367
|
+
:param _BillingItemName: 计费细项名称
|
25368
|
+
:type BillingItemName: str
|
25369
|
+
:param _SubProductName: 子产品名称
|
25370
|
+
:type SubProductName: str
|
25547
25371
|
"""
|
25548
25372
|
self._ResourceId = None
|
25549
25373
|
self._RegionId = None
|
@@ -25556,6 +25380,12 @@ class SavingPlanCoverageDetail(AbstractModel):
|
|
25556
25380
|
self._TotalRealAmount = None
|
25557
25381
|
self._ExpectedAmount = None
|
25558
25382
|
self._SpCoverage = None
|
25383
|
+
self._PayerUinName = None
|
25384
|
+
self._OwnerUinName = None
|
25385
|
+
self._PayerUin = None
|
25386
|
+
self._SubBillingItemName = None
|
25387
|
+
self._BillingItemName = None
|
25388
|
+
self._SubProductName = None
|
25559
25389
|
|
25560
25390
|
@property
|
25561
25391
|
def ResourceId(self):
|
@@ -25681,6 +25511,72 @@ class SavingPlanCoverageDetail(AbstractModel):
|
|
25681
25511
|
def SpCoverage(self, SpCoverage):
|
25682
25512
|
self._SpCoverage = SpCoverage
|
25683
25513
|
|
25514
|
+
@property
|
25515
|
+
def PayerUinName(self):
|
25516
|
+
"""支付者昵称
|
25517
|
+
:rtype: str
|
25518
|
+
"""
|
25519
|
+
return self._PayerUinName
|
25520
|
+
|
25521
|
+
@PayerUinName.setter
|
25522
|
+
def PayerUinName(self, PayerUinName):
|
25523
|
+
self._PayerUinName = PayerUinName
|
25524
|
+
|
25525
|
+
@property
|
25526
|
+
def OwnerUinName(self):
|
25527
|
+
"""使用者昵称
|
25528
|
+
:rtype: str
|
25529
|
+
"""
|
25530
|
+
return self._OwnerUinName
|
25531
|
+
|
25532
|
+
@OwnerUinName.setter
|
25533
|
+
def OwnerUinName(self, OwnerUinName):
|
25534
|
+
self._OwnerUinName = OwnerUinName
|
25535
|
+
|
25536
|
+
@property
|
25537
|
+
def PayerUin(self):
|
25538
|
+
"""支付者uin
|
25539
|
+
:rtype: str
|
25540
|
+
"""
|
25541
|
+
return self._PayerUin
|
25542
|
+
|
25543
|
+
@PayerUin.setter
|
25544
|
+
def PayerUin(self, PayerUin):
|
25545
|
+
self._PayerUin = PayerUin
|
25546
|
+
|
25547
|
+
@property
|
25548
|
+
def SubBillingItemName(self):
|
25549
|
+
"""计费项名称
|
25550
|
+
:rtype: str
|
25551
|
+
"""
|
25552
|
+
return self._SubBillingItemName
|
25553
|
+
|
25554
|
+
@SubBillingItemName.setter
|
25555
|
+
def SubBillingItemName(self, SubBillingItemName):
|
25556
|
+
self._SubBillingItemName = SubBillingItemName
|
25557
|
+
|
25558
|
+
@property
|
25559
|
+
def BillingItemName(self):
|
25560
|
+
"""计费细项名称
|
25561
|
+
:rtype: str
|
25562
|
+
"""
|
25563
|
+
return self._BillingItemName
|
25564
|
+
|
25565
|
+
@BillingItemName.setter
|
25566
|
+
def BillingItemName(self, BillingItemName):
|
25567
|
+
self._BillingItemName = BillingItemName
|
25568
|
+
|
25569
|
+
@property
|
25570
|
+
def SubProductName(self):
|
25571
|
+
"""子产品名称
|
25572
|
+
:rtype: str
|
25573
|
+
"""
|
25574
|
+
return self._SubProductName
|
25575
|
+
|
25576
|
+
@SubProductName.setter
|
25577
|
+
def SubProductName(self, SubProductName):
|
25578
|
+
self._SubProductName = SubProductName
|
25579
|
+
|
25684
25580
|
|
25685
25581
|
def _deserialize(self, params):
|
25686
25582
|
self._ResourceId = params.get("ResourceId")
|
@@ -25694,6 +25590,12 @@ class SavingPlanCoverageDetail(AbstractModel):
|
|
25694
25590
|
self._TotalRealAmount = params.get("TotalRealAmount")
|
25695
25591
|
self._ExpectedAmount = params.get("ExpectedAmount")
|
25696
25592
|
self._SpCoverage = params.get("SpCoverage")
|
25593
|
+
self._PayerUinName = params.get("PayerUinName")
|
25594
|
+
self._OwnerUinName = params.get("OwnerUinName")
|
25595
|
+
self._PayerUin = params.get("PayerUin")
|
25596
|
+
self._SubBillingItemName = params.get("SubBillingItemName")
|
25597
|
+
self._BillingItemName = params.get("BillingItemName")
|
25598
|
+
self._SubProductName = params.get("SubProductName")
|
25697
25599
|
memeber_set = set(params.keys())
|
25698
25600
|
for name, value in vars(self).items():
|
25699
25601
|
property_name = name[1:]
|
@@ -25924,10 +25826,8 @@ class SummaryTotal(AbstractModel):
|
|
25924
25826
|
def __init__(self):
|
25925
25827
|
r"""
|
25926
25828
|
:param _RealTotalCost: 优惠后总价
|
25927
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25928
25829
|
:type RealTotalCost: str
|
25929
25830
|
:param _TotalCost: 原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
|
25930
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25931
25831
|
:type TotalCost: str
|
25932
25832
|
"""
|
25933
25833
|
self._RealTotalCost = None
|
@@ -25936,7 +25836,6 @@ class SummaryTotal(AbstractModel):
|
|
25936
25836
|
@property
|
25937
25837
|
def RealTotalCost(self):
|
25938
25838
|
"""优惠后总价
|
25939
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25940
25839
|
:rtype: str
|
25941
25840
|
"""
|
25942
25841
|
return self._RealTotalCost
|
@@ -25948,7 +25847,6 @@ class SummaryTotal(AbstractModel):
|
|
25948
25847
|
@property
|
25949
25848
|
def TotalCost(self):
|
25950
25849
|
"""原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
|
25951
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25952
25850
|
:rtype: str
|
25953
25851
|
"""
|
25954
25852
|
return self._TotalCost
|
@@ -25983,7 +25881,6 @@ class TagDataInfo(AbstractModel):
|
|
25983
25881
|
:param _Status: 标签类型,0普通标签,1分账标签
|
25984
25882
|
:type Status: int
|
25985
25883
|
:param _UpdateTime: 设置分账标签时间,普通标签不返回
|
25986
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25987
25884
|
:type UpdateTime: str
|
25988
25885
|
"""
|
25989
25886
|
self._TagKey = None
|
@@ -26015,7 +25912,6 @@ class TagDataInfo(AbstractModel):
|
|
26015
25912
|
@property
|
26016
25913
|
def UpdateTime(self):
|
26017
25914
|
"""设置分账标签时间,普通标签不返回
|
26018
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26019
25915
|
:rtype: str
|
26020
25916
|
"""
|
26021
25917
|
return self._UpdateTime
|
@@ -26047,28 +25943,20 @@ class TagSummaryOverviewItem(AbstractModel):
|
|
26047
25943
|
def __init__(self):
|
26048
25944
|
r"""
|
26049
25945
|
:param _TagValue: 标签值
|
26050
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26051
25946
|
:type TagValue: str
|
26052
25947
|
:param _RealTotalCostRatio: 费用所占百分比,两位小数
|
26053
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26054
25948
|
:type RealTotalCostRatio: str
|
26055
25949
|
:param _RealTotalCost: 优惠后总价
|
26056
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26057
25950
|
:type RealTotalCost: str
|
26058
25951
|
:param _CashPayAmount: 现金账户支出:通过现金账户支付的金额
|
26059
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26060
25952
|
:type CashPayAmount: str
|
26061
25953
|
:param _IncentivePayAmount: 赠送账户支出:使用赠送金支付的金额
|
26062
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26063
25954
|
:type IncentivePayAmount: str
|
26064
25955
|
:param _VoucherPayAmount: 优惠券支出:使用各类优惠券(如代金券、现金券等)支付的金额
|
26065
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26066
25956
|
:type VoucherPayAmount: str
|
26067
25957
|
:param _TransferPayAmount: 分成金账户支出:通过分成金账户支付的金额
|
26068
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26069
25958
|
:type TransferPayAmount: str
|
26070
25959
|
:param _TotalCost: 原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
|
26071
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26072
25960
|
:type TotalCost: str
|
26073
25961
|
"""
|
26074
25962
|
self._TagValue = None
|
@@ -26083,7 +25971,6 @@ class TagSummaryOverviewItem(AbstractModel):
|
|
26083
25971
|
@property
|
26084
25972
|
def TagValue(self):
|
26085
25973
|
"""标签值
|
26086
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26087
25974
|
:rtype: str
|
26088
25975
|
"""
|
26089
25976
|
return self._TagValue
|
@@ -26095,7 +25982,6 @@ class TagSummaryOverviewItem(AbstractModel):
|
|
26095
25982
|
@property
|
26096
25983
|
def RealTotalCostRatio(self):
|
26097
25984
|
"""费用所占百分比,两位小数
|
26098
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26099
25985
|
:rtype: str
|
26100
25986
|
"""
|
26101
25987
|
return self._RealTotalCostRatio
|
@@ -26107,7 +25993,6 @@ class TagSummaryOverviewItem(AbstractModel):
|
|
26107
25993
|
@property
|
26108
25994
|
def RealTotalCost(self):
|
26109
25995
|
"""优惠后总价
|
26110
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26111
25996
|
:rtype: str
|
26112
25997
|
"""
|
26113
25998
|
return self._RealTotalCost
|
@@ -26119,7 +26004,6 @@ class TagSummaryOverviewItem(AbstractModel):
|
|
26119
26004
|
@property
|
26120
26005
|
def CashPayAmount(self):
|
26121
26006
|
"""现金账户支出:通过现金账户支付的金额
|
26122
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26123
26007
|
:rtype: str
|
26124
26008
|
"""
|
26125
26009
|
return self._CashPayAmount
|
@@ -26131,7 +26015,6 @@ class TagSummaryOverviewItem(AbstractModel):
|
|
26131
26015
|
@property
|
26132
26016
|
def IncentivePayAmount(self):
|
26133
26017
|
"""赠送账户支出:使用赠送金支付的金额
|
26134
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26135
26018
|
:rtype: str
|
26136
26019
|
"""
|
26137
26020
|
return self._IncentivePayAmount
|
@@ -26143,7 +26026,6 @@ class TagSummaryOverviewItem(AbstractModel):
|
|
26143
26026
|
@property
|
26144
26027
|
def VoucherPayAmount(self):
|
26145
26028
|
"""优惠券支出:使用各类优惠券(如代金券、现金券等)支付的金额
|
26146
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26147
26029
|
:rtype: str
|
26148
26030
|
"""
|
26149
26031
|
return self._VoucherPayAmount
|
@@ -26155,7 +26037,6 @@ class TagSummaryOverviewItem(AbstractModel):
|
|
26155
26037
|
@property
|
26156
26038
|
def TransferPayAmount(self):
|
26157
26039
|
"""分成金账户支出:通过分成金账户支付的金额
|
26158
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26159
26040
|
:rtype: str
|
26160
26041
|
"""
|
26161
26042
|
return self._TransferPayAmount
|
@@ -26167,7 +26048,6 @@ class TagSummaryOverviewItem(AbstractModel):
|
|
26167
26048
|
@property
|
26168
26049
|
def TotalCost(self):
|
26169
26050
|
"""原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
|
26170
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26171
26051
|
:rtype: str
|
26172
26052
|
"""
|
26173
26053
|
return self._TotalCost
|