tencentcloud-sdk-python 3.0.1341__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 -456
- tencentcloud/captcha/v20190722/models.py +6 -24
- tencentcloud/cdc/v20201214/models.py +0 -12
- tencentcloud/cdwpg/v20201230/models.py +4 -4
- tencentcloud/cdz/v20221123/models.py +0 -4
- tencentcloud/cfg/v20210820/models.py +0 -192
- tencentcloud/cfs/v20190719/errorcodes.py +3 -0
- tencentcloud/clb/v20180317/clb_client.py +2 -2
- tencentcloud/cvm/v20170312/cvm_client.py +23 -0
- tencentcloud/cvm/v20170312/models.py +211 -4
- tencentcloud/cwp/v20180228/models.py +160 -42
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +161 -0
- tencentcloud/dbbrain/v20210527/models.py +1743 -387
- tencentcloud/domain/v20180808/models.py +30 -26
- tencentcloud/dts/v20180330/models.py +0 -6
- tencentcloud/dts/v20211206/models.py +2 -210
- tencentcloud/ess/v20201111/models.py +136 -4
- tencentcloud/essbasic/v20210526/models.py +128 -6
- tencentcloud/hunyuan/v20230901/models.py +97 -21
- 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/lke_client.py +1 -1
- tencentcloud/lke/v20231130/models.py +2 -2
- tencentcloud/lkeap/v20240522/models.py +4 -8
- tencentcloud/mariadb/v20170312/models.py +0 -24
- tencentcloud/mongodb/v20190725/models.py +6 -6
- 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/redis/v20180412/models.py +8 -8
- tencentcloud/ses/v20201002/models.py +2 -4
- tencentcloud/tat/v20201028/models.py +10 -8
- tencentcloud/tcb/v20180608/models.py +0 -234
- tencentcloud/tdmq/v20200217/models.py +17 -198
- tencentcloud/teo/v20220901/models.py +1182 -21
- tencentcloud/teo/v20220901/teo_client.py +8 -4
- tencentcloud/tione/v20211111/models.py +90 -0
- tencentcloud/trocket/v20230308/models.py +109 -0
- tencentcloud/trocket/v20230308/trocket_client.py +23 -0
- tencentcloud/trro/v20220325/models.py +140 -0
- tencentcloud/trro/v20220325/trro_client.py +25 -0
- tencentcloud/vdb/v20230616/models.py +45 -0
- tencentcloud/vdb/v20230616/vdb_client.py +1 -1
- tencentcloud/vpc/v20170312/errorcodes.py +9 -0
- tencentcloud/vrs/v20200824/models.py +32 -0
- tencentcloud/waf/v20180125/models.py +398 -0
- tencentcloud/waf/v20180125/waf_client.py +69 -0
- tencentcloud/wedata/v20210820/models.py +77 -0
- {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/RECORD +64 -64
- {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1341.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
|
@@ -4242,109 +4098,75 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4242
4098
|
def __init__(self):
|
4243
4099
|
r"""
|
4244
4100
|
:param _TreeNodeUniqKey: 分账单元唯一标识
|
4245
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4246
4101
|
:type TreeNodeUniqKey: str
|
4247
4102
|
:param _TreeNodeUniqKeyName: 分账单元名称
|
4248
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4249
4103
|
:type TreeNodeUniqKeyName: str
|
4250
4104
|
:param _BillDate: 日期:结算日期
|
4251
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4252
4105
|
:type BillDate: str
|
4253
4106
|
:param _PayerUin: 支付者 UIN:支付者的账号 ID,账号 ID 是用户在腾讯云的唯一账号标识
|
4254
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4255
4107
|
:type PayerUin: str
|
4256
4108
|
:param _OwnerUin: 使用者 UIN:实际使用资源的账号 ID
|
4257
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4258
4109
|
:type OwnerUin: str
|
4259
4110
|
:param _OperateUin: 操作者 UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的ID或者角色 ID)
|
4260
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4261
4111
|
:type OperateUin: str
|
4262
4112
|
:param _PayMode: 计费模式编码
|
4263
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4264
4113
|
:type PayMode: str
|
4265
4114
|
:param _PayModeName: 计费模式:资源的计费模式,区分为包年包月和按量计费
|
4266
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4267
4115
|
:type PayModeName: str
|
4268
4116
|
:param _ActionType: 交易类型编码
|
4269
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4270
4117
|
:type ActionType: str
|
4271
4118
|
:param _ActionTypeName: 交易类型:明细交易类型
|
4272
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4273
4119
|
:type ActionTypeName: str
|
4274
4120
|
:param _BusinessCode: 产品编码
|
4275
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4276
4121
|
:type BusinessCode: str
|
4277
4122
|
:param _BusinessCodeName: 产品名称:用户所采购的各类云产品
|
4278
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4279
4123
|
:type BusinessCodeName: str
|
4280
4124
|
:param _ProductCode: 子产品编码
|
4281
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4282
4125
|
:type ProductCode: str
|
4283
4126
|
:param _ProductCodeName: 子产品名称:用户采购的具体产品细分类型
|
4284
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4285
4127
|
:type ProductCodeName: str
|
4286
4128
|
:param _RegionId: 地域ID
|
4287
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4288
4129
|
:type RegionId: int
|
4289
4130
|
:param _RegionName: 地域名称:资源所属地域
|
4290
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4291
4131
|
:type RegionName: str
|
4292
4132
|
:param _ZoneId: 可用区ID
|
4293
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4294
4133
|
:type ZoneId: int
|
4295
4134
|
:param _ZoneName: 可用区:资源所属可用区
|
4296
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4297
4135
|
:type ZoneName: str
|
4298
4136
|
:param _InstanceType: 实例类型编码
|
4299
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4300
4137
|
:type InstanceType: str
|
4301
4138
|
:param _InstanceTypeName: 实例类型:购买的产品服务对应的实例类型,包括资源包、RI、SP、竞价实例。常规实例默认展示“-”
|
4302
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4303
4139
|
:type InstanceTypeName: str
|
4304
4140
|
:param _ResourceId: 资源ID:不同产品因资源形态不同,资源内容不完全相同,如云服务器 CVM 为对应的实例 ID; 若该产品被分拆,则展示产品分拆后的分拆项 ID,如 COS 桶 ID,CDN 域名
|
4305
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4306
4141
|
:type ResourceId: str
|
4307
4142
|
:param _ResourceName: 实例名称:用户在控制台为资源设置的名称,如未设置默认为空;若该产品被分拆,则展示分拆产品分拆后的分拆项资源别名
|
4308
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4309
4143
|
:type ResourceName: str
|
4310
4144
|
:param _Tag: 分账标签:资源绑定的标签
|
4311
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4312
4145
|
:type Tag: list of BillTag
|
4313
4146
|
:param _ProjectId: 项目ID
|
4314
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4315
4147
|
:type ProjectId: int
|
4316
4148
|
:param _ProjectName: 项目名称:资源归属的项目,用户在控制台给资源自主分配项目,未分配则是默认项目
|
4317
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4318
4149
|
:type ProjectName: str
|
4319
4150
|
:param _AllocationType: 费用归集类型:费用来源类型,分摊、归集、未分配
|
4320
4151
|
0 - 分摊
|
4321
4152
|
1 - 归集
|
4322
4153
|
-1 - 未分配
|
4323
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4324
4154
|
:type AllocationType: int
|
4325
4155
|
:param _TotalCost: 组件原价:原价 = 组件刊例价 * 组件用量 * 使用时长(如客户享受一口价/合同价则默认不展示,退费类场景也默认不展示),指定价模式
|
4326
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4327
4156
|
:type TotalCost: str
|
4328
4157
|
:param _RiTimeSpan: 预留实例抵扣时长:本产品或服务使用预留实例抵扣的使用时长
|
4329
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4330
4158
|
:type RiTimeSpan: str
|
4331
4159
|
:param _RiCost: 预留实例抵扣原价:本产品或服务使用预留实例抵扣的组件原价金额
|
4332
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4333
4160
|
:type RiCost: str
|
4334
4161
|
:param _RealTotalCost: 优惠后总价:优惠后总价 =(原价 - 预留实例抵扣原价 - 节省计划抵扣原价)* 折扣率
|
4335
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4336
4162
|
:type RealTotalCost: str
|
4337
4163
|
:param _CashPayAmount: 现金账户支出(元):通过现金账户支付的金额
|
4338
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4339
4164
|
:type CashPayAmount: str
|
4340
4165
|
:param _VoucherPayAmount: 代金券支出(元):使用各类优惠券(如代金券、现金券等)支付的金额
|
4341
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4342
4166
|
:type VoucherPayAmount: str
|
4343
4167
|
:param _IncentivePayAmount: 赠送账户支出(元):使用赠送金支付的金额
|
4344
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4345
4168
|
:type IncentivePayAmount: str
|
4346
4169
|
:param _TransferPayAmount: 分成账户支出(元):通过分成金账户支付的金额
|
4347
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4348
4170
|
:type TransferPayAmount: str
|
4349
4171
|
:param _SplitItemId: 分拆项 ID:涉及分拆产品的分拆后的分拆项 ID,如 COS 桶 ID,CDN 域名
|
4350
4172
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -4353,28 +4175,20 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4353
4175
|
注意:此字段可能返回 null,表示取不到有效值。
|
4354
4176
|
:type SplitItemName: str
|
4355
4177
|
:param _FeeBeginTime: 开始使用时间:产品服务开始使用时间
|
4356
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4357
4178
|
:type FeeBeginTime: str
|
4358
4179
|
:param _FeeEndTime: 结束使用时间:产品服务结束使用时间
|
4359
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4360
4180
|
:type FeeEndTime: str
|
4361
4181
|
:param _SPCost: 节省计划抵扣原价:节省计划抵扣原价 = 节省计划包抵扣面值 / 节省计划抵扣率
|
4362
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4363
4182
|
:type SPCost: str
|
4364
4183
|
:param _RegionType: 国内国际编码
|
4365
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4366
4184
|
:type RegionType: str
|
4367
4185
|
:param _RegionTypeName: 国内国际:资源所属区域类型(国内、国际)
|
4368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4369
4186
|
:type RegionTypeName: str
|
4370
4187
|
:param _ComponentConfig: 配置描述:对应资源下各组件名称及用量(如组件为用量累加型计费则为合计用量)
|
4371
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4372
4188
|
:type ComponentConfig: str
|
4373
4189
|
:param _SPDeduction: SPDeduction
|
4374
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4375
4190
|
:type SPDeduction: str
|
4376
4191
|
:param _BillMonth: 账单月
|
4377
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4378
4192
|
:type BillMonth: str
|
4379
4193
|
"""
|
4380
4194
|
self._TreeNodeUniqKey = None
|
@@ -4425,7 +4239,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4425
4239
|
@property
|
4426
4240
|
def TreeNodeUniqKey(self):
|
4427
4241
|
"""分账单元唯一标识
|
4428
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4429
4242
|
:rtype: str
|
4430
4243
|
"""
|
4431
4244
|
return self._TreeNodeUniqKey
|
@@ -4437,7 +4250,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4437
4250
|
@property
|
4438
4251
|
def TreeNodeUniqKeyName(self):
|
4439
4252
|
"""分账单元名称
|
4440
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4441
4253
|
:rtype: str
|
4442
4254
|
"""
|
4443
4255
|
return self._TreeNodeUniqKeyName
|
@@ -4449,7 +4261,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4449
4261
|
@property
|
4450
4262
|
def BillDate(self):
|
4451
4263
|
"""日期:结算日期
|
4452
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4453
4264
|
:rtype: str
|
4454
4265
|
"""
|
4455
4266
|
return self._BillDate
|
@@ -4461,7 +4272,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4461
4272
|
@property
|
4462
4273
|
def PayerUin(self):
|
4463
4274
|
"""支付者 UIN:支付者的账号 ID,账号 ID 是用户在腾讯云的唯一账号标识
|
4464
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4465
4275
|
:rtype: str
|
4466
4276
|
"""
|
4467
4277
|
return self._PayerUin
|
@@ -4473,7 +4283,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4473
4283
|
@property
|
4474
4284
|
def OwnerUin(self):
|
4475
4285
|
"""使用者 UIN:实际使用资源的账号 ID
|
4476
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4477
4286
|
:rtype: str
|
4478
4287
|
"""
|
4479
4288
|
return self._OwnerUin
|
@@ -4485,7 +4294,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4485
4294
|
@property
|
4486
4295
|
def OperateUin(self):
|
4487
4296
|
"""操作者 UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的ID或者角色 ID)
|
4488
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4489
4297
|
:rtype: str
|
4490
4298
|
"""
|
4491
4299
|
return self._OperateUin
|
@@ -4497,7 +4305,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4497
4305
|
@property
|
4498
4306
|
def PayMode(self):
|
4499
4307
|
"""计费模式编码
|
4500
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4501
4308
|
:rtype: str
|
4502
4309
|
"""
|
4503
4310
|
return self._PayMode
|
@@ -4509,7 +4316,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4509
4316
|
@property
|
4510
4317
|
def PayModeName(self):
|
4511
4318
|
"""计费模式:资源的计费模式,区分为包年包月和按量计费
|
4512
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4513
4319
|
:rtype: str
|
4514
4320
|
"""
|
4515
4321
|
return self._PayModeName
|
@@ -4521,7 +4327,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4521
4327
|
@property
|
4522
4328
|
def ActionType(self):
|
4523
4329
|
"""交易类型编码
|
4524
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4525
4330
|
:rtype: str
|
4526
4331
|
"""
|
4527
4332
|
return self._ActionType
|
@@ -4533,7 +4338,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4533
4338
|
@property
|
4534
4339
|
def ActionTypeName(self):
|
4535
4340
|
"""交易类型:明细交易类型
|
4536
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4537
4341
|
:rtype: str
|
4538
4342
|
"""
|
4539
4343
|
return self._ActionTypeName
|
@@ -4545,7 +4349,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4545
4349
|
@property
|
4546
4350
|
def BusinessCode(self):
|
4547
4351
|
"""产品编码
|
4548
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4549
4352
|
:rtype: str
|
4550
4353
|
"""
|
4551
4354
|
return self._BusinessCode
|
@@ -4557,7 +4360,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4557
4360
|
@property
|
4558
4361
|
def BusinessCodeName(self):
|
4559
4362
|
"""产品名称:用户所采购的各类云产品
|
4560
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4561
4363
|
:rtype: str
|
4562
4364
|
"""
|
4563
4365
|
return self._BusinessCodeName
|
@@ -4569,7 +4371,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4569
4371
|
@property
|
4570
4372
|
def ProductCode(self):
|
4571
4373
|
"""子产品编码
|
4572
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4573
4374
|
:rtype: str
|
4574
4375
|
"""
|
4575
4376
|
return self._ProductCode
|
@@ -4581,7 +4382,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4581
4382
|
@property
|
4582
4383
|
def ProductCodeName(self):
|
4583
4384
|
"""子产品名称:用户采购的具体产品细分类型
|
4584
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4585
4385
|
:rtype: str
|
4586
4386
|
"""
|
4587
4387
|
return self._ProductCodeName
|
@@ -4593,7 +4393,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4593
4393
|
@property
|
4594
4394
|
def RegionId(self):
|
4595
4395
|
"""地域ID
|
4596
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4597
4396
|
:rtype: int
|
4598
4397
|
"""
|
4599
4398
|
return self._RegionId
|
@@ -4605,7 +4404,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4605
4404
|
@property
|
4606
4405
|
def RegionName(self):
|
4607
4406
|
"""地域名称:资源所属地域
|
4608
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4609
4407
|
:rtype: str
|
4610
4408
|
"""
|
4611
4409
|
return self._RegionName
|
@@ -4617,7 +4415,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4617
4415
|
@property
|
4618
4416
|
def ZoneId(self):
|
4619
4417
|
"""可用区ID
|
4620
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4621
4418
|
:rtype: int
|
4622
4419
|
"""
|
4623
4420
|
return self._ZoneId
|
@@ -4629,7 +4426,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4629
4426
|
@property
|
4630
4427
|
def ZoneName(self):
|
4631
4428
|
"""可用区:资源所属可用区
|
4632
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4633
4429
|
:rtype: str
|
4634
4430
|
"""
|
4635
4431
|
return self._ZoneName
|
@@ -4641,7 +4437,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4641
4437
|
@property
|
4642
4438
|
def InstanceType(self):
|
4643
4439
|
"""实例类型编码
|
4644
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4645
4440
|
:rtype: str
|
4646
4441
|
"""
|
4647
4442
|
return self._InstanceType
|
@@ -4653,7 +4448,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4653
4448
|
@property
|
4654
4449
|
def InstanceTypeName(self):
|
4655
4450
|
"""实例类型:购买的产品服务对应的实例类型,包括资源包、RI、SP、竞价实例。常规实例默认展示“-”
|
4656
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4657
4451
|
:rtype: str
|
4658
4452
|
"""
|
4659
4453
|
return self._InstanceTypeName
|
@@ -4665,7 +4459,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4665
4459
|
@property
|
4666
4460
|
def ResourceId(self):
|
4667
4461
|
"""资源ID:不同产品因资源形态不同,资源内容不完全相同,如云服务器 CVM 为对应的实例 ID; 若该产品被分拆,则展示产品分拆后的分拆项 ID,如 COS 桶 ID,CDN 域名
|
4668
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4669
4462
|
:rtype: str
|
4670
4463
|
"""
|
4671
4464
|
return self._ResourceId
|
@@ -4677,7 +4470,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4677
4470
|
@property
|
4678
4471
|
def ResourceName(self):
|
4679
4472
|
"""实例名称:用户在控制台为资源设置的名称,如未设置默认为空;若该产品被分拆,则展示分拆产品分拆后的分拆项资源别名
|
4680
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4681
4473
|
:rtype: str
|
4682
4474
|
"""
|
4683
4475
|
return self._ResourceName
|
@@ -4689,7 +4481,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4689
4481
|
@property
|
4690
4482
|
def Tag(self):
|
4691
4483
|
"""分账标签:资源绑定的标签
|
4692
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4693
4484
|
:rtype: list of BillTag
|
4694
4485
|
"""
|
4695
4486
|
return self._Tag
|
@@ -4701,7 +4492,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4701
4492
|
@property
|
4702
4493
|
def ProjectId(self):
|
4703
4494
|
"""项目ID
|
4704
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4705
4495
|
:rtype: int
|
4706
4496
|
"""
|
4707
4497
|
return self._ProjectId
|
@@ -4713,7 +4503,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4713
4503
|
@property
|
4714
4504
|
def ProjectName(self):
|
4715
4505
|
"""项目名称:资源归属的项目,用户在控制台给资源自主分配项目,未分配则是默认项目
|
4716
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4717
4506
|
:rtype: str
|
4718
4507
|
"""
|
4719
4508
|
return self._ProjectName
|
@@ -4728,7 +4517,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4728
4517
|
0 - 分摊
|
4729
4518
|
1 - 归集
|
4730
4519
|
-1 - 未分配
|
4731
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4732
4520
|
:rtype: int
|
4733
4521
|
"""
|
4734
4522
|
return self._AllocationType
|
@@ -4740,7 +4528,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4740
4528
|
@property
|
4741
4529
|
def TotalCost(self):
|
4742
4530
|
"""组件原价:原价 = 组件刊例价 * 组件用量 * 使用时长(如客户享受一口价/合同价则默认不展示,退费类场景也默认不展示),指定价模式
|
4743
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4744
4531
|
:rtype: str
|
4745
4532
|
"""
|
4746
4533
|
return self._TotalCost
|
@@ -4752,7 +4539,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4752
4539
|
@property
|
4753
4540
|
def RiTimeSpan(self):
|
4754
4541
|
"""预留实例抵扣时长:本产品或服务使用预留实例抵扣的使用时长
|
4755
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4756
4542
|
:rtype: str
|
4757
4543
|
"""
|
4758
4544
|
return self._RiTimeSpan
|
@@ -4764,7 +4550,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4764
4550
|
@property
|
4765
4551
|
def RiCost(self):
|
4766
4552
|
"""预留实例抵扣原价:本产品或服务使用预留实例抵扣的组件原价金额
|
4767
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4768
4553
|
:rtype: str
|
4769
4554
|
"""
|
4770
4555
|
return self._RiCost
|
@@ -4776,7 +4561,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4776
4561
|
@property
|
4777
4562
|
def RealTotalCost(self):
|
4778
4563
|
"""优惠后总价:优惠后总价 =(原价 - 预留实例抵扣原价 - 节省计划抵扣原价)* 折扣率
|
4779
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4780
4564
|
:rtype: str
|
4781
4565
|
"""
|
4782
4566
|
return self._RealTotalCost
|
@@ -4788,7 +4572,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4788
4572
|
@property
|
4789
4573
|
def CashPayAmount(self):
|
4790
4574
|
"""现金账户支出(元):通过现金账户支付的金额
|
4791
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4792
4575
|
:rtype: str
|
4793
4576
|
"""
|
4794
4577
|
return self._CashPayAmount
|
@@ -4800,7 +4583,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4800
4583
|
@property
|
4801
4584
|
def VoucherPayAmount(self):
|
4802
4585
|
"""代金券支出(元):使用各类优惠券(如代金券、现金券等)支付的金额
|
4803
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4804
4586
|
:rtype: str
|
4805
4587
|
"""
|
4806
4588
|
return self._VoucherPayAmount
|
@@ -4812,7 +4594,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4812
4594
|
@property
|
4813
4595
|
def IncentivePayAmount(self):
|
4814
4596
|
"""赠送账户支出(元):使用赠送金支付的金额
|
4815
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4816
4597
|
:rtype: str
|
4817
4598
|
"""
|
4818
4599
|
return self._IncentivePayAmount
|
@@ -4824,7 +4605,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4824
4605
|
@property
|
4825
4606
|
def TransferPayAmount(self):
|
4826
4607
|
"""分成账户支出(元):通过分成金账户支付的金额
|
4827
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4828
4608
|
:rtype: str
|
4829
4609
|
"""
|
4830
4610
|
return self._TransferPayAmount
|
@@ -4868,7 +4648,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4868
4648
|
@property
|
4869
4649
|
def FeeBeginTime(self):
|
4870
4650
|
"""开始使用时间:产品服务开始使用时间
|
4871
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4872
4651
|
:rtype: str
|
4873
4652
|
"""
|
4874
4653
|
return self._FeeBeginTime
|
@@ -4880,7 +4659,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4880
4659
|
@property
|
4881
4660
|
def FeeEndTime(self):
|
4882
4661
|
"""结束使用时间:产品服务结束使用时间
|
4883
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4884
4662
|
:rtype: str
|
4885
4663
|
"""
|
4886
4664
|
return self._FeeEndTime
|
@@ -4892,7 +4670,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4892
4670
|
@property
|
4893
4671
|
def SPCost(self):
|
4894
4672
|
"""节省计划抵扣原价:节省计划抵扣原价 = 节省计划包抵扣面值 / 节省计划抵扣率
|
4895
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4896
4673
|
:rtype: str
|
4897
4674
|
"""
|
4898
4675
|
return self._SPCost
|
@@ -4904,7 +4681,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4904
4681
|
@property
|
4905
4682
|
def RegionType(self):
|
4906
4683
|
"""国内国际编码
|
4907
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4908
4684
|
:rtype: str
|
4909
4685
|
"""
|
4910
4686
|
return self._RegionType
|
@@ -4916,7 +4692,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4916
4692
|
@property
|
4917
4693
|
def RegionTypeName(self):
|
4918
4694
|
"""国内国际:资源所属区域类型(国内、国际)
|
4919
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4920
4695
|
:rtype: str
|
4921
4696
|
"""
|
4922
4697
|
return self._RegionTypeName
|
@@ -4928,7 +4703,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4928
4703
|
@property
|
4929
4704
|
def ComponentConfig(self):
|
4930
4705
|
"""配置描述:对应资源下各组件名称及用量(如组件为用量累加型计费则为合计用量)
|
4931
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4932
4706
|
:rtype: str
|
4933
4707
|
"""
|
4934
4708
|
return self._ComponentConfig
|
@@ -4940,7 +4714,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4940
4714
|
@property
|
4941
4715
|
def SPDeduction(self):
|
4942
4716
|
"""SPDeduction
|
4943
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4944
4717
|
:rtype: str
|
4945
4718
|
"""
|
4946
4719
|
return self._SPDeduction
|
@@ -4952,7 +4725,6 @@ class AllocationSummaryByResource(AbstractModel):
|
|
4952
4725
|
@property
|
4953
4726
|
def BillMonth(self):
|
4954
4727
|
"""账单月
|
4955
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4956
4728
|
:rtype: str
|
4957
4729
|
"""
|
4958
4730
|
return self._BillMonth
|
@@ -5030,10 +4802,8 @@ class AllocationTreeNode(AbstractModel):
|
|
5030
4802
|
def __init__(self):
|
5031
4803
|
r"""
|
5032
4804
|
:param _TreeNodeUniqKey: 分账单元唯一标识
|
5033
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5034
4805
|
:type TreeNodeUniqKey: str
|
5035
4806
|
:param _TreeNodeUniqKeyName: 分账单元名称
|
5036
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5037
4807
|
:type TreeNodeUniqKeyName: str
|
5038
4808
|
"""
|
5039
4809
|
self._TreeNodeUniqKey = None
|
@@ -5042,7 +4812,6 @@ class AllocationTreeNode(AbstractModel):
|
|
5042
4812
|
@property
|
5043
4813
|
def TreeNodeUniqKey(self):
|
5044
4814
|
"""分账单元唯一标识
|
5045
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5046
4815
|
:rtype: str
|
5047
4816
|
"""
|
5048
4817
|
return self._TreeNodeUniqKey
|
@@ -5054,7 +4823,6 @@ class AllocationTreeNode(AbstractModel):
|
|
5054
4823
|
@property
|
5055
4824
|
def TreeNodeUniqKeyName(self):
|
5056
4825
|
"""分账单元名称
|
5057
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5058
4826
|
:rtype: str
|
5059
4827
|
"""
|
5060
4828
|
return self._TreeNodeUniqKeyName
|
@@ -5238,28 +5006,20 @@ class AnalyseConditionDetail(AbstractModel):
|
|
5238
5006
|
def __init__(self):
|
5239
5007
|
r"""
|
5240
5008
|
:param _Business: 产品
|
5241
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5242
5009
|
:type Business: list of AnalyseBusinessDetail
|
5243
5010
|
:param _Project: 项目
|
5244
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5245
5011
|
:type Project: list of AnalyseProjectDetail
|
5246
5012
|
:param _Region: 地域
|
5247
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5248
5013
|
:type Region: list of AnalyseRegionDetail
|
5249
5014
|
:param _PayMode: 计费模式
|
5250
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5251
5015
|
:type PayMode: list of AnalysePayModeDetail
|
5252
5016
|
:param _ActionType: 交易类型
|
5253
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5254
5017
|
:type ActionType: list of AnalyseActionTypeDetail
|
5255
5018
|
:param _Zone: 可用区
|
5256
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5257
5019
|
:type Zone: list of AnalyseZoneDetail
|
5258
5020
|
:param _OwnerUin: 资源所有者Uin
|
5259
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5260
5021
|
:type OwnerUin: list of AnalyseOwnerUinDetail
|
5261
5022
|
:param _Amount: 费用类型
|
5262
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5263
5023
|
:type Amount: list of AnalyseAmountDetail
|
5264
5024
|
"""
|
5265
5025
|
self._Business = None
|
@@ -5274,7 +5034,6 @@ class AnalyseConditionDetail(AbstractModel):
|
|
5274
5034
|
@property
|
5275
5035
|
def Business(self):
|
5276
5036
|
"""产品
|
5277
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5278
5037
|
:rtype: list of AnalyseBusinessDetail
|
5279
5038
|
"""
|
5280
5039
|
return self._Business
|
@@ -5286,7 +5045,6 @@ class AnalyseConditionDetail(AbstractModel):
|
|
5286
5045
|
@property
|
5287
5046
|
def Project(self):
|
5288
5047
|
"""项目
|
5289
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5290
5048
|
:rtype: list of AnalyseProjectDetail
|
5291
5049
|
"""
|
5292
5050
|
return self._Project
|
@@ -5298,7 +5056,6 @@ class AnalyseConditionDetail(AbstractModel):
|
|
5298
5056
|
@property
|
5299
5057
|
def Region(self):
|
5300
5058
|
"""地域
|
5301
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5302
5059
|
:rtype: list of AnalyseRegionDetail
|
5303
5060
|
"""
|
5304
5061
|
return self._Region
|
@@ -5310,7 +5067,6 @@ class AnalyseConditionDetail(AbstractModel):
|
|
5310
5067
|
@property
|
5311
5068
|
def PayMode(self):
|
5312
5069
|
"""计费模式
|
5313
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5314
5070
|
:rtype: list of AnalysePayModeDetail
|
5315
5071
|
"""
|
5316
5072
|
return self._PayMode
|
@@ -5322,7 +5078,6 @@ class AnalyseConditionDetail(AbstractModel):
|
|
5322
5078
|
@property
|
5323
5079
|
def ActionType(self):
|
5324
5080
|
"""交易类型
|
5325
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5326
5081
|
:rtype: list of AnalyseActionTypeDetail
|
5327
5082
|
"""
|
5328
5083
|
return self._ActionType
|
@@ -5334,7 +5089,6 @@ class AnalyseConditionDetail(AbstractModel):
|
|
5334
5089
|
@property
|
5335
5090
|
def Zone(self):
|
5336
5091
|
"""可用区
|
5337
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5338
5092
|
:rtype: list of AnalyseZoneDetail
|
5339
5093
|
"""
|
5340
5094
|
return self._Zone
|
@@ -5346,7 +5100,6 @@ class AnalyseConditionDetail(AbstractModel):
|
|
5346
5100
|
@property
|
5347
5101
|
def OwnerUin(self):
|
5348
5102
|
"""资源所有者Uin
|
5349
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5350
5103
|
:rtype: list of AnalyseOwnerUinDetail
|
5351
5104
|
"""
|
5352
5105
|
return self._OwnerUin
|
@@ -5358,7 +5111,6 @@ class AnalyseConditionDetail(AbstractModel):
|
|
5358
5111
|
@property
|
5359
5112
|
def Amount(self):
|
5360
5113
|
"""费用类型
|
5361
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5362
5114
|
:rtype: list of AnalyseAmountDetail
|
5363
5115
|
"""
|
5364
5116
|
return self._Amount
|
@@ -5665,7 +5417,6 @@ class AnalyseDetail(AbstractModel):
|
|
5665
5417
|
:param _Total: 金额
|
5666
5418
|
:type Total: str
|
5667
5419
|
:param _TimeDetail: 日期明细金额
|
5668
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5669
5420
|
:type TimeDetail: list of AnalyseTimeDetail
|
5670
5421
|
"""
|
5671
5422
|
self._Name = None
|
@@ -5697,7 +5448,6 @@ class AnalyseDetail(AbstractModel):
|
|
5697
5448
|
@property
|
5698
5449
|
def TimeDetail(self):
|
5699
5450
|
"""日期明细金额
|
5700
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5701
5451
|
:rtype: list of AnalyseTimeDetail
|
5702
5452
|
"""
|
5703
5453
|
return self._TimeDetail
|
@@ -6183,10 +5933,8 @@ class BillActionType(AbstractModel):
|
|
6183
5933
|
def __init__(self):
|
6184
5934
|
r"""
|
6185
5935
|
:param _ActionType: 交易类型编码
|
6186
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6187
5936
|
:type ActionType: str
|
6188
5937
|
:param _ActionTypeName: 交易类型:明细交易类型
|
6189
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6190
5938
|
:type ActionTypeName: str
|
6191
5939
|
"""
|
6192
5940
|
self._ActionType = None
|
@@ -6195,7 +5943,6 @@ class BillActionType(AbstractModel):
|
|
6195
5943
|
@property
|
6196
5944
|
def ActionType(self):
|
6197
5945
|
"""交易类型编码
|
6198
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6199
5946
|
:rtype: str
|
6200
5947
|
"""
|
6201
5948
|
return self._ActionType
|
@@ -6207,7 +5954,6 @@ class BillActionType(AbstractModel):
|
|
6207
5954
|
@property
|
6208
5955
|
def ActionTypeName(self):
|
6209
5956
|
"""交易类型:明细交易类型
|
6210
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6211
5957
|
:rtype: str
|
6212
5958
|
"""
|
6213
5959
|
return self._ActionTypeName
|
@@ -6417,7 +6163,6 @@ class BillDays(AbstractModel):
|
|
6417
6163
|
def __init__(self):
|
6418
6164
|
r"""
|
6419
6165
|
:param _BillDay: 日期:结算日期
|
6420
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6421
6166
|
:type BillDay: str
|
6422
6167
|
"""
|
6423
6168
|
self._BillDay = None
|
@@ -6425,7 +6170,6 @@ class BillDays(AbstractModel):
|
|
6425
6170
|
@property
|
6426
6171
|
def BillDay(self):
|
6427
6172
|
"""日期:结算日期
|
6428
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6429
6173
|
:rtype: str
|
6430
6174
|
"""
|
6431
6175
|
return self._BillDay
|
@@ -6491,51 +6235,36 @@ class BillDetail(AbstractModel):
|
|
6491
6235
|
:param _OperateUin: 操作者UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的 ID 或者角色 ID )
|
6492
6236
|
:type OperateUin: str
|
6493
6237
|
:param _Tags: 标签信息
|
6494
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6495
6238
|
:type Tags: list of BillTagInfo
|
6496
6239
|
:param _BusinessCode: 产品编码
|
6497
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6498
6240
|
:type BusinessCode: str
|
6499
6241
|
:param _ProductCode: 子产品编码
|
6500
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6501
6242
|
:type ProductCode: str
|
6502
6243
|
:param _ActionType: 交易类型编码
|
6503
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6504
6244
|
:type ActionType: str
|
6505
6245
|
:param _RegionId: 地域ID
|
6506
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6507
6246
|
:type RegionId: str
|
6508
6247
|
:param _ProjectId: 项目ID
|
6509
6248
|
:type ProjectId: int
|
6510
6249
|
:param _PriceInfo: 价格属性:该组件除单价、时长外的其他影响折扣定价的属性信息
|
6511
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6512
6250
|
:type PriceInfo: list of str
|
6513
6251
|
:param _AssociatedOrder: 关联交易单据ID:和本笔交易关联单据 ID,如,冲销订单,记录原订单、重结订单,退费单记录对应的原购买订单号
|
6514
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6515
6252
|
:type AssociatedOrder: :class:`tencentcloud.billing.v20180709.models.BillDetailAssociatedOrder`
|
6516
6253
|
:param _Formula: 计算说明:特殊交易类型计费结算的详细计算说明,如退费及变配
|
6517
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6518
6254
|
:type Formula: str
|
6519
6255
|
:param _FormulaUrl: 计费规则:各产品详细的计费规则官网说明链接
|
6520
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6521
6256
|
:type FormulaUrl: str
|
6522
6257
|
:param _BillDay: 账单归属日
|
6523
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6524
6258
|
:type BillDay: str
|
6525
6259
|
:param _BillMonth: 账单归属月
|
6526
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6527
6260
|
:type BillMonth: str
|
6528
6261
|
:param _Id: 账单记录ID
|
6529
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6530
6262
|
:type Id: str
|
6531
6263
|
:param _RegionType: 国内国际编码
|
6532
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6533
6264
|
:type RegionType: str
|
6534
6265
|
:param _RegionTypeName: 国内国际:资源所属区域类型(国内、国际)
|
6535
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6536
6266
|
:type RegionTypeName: str
|
6537
6267
|
:param _ReserveDetail: 备注属性(实例配置):其他备注信息,如预留实例的预留实例类型和交易类型、CCN 产品的两端地域信息
|
6538
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6539
6268
|
:type ReserveDetail: str
|
6540
6269
|
:param _DiscountObject: 优惠对象
|
6541
6270
|
:type DiscountObject: str
|
@@ -6783,7 +6512,6 @@ class BillDetail(AbstractModel):
|
|
6783
6512
|
@property
|
6784
6513
|
def Tags(self):
|
6785
6514
|
"""标签信息
|
6786
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6787
6515
|
:rtype: list of BillTagInfo
|
6788
6516
|
"""
|
6789
6517
|
return self._Tags
|
@@ -6795,7 +6523,6 @@ class BillDetail(AbstractModel):
|
|
6795
6523
|
@property
|
6796
6524
|
def BusinessCode(self):
|
6797
6525
|
"""产品编码
|
6798
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6799
6526
|
:rtype: str
|
6800
6527
|
"""
|
6801
6528
|
return self._BusinessCode
|
@@ -6807,7 +6534,6 @@ class BillDetail(AbstractModel):
|
|
6807
6534
|
@property
|
6808
6535
|
def ProductCode(self):
|
6809
6536
|
"""子产品编码
|
6810
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6811
6537
|
:rtype: str
|
6812
6538
|
"""
|
6813
6539
|
return self._ProductCode
|
@@ -6819,7 +6545,6 @@ class BillDetail(AbstractModel):
|
|
6819
6545
|
@property
|
6820
6546
|
def ActionType(self):
|
6821
6547
|
"""交易类型编码
|
6822
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6823
6548
|
:rtype: str
|
6824
6549
|
"""
|
6825
6550
|
return self._ActionType
|
@@ -6831,7 +6556,6 @@ class BillDetail(AbstractModel):
|
|
6831
6556
|
@property
|
6832
6557
|
def RegionId(self):
|
6833
6558
|
"""地域ID
|
6834
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6835
6559
|
:rtype: str
|
6836
6560
|
"""
|
6837
6561
|
return self._RegionId
|
@@ -6854,7 +6578,6 @@ class BillDetail(AbstractModel):
|
|
6854
6578
|
@property
|
6855
6579
|
def PriceInfo(self):
|
6856
6580
|
"""价格属性:该组件除单价、时长外的其他影响折扣定价的属性信息
|
6857
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6858
6581
|
:rtype: list of str
|
6859
6582
|
"""
|
6860
6583
|
return self._PriceInfo
|
@@ -6866,7 +6589,6 @@ class BillDetail(AbstractModel):
|
|
6866
6589
|
@property
|
6867
6590
|
def AssociatedOrder(self):
|
6868
6591
|
"""关联交易单据ID:和本笔交易关联单据 ID,如,冲销订单,记录原订单、重结订单,退费单记录对应的原购买订单号
|
6869
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6870
6592
|
:rtype: :class:`tencentcloud.billing.v20180709.models.BillDetailAssociatedOrder`
|
6871
6593
|
"""
|
6872
6594
|
return self._AssociatedOrder
|
@@ -6878,7 +6600,6 @@ class BillDetail(AbstractModel):
|
|
6878
6600
|
@property
|
6879
6601
|
def Formula(self):
|
6880
6602
|
"""计算说明:特殊交易类型计费结算的详细计算说明,如退费及变配
|
6881
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6882
6603
|
:rtype: str
|
6883
6604
|
"""
|
6884
6605
|
return self._Formula
|
@@ -6890,7 +6611,6 @@ class BillDetail(AbstractModel):
|
|
6890
6611
|
@property
|
6891
6612
|
def FormulaUrl(self):
|
6892
6613
|
"""计费规则:各产品详细的计费规则官网说明链接
|
6893
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6894
6614
|
:rtype: str
|
6895
6615
|
"""
|
6896
6616
|
return self._FormulaUrl
|
@@ -6902,7 +6622,6 @@ class BillDetail(AbstractModel):
|
|
6902
6622
|
@property
|
6903
6623
|
def BillDay(self):
|
6904
6624
|
"""账单归属日
|
6905
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6906
6625
|
:rtype: str
|
6907
6626
|
"""
|
6908
6627
|
return self._BillDay
|
@@ -6914,7 +6633,6 @@ class BillDetail(AbstractModel):
|
|
6914
6633
|
@property
|
6915
6634
|
def BillMonth(self):
|
6916
6635
|
"""账单归属月
|
6917
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6918
6636
|
:rtype: str
|
6919
6637
|
"""
|
6920
6638
|
return self._BillMonth
|
@@ -6926,7 +6644,6 @@ class BillDetail(AbstractModel):
|
|
6926
6644
|
@property
|
6927
6645
|
def Id(self):
|
6928
6646
|
"""账单记录ID
|
6929
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6930
6647
|
:rtype: str
|
6931
6648
|
"""
|
6932
6649
|
return self._Id
|
@@ -6938,7 +6655,6 @@ class BillDetail(AbstractModel):
|
|
6938
6655
|
@property
|
6939
6656
|
def RegionType(self):
|
6940
6657
|
"""国内国际编码
|
6941
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6942
6658
|
:rtype: str
|
6943
6659
|
"""
|
6944
6660
|
return self._RegionType
|
@@ -6950,7 +6666,6 @@ class BillDetail(AbstractModel):
|
|
6950
6666
|
@property
|
6951
6667
|
def RegionTypeName(self):
|
6952
6668
|
"""国内国际:资源所属区域类型(国内、国际)
|
6953
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6954
6669
|
:rtype: str
|
6955
6670
|
"""
|
6956
6671
|
return self._RegionTypeName
|
@@ -6962,7 +6677,6 @@ class BillDetail(AbstractModel):
|
|
6962
6677
|
@property
|
6963
6678
|
def ReserveDetail(self):
|
6964
6679
|
"""备注属性(实例配置):其他备注信息,如预留实例的预留实例类型和交易类型、CCN 产品的两端地域信息
|
6965
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6966
6680
|
:rtype: str
|
6967
6681
|
"""
|
6968
6682
|
return self._ReserveDetail
|
@@ -7073,22 +6787,16 @@ class BillDetailAssociatedOrder(AbstractModel):
|
|
7073
6787
|
def __init__(self):
|
7074
6788
|
r"""
|
7075
6789
|
:param _PrepayPurchase: 新购订单
|
7076
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7077
6790
|
:type PrepayPurchase: str
|
7078
6791
|
:param _PrepayRenew: 续费订单
|
7079
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7080
6792
|
:type PrepayRenew: str
|
7081
6793
|
:param _PrepayModifyUp: 升配订单
|
7082
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7083
6794
|
:type PrepayModifyUp: str
|
7084
6795
|
:param _ReverseOrder: 冲销订单
|
7085
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7086
6796
|
:type ReverseOrder: str
|
7087
6797
|
:param _NewOrder: 优惠调整后订单
|
7088
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7089
6798
|
:type NewOrder: str
|
7090
6799
|
:param _Original: 优惠调整前订单
|
7091
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7092
6800
|
:type Original: str
|
7093
6801
|
"""
|
7094
6802
|
self._PrepayPurchase = None
|
@@ -7101,7 +6809,6 @@ class BillDetailAssociatedOrder(AbstractModel):
|
|
7101
6809
|
@property
|
7102
6810
|
def PrepayPurchase(self):
|
7103
6811
|
"""新购订单
|
7104
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7105
6812
|
:rtype: str
|
7106
6813
|
"""
|
7107
6814
|
return self._PrepayPurchase
|
@@ -7113,7 +6820,6 @@ class BillDetailAssociatedOrder(AbstractModel):
|
|
7113
6820
|
@property
|
7114
6821
|
def PrepayRenew(self):
|
7115
6822
|
"""续费订单
|
7116
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7117
6823
|
:rtype: str
|
7118
6824
|
"""
|
7119
6825
|
return self._PrepayRenew
|
@@ -7125,7 +6831,6 @@ class BillDetailAssociatedOrder(AbstractModel):
|
|
7125
6831
|
@property
|
7126
6832
|
def PrepayModifyUp(self):
|
7127
6833
|
"""升配订单
|
7128
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7129
6834
|
:rtype: str
|
7130
6835
|
"""
|
7131
6836
|
return self._PrepayModifyUp
|
@@ -7137,7 +6842,6 @@ class BillDetailAssociatedOrder(AbstractModel):
|
|
7137
6842
|
@property
|
7138
6843
|
def ReverseOrder(self):
|
7139
6844
|
"""冲销订单
|
7140
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7141
6845
|
:rtype: str
|
7142
6846
|
"""
|
7143
6847
|
return self._ReverseOrder
|
@@ -7149,7 +6853,6 @@ class BillDetailAssociatedOrder(AbstractModel):
|
|
7149
6853
|
@property
|
7150
6854
|
def NewOrder(self):
|
7151
6855
|
"""优惠调整后订单
|
7152
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7153
6856
|
:rtype: str
|
7154
6857
|
"""
|
7155
6858
|
return self._NewOrder
|
@@ -7161,7 +6864,6 @@ class BillDetailAssociatedOrder(AbstractModel):
|
|
7161
6864
|
@property
|
7162
6865
|
def Original(self):
|
7163
6866
|
"""优惠调整前订单
|
7164
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7165
6867
|
:rtype: str
|
7166
6868
|
"""
|
7167
6869
|
return self._Original
|
@@ -7210,10 +6912,8 @@ class BillDetailComponent(AbstractModel):
|
|
7210
6912
|
:param _UsedAmountUnit: 组件用量单位:组件用量对应的单位
|
7211
6913
|
:type UsedAmountUnit: str
|
7212
6914
|
:param _RealTotalMeasure: 原始用量/时长:组件被资源包抵扣前的原始用量/时长
|
7213
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7214
6915
|
:type RealTotalMeasure: str
|
7215
6916
|
:param _DeductedMeasure: 抵扣用量/时长(含资源包):组件被资源包抵扣的用量/时长
|
7216
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7217
6917
|
:type DeductedMeasure: str
|
7218
6918
|
:param _TimeSpan: 使用时长:资源使用的时长
|
7219
6919
|
:type TimeSpan: str
|
@@ -7234,40 +6934,29 @@ class BillDetailComponent(AbstractModel):
|
|
7234
6934
|
:param _IncentivePayAmount: 赠送账户支出:使用赠送金支付的金额
|
7235
6935
|
:type IncentivePayAmount: str
|
7236
6936
|
:param _TransferPayAmount: 分成金账户支出:通过分成金账户支付的金额
|
7237
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7238
6937
|
:type TransferPayAmount: str
|
7239
6938
|
:param _ItemCode: 组件类型编码
|
7240
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7241
6939
|
:type ItemCode: str
|
7242
6940
|
:param _ComponentCode: 组件名称编码
|
7243
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7244
6941
|
:type ComponentCode: str
|
7245
6942
|
:param _ContractPrice: 组件单价:组件的折后单价,组件单价 = 刊例价 * 折扣
|
7246
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7247
6943
|
:type ContractPrice: str
|
7248
6944
|
:param _InstanceType: 实例类型:购买的产品服务对应的实例类型,包括资源包、RI、SP、竞价实例。正常的实例展示默认为不展示
|
7249
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7250
6945
|
:type InstanceType: str
|
7251
6946
|
:param _RiTimeSpan: 预留实例抵扣的使用时长:本产品或服务使用预留实例抵扣的使用时长
|
7252
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7253
6947
|
:type RiTimeSpan: str
|
7254
6948
|
:param _OriginalCostWithRI: 预留实例抵扣组件原价:本产品或服务使用预留实例抵扣的组件原价金额
|
7255
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7256
6949
|
:type OriginalCostWithRI: str
|
7257
6950
|
:param _SPDeductionRate: 节省计划抵扣率:节省计划可用余额额度范围内,节省计划对于此组件打的折扣率
|
7258
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7259
6951
|
:type SPDeductionRate: str
|
7260
6952
|
:param _SPDeduction: 节省计划抵扣金额(已废弃)
|
7261
6953
|
注意:此字段可能返回 null,表示取不到有效值。
|
7262
6954
|
:type SPDeduction: str
|
7263
6955
|
:param _OriginalCostWithSP: 节省计划抵扣组件原价:节省计划抵扣原价=节省计划包抵扣金额/节省计划抵扣率
|
7264
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7265
6956
|
:type OriginalCostWithSP: str
|
7266
6957
|
:param _BlendedDiscount: 混合折扣率:综合各类折扣抵扣信息后的最终折扣率,混合折扣率 = 优惠后总价 / 组件原价
|
7267
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7268
6958
|
:type BlendedDiscount: str
|
7269
6959
|
:param _ComponentConfig: 配置描述:资源配置规格信息
|
7270
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7271
6960
|
:type ComponentConfig: list of BillDetailComponentConfig
|
7272
6961
|
"""
|
7273
6962
|
self._ComponentCodeName = None
|
@@ -7385,7 +7074,6 @@ class BillDetailComponent(AbstractModel):
|
|
7385
7074
|
@property
|
7386
7075
|
def RealTotalMeasure(self):
|
7387
7076
|
"""原始用量/时长:组件被资源包抵扣前的原始用量/时长
|
7388
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7389
7077
|
:rtype: str
|
7390
7078
|
"""
|
7391
7079
|
return self._RealTotalMeasure
|
@@ -7397,7 +7085,6 @@ class BillDetailComponent(AbstractModel):
|
|
7397
7085
|
@property
|
7398
7086
|
def DeductedMeasure(self):
|
7399
7087
|
"""抵扣用量/时长(含资源包):组件被资源包抵扣的用量/时长
|
7400
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7401
7088
|
:rtype: str
|
7402
7089
|
"""
|
7403
7090
|
return self._DeductedMeasure
|
@@ -7508,7 +7195,6 @@ class BillDetailComponent(AbstractModel):
|
|
7508
7195
|
@property
|
7509
7196
|
def TransferPayAmount(self):
|
7510
7197
|
"""分成金账户支出:通过分成金账户支付的金额
|
7511
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7512
7198
|
:rtype: str
|
7513
7199
|
"""
|
7514
7200
|
return self._TransferPayAmount
|
@@ -7520,7 +7206,6 @@ class BillDetailComponent(AbstractModel):
|
|
7520
7206
|
@property
|
7521
7207
|
def ItemCode(self):
|
7522
7208
|
"""组件类型编码
|
7523
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7524
7209
|
:rtype: str
|
7525
7210
|
"""
|
7526
7211
|
return self._ItemCode
|
@@ -7532,7 +7217,6 @@ class BillDetailComponent(AbstractModel):
|
|
7532
7217
|
@property
|
7533
7218
|
def ComponentCode(self):
|
7534
7219
|
"""组件名称编码
|
7535
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7536
7220
|
:rtype: str
|
7537
7221
|
"""
|
7538
7222
|
return self._ComponentCode
|
@@ -7544,7 +7228,6 @@ class BillDetailComponent(AbstractModel):
|
|
7544
7228
|
@property
|
7545
7229
|
def ContractPrice(self):
|
7546
7230
|
"""组件单价:组件的折后单价,组件单价 = 刊例价 * 折扣
|
7547
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7548
7231
|
:rtype: str
|
7549
7232
|
"""
|
7550
7233
|
return self._ContractPrice
|
@@ -7556,7 +7239,6 @@ class BillDetailComponent(AbstractModel):
|
|
7556
7239
|
@property
|
7557
7240
|
def InstanceType(self):
|
7558
7241
|
"""实例类型:购买的产品服务对应的实例类型,包括资源包、RI、SP、竞价实例。正常的实例展示默认为不展示
|
7559
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7560
7242
|
:rtype: str
|
7561
7243
|
"""
|
7562
7244
|
return self._InstanceType
|
@@ -7568,7 +7250,6 @@ class BillDetailComponent(AbstractModel):
|
|
7568
7250
|
@property
|
7569
7251
|
def RiTimeSpan(self):
|
7570
7252
|
"""预留实例抵扣的使用时长:本产品或服务使用预留实例抵扣的使用时长
|
7571
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7572
7253
|
:rtype: str
|
7573
7254
|
"""
|
7574
7255
|
return self._RiTimeSpan
|
@@ -7580,7 +7261,6 @@ class BillDetailComponent(AbstractModel):
|
|
7580
7261
|
@property
|
7581
7262
|
def OriginalCostWithRI(self):
|
7582
7263
|
"""预留实例抵扣组件原价:本产品或服务使用预留实例抵扣的组件原价金额
|
7583
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7584
7264
|
:rtype: str
|
7585
7265
|
"""
|
7586
7266
|
return self._OriginalCostWithRI
|
@@ -7592,7 +7272,6 @@ class BillDetailComponent(AbstractModel):
|
|
7592
7272
|
@property
|
7593
7273
|
def SPDeductionRate(self):
|
7594
7274
|
"""节省计划抵扣率:节省计划可用余额额度范围内,节省计划对于此组件打的折扣率
|
7595
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7596
7275
|
:rtype: str
|
7597
7276
|
"""
|
7598
7277
|
return self._SPDeductionRate
|
@@ -7620,7 +7299,6 @@ class BillDetailComponent(AbstractModel):
|
|
7620
7299
|
@property
|
7621
7300
|
def OriginalCostWithSP(self):
|
7622
7301
|
"""节省计划抵扣组件原价:节省计划抵扣原价=节省计划包抵扣金额/节省计划抵扣率
|
7623
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7624
7302
|
:rtype: str
|
7625
7303
|
"""
|
7626
7304
|
return self._OriginalCostWithSP
|
@@ -7632,7 +7310,6 @@ class BillDetailComponent(AbstractModel):
|
|
7632
7310
|
@property
|
7633
7311
|
def BlendedDiscount(self):
|
7634
7312
|
"""混合折扣率:综合各类折扣抵扣信息后的最终折扣率,混合折扣率 = 优惠后总价 / 组件原价
|
7635
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7636
7313
|
:rtype: str
|
7637
7314
|
"""
|
7638
7315
|
return self._BlendedDiscount
|
@@ -7644,7 +7321,6 @@ class BillDetailComponent(AbstractModel):
|
|
7644
7321
|
@property
|
7645
7322
|
def ComponentConfig(self):
|
7646
7323
|
"""配置描述:资源配置规格信息
|
7647
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7648
7324
|
:rtype: list of BillDetailComponentConfig
|
7649
7325
|
"""
|
7650
7326
|
return self._ComponentConfig
|
@@ -7708,10 +7384,8 @@ class BillDetailComponentConfig(AbstractModel):
|
|
7708
7384
|
def __init__(self):
|
7709
7385
|
r"""
|
7710
7386
|
:param _Name: 配置描述名称
|
7711
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7712
7387
|
:type Name: str
|
7713
7388
|
:param _Value: 配置描述值
|
7714
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7715
7389
|
:type Value: str
|
7716
7390
|
"""
|
7717
7391
|
self._Name = None
|
@@ -7720,7 +7394,6 @@ class BillDetailComponentConfig(AbstractModel):
|
|
7720
7394
|
@property
|
7721
7395
|
def Name(self):
|
7722
7396
|
"""配置描述名称
|
7723
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7724
7397
|
:rtype: str
|
7725
7398
|
"""
|
7726
7399
|
return self._Name
|
@@ -7732,7 +7405,6 @@ class BillDetailComponentConfig(AbstractModel):
|
|
7732
7405
|
@property
|
7733
7406
|
def Value(self):
|
7734
7407
|
"""配置描述值
|
7735
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7736
7408
|
:rtype: str
|
7737
7409
|
"""
|
7738
7410
|
return self._Value
|
@@ -7809,7 +7481,6 @@ class BillDistributionResourceSummary(AbstractModel):
|
|
7809
7481
|
:param _IncentivePayAmount: 赠送账户支出:使用赠送金支付的金额
|
7810
7482
|
:type IncentivePayAmount: str
|
7811
7483
|
:param _TransferPayAmount: 分成金账户支出:通过分成金账户支付的金额
|
7812
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7813
7484
|
:type TransferPayAmount: str
|
7814
7485
|
:param _ExtendField3: 扩展字段3:产品对应的扩展属性信息,仅在资源账单体现
|
7815
7486
|
:type ExtendField3: str
|
@@ -7818,7 +7489,6 @@ class BillDistributionResourceSummary(AbstractModel):
|
|
7818
7489
|
:param _ExtendField5: 扩展字段5:产品对应的扩展属性信息,仅在资源账单体现
|
7819
7490
|
:type ExtendField5: str
|
7820
7491
|
:param _Tags: 标签信息
|
7821
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7822
7492
|
:type Tags: list of BillTagInfo
|
7823
7493
|
:param _OwnerUin: 使用者UIN:实际使用资源的账号 ID
|
7824
7494
|
:type OwnerUin: str
|
@@ -7839,7 +7509,6 @@ class BillDistributionResourceSummary(AbstractModel):
|
|
7839
7509
|
:param _OriginalCostWithSP: 节省计划抵扣组件原价:节省计划抵扣原价=节省计划包抵扣金额/节省计划抵扣率
|
7840
7510
|
:type OriginalCostWithSP: str
|
7841
7511
|
:param _BillMonth: 账单归属月
|
7842
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7843
7512
|
:type BillMonth: str
|
7844
7513
|
"""
|
7845
7514
|
self._BusinessCodeName = None
|
@@ -8137,7 +7806,6 @@ class BillDistributionResourceSummary(AbstractModel):
|
|
8137
7806
|
@property
|
8138
7807
|
def TransferPayAmount(self):
|
8139
7808
|
"""分成金账户支出:通过分成金账户支付的金额
|
8140
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8141
7809
|
:rtype: str
|
8142
7810
|
"""
|
8143
7811
|
return self._TransferPayAmount
|
@@ -8182,7 +7850,6 @@ class BillDistributionResourceSummary(AbstractModel):
|
|
8182
7850
|
@property
|
8183
7851
|
def Tags(self):
|
8184
7852
|
"""标签信息
|
8185
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8186
7853
|
:rtype: list of BillTagInfo
|
8187
7854
|
"""
|
8188
7855
|
return self._Tags
|
@@ -8297,7 +7964,6 @@ class BillDistributionResourceSummary(AbstractModel):
|
|
8297
7964
|
@property
|
8298
7965
|
def BillMonth(self):
|
8299
7966
|
"""账单归属月
|
8300
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8301
7967
|
:rtype: str
|
8302
7968
|
"""
|
8303
7969
|
return self._BillMonth
|
@@ -8594,10 +8260,8 @@ class BillProduct(AbstractModel):
|
|
8594
8260
|
def __init__(self):
|
8595
8261
|
r"""
|
8596
8262
|
:param _ProductCode: 子产品编码
|
8597
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8598
8263
|
:type ProductCode: str
|
8599
8264
|
:param _ProductCodeName: 子产品名称:用户采购的具体产品细分类型
|
8600
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8601
8265
|
:type ProductCodeName: str
|
8602
8266
|
"""
|
8603
8267
|
self._ProductCode = None
|
@@ -8606,7 +8270,6 @@ class BillProduct(AbstractModel):
|
|
8606
8270
|
@property
|
8607
8271
|
def ProductCode(self):
|
8608
8272
|
"""子产品编码
|
8609
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8610
8273
|
:rtype: str
|
8611
8274
|
"""
|
8612
8275
|
return self._ProductCode
|
@@ -8618,7 +8281,6 @@ class BillProduct(AbstractModel):
|
|
8618
8281
|
@property
|
8619
8282
|
def ProductCodeName(self):
|
8620
8283
|
"""子产品名称:用户采购的具体产品细分类型
|
8621
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8622
8284
|
:rtype: str
|
8623
8285
|
"""
|
8624
8286
|
return self._ProductCodeName
|
@@ -8649,13 +8311,10 @@ class BillProductLink(AbstractModel):
|
|
8649
8311
|
def __init__(self):
|
8650
8312
|
r"""
|
8651
8313
|
:param _ProductCode: 子产品编码
|
8652
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8653
8314
|
:type ProductCode: str
|
8654
8315
|
:param _ProductCodeName: 子产品名称
|
8655
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8656
8316
|
:type ProductCodeName: str
|
8657
8317
|
:param _Children: 组件名称
|
8658
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8659
8318
|
:type Children: list of BillItem
|
8660
8319
|
"""
|
8661
8320
|
self._ProductCode = None
|
@@ -8665,7 +8324,6 @@ class BillProductLink(AbstractModel):
|
|
8665
8324
|
@property
|
8666
8325
|
def ProductCode(self):
|
8667
8326
|
"""子产品编码
|
8668
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8669
8327
|
:rtype: str
|
8670
8328
|
"""
|
8671
8329
|
return self._ProductCode
|
@@ -8677,7 +8335,6 @@ class BillProductLink(AbstractModel):
|
|
8677
8335
|
@property
|
8678
8336
|
def ProductCodeName(self):
|
8679
8337
|
"""子产品名称
|
8680
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8681
8338
|
:rtype: str
|
8682
8339
|
"""
|
8683
8340
|
return self._ProductCodeName
|
@@ -8689,7 +8346,6 @@ class BillProductLink(AbstractModel):
|
|
8689
8346
|
@property
|
8690
8347
|
def Children(self):
|
8691
8348
|
"""组件名称
|
8692
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8693
8349
|
:rtype: list of BillItem
|
8694
8350
|
"""
|
8695
8351
|
return self._Children
|
@@ -8874,7 +8530,6 @@ class BillResourceSummary(AbstractModel):
|
|
8874
8530
|
:param _IncentivePayAmount: 赠送账户支出:使用赠送金支付的金额
|
8875
8531
|
:type IncentivePayAmount: str
|
8876
8532
|
:param _TransferPayAmount: 分成金账户支出:通过分成金账户支付的金额
|
8877
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8878
8533
|
:type TransferPayAmount: str
|
8879
8534
|
:param _ExtendField3: 扩展字段3:产品对应的扩展属性信息,仅在资源账单体现
|
8880
8535
|
:type ExtendField3: str
|
@@ -8883,7 +8538,6 @@ class BillResourceSummary(AbstractModel):
|
|
8883
8538
|
:param _ExtendField5: 扩展字段5:产品对应的扩展属性信息,仅在资源账单体现
|
8884
8539
|
:type ExtendField5: str
|
8885
8540
|
:param _Tags: 标签信息
|
8886
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8887
8541
|
:type Tags: list of BillTagInfo
|
8888
8542
|
:param _PayerUin: 支付者UIN:支付者的账号 ID,账号 ID 是用户在腾讯云的唯一账号标识
|
8889
8543
|
:type PayerUin: str
|
@@ -8906,7 +8560,6 @@ class BillResourceSummary(AbstractModel):
|
|
8906
8560
|
:param _OriginalCostWithSP: 节省计划抵扣组件原价:节省计划抵扣原价=节省计划包抵扣金额/节省计划抵扣率
|
8907
8561
|
:type OriginalCostWithSP: str
|
8908
8562
|
:param _BillMonth: 账单归属月
|
8909
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8910
8563
|
:type BillMonth: str
|
8911
8564
|
"""
|
8912
8565
|
self._BusinessCodeName = None
|
@@ -9205,7 +8858,6 @@ class BillResourceSummary(AbstractModel):
|
|
9205
8858
|
@property
|
9206
8859
|
def TransferPayAmount(self):
|
9207
8860
|
"""分成金账户支出:通过分成金账户支付的金额
|
9208
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9209
8861
|
:rtype: str
|
9210
8862
|
"""
|
9211
8863
|
return self._TransferPayAmount
|
@@ -9250,7 +8902,6 @@ class BillResourceSummary(AbstractModel):
|
|
9250
8902
|
@property
|
9251
8903
|
def Tags(self):
|
9252
8904
|
"""标签信息
|
9253
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9254
8905
|
:rtype: list of BillTagInfo
|
9255
8906
|
"""
|
9256
8907
|
return self._Tags
|
@@ -9376,7 +9027,6 @@ class BillResourceSummary(AbstractModel):
|
|
9376
9027
|
@property
|
9377
9028
|
def BillMonth(self):
|
9378
9029
|
"""账单归属月
|
9379
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9380
9030
|
:rtype: str
|
9381
9031
|
"""
|
9382
9032
|
return self._BillMonth
|
@@ -10891,16 +10541,12 @@ class ConsumptionProjectSummaryDataItem(AbstractModel):
|
|
10891
10541
|
:param _Business: 产品消耗详情
|
10892
10542
|
:type Business: list of ConsumptionBusinessSummaryDataItem
|
10893
10543
|
:param _CashPayAmount: 现金
|
10894
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10895
10544
|
:type CashPayAmount: str
|
10896
10545
|
:param _IncentivePayAmount: 赠送金
|
10897
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10898
10546
|
:type IncentivePayAmount: str
|
10899
10547
|
:param _VoucherPayAmount: 代金券
|
10900
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10901
10548
|
:type VoucherPayAmount: str
|
10902
10549
|
:param _TransferPayAmount: 分成金
|
10903
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10904
10550
|
:type TransferPayAmount: str
|
10905
10551
|
"""
|
10906
10552
|
self._ProjectId = None
|
@@ -10971,7 +10617,6 @@ class ConsumptionProjectSummaryDataItem(AbstractModel):
|
|
10971
10617
|
@property
|
10972
10618
|
def CashPayAmount(self):
|
10973
10619
|
"""现金
|
10974
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10975
10620
|
:rtype: str
|
10976
10621
|
"""
|
10977
10622
|
return self._CashPayAmount
|
@@ -10983,7 +10628,6 @@ class ConsumptionProjectSummaryDataItem(AbstractModel):
|
|
10983
10628
|
@property
|
10984
10629
|
def IncentivePayAmount(self):
|
10985
10630
|
"""赠送金
|
10986
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10987
10631
|
:rtype: str
|
10988
10632
|
"""
|
10989
10633
|
return self._IncentivePayAmount
|
@@ -10995,7 +10639,6 @@ class ConsumptionProjectSummaryDataItem(AbstractModel):
|
|
10995
10639
|
@property
|
10996
10640
|
def VoucherPayAmount(self):
|
10997
10641
|
"""代金券
|
10998
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10999
10642
|
:rtype: str
|
11000
10643
|
"""
|
11001
10644
|
return self._VoucherPayAmount
|
@@ -11007,7 +10650,6 @@ class ConsumptionProjectSummaryDataItem(AbstractModel):
|
|
11007
10650
|
@property
|
11008
10651
|
def TransferPayAmount(self):
|
11009
10652
|
"""分成金
|
11010
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11011
10653
|
:rtype: str
|
11012
10654
|
"""
|
11013
10655
|
return self._TransferPayAmount
|
@@ -17363,10 +17005,8 @@ class DescribeBillDetailResponse(AbstractModel):
|
|
17363
17005
|
:param _DetailSet: 详情列表
|
17364
17006
|
:type DetailSet: list of BillDetail
|
17365
17007
|
:param _Total: 总记录数,24小时缓存一次,可能比实际总记录数少
|
17366
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17367
17008
|
:type Total: int
|
17368
17009
|
:param _Context: 本次请求的上下文信息,可用于下一次请求的请求参数中,加快查询速度
|
17369
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17370
17010
|
:type Context: str
|
17371
17011
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
17372
17012
|
:type RequestId: str
|
@@ -17390,7 +17030,6 @@ class DescribeBillDetailResponse(AbstractModel):
|
|
17390
17030
|
@property
|
17391
17031
|
def Total(self):
|
17392
17032
|
"""总记录数,24小时缓存一次,可能比实际总记录数少
|
17393
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17394
17033
|
:rtype: int
|
17395
17034
|
"""
|
17396
17035
|
return self._Total
|
@@ -17402,7 +17041,6 @@ class DescribeBillDetailResponse(AbstractModel):
|
|
17402
17041
|
@property
|
17403
17042
|
def Context(self):
|
17404
17043
|
"""本次请求的上下文信息,可用于下一次请求的请求参数中,加快查询速度
|
17405
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17406
17044
|
:rtype: str
|
17407
17045
|
"""
|
17408
17046
|
return self._Context
|
@@ -19781,7 +19419,6 @@ class DescribeCostDetailResponse(AbstractModel):
|
|
19781
19419
|
def __init__(self):
|
19782
19420
|
r"""
|
19783
19421
|
:param _DetailSet: 消耗明细
|
19784
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19785
19422
|
:type DetailSet: list of CostDetail
|
19786
19423
|
:param _Total: 记录数
|
19787
19424
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -19796,7 +19433,6 @@ class DescribeCostDetailResponse(AbstractModel):
|
|
19796
19433
|
@property
|
19797
19434
|
def DetailSet(self):
|
19798
19435
|
"""消耗明细
|
19799
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19800
19436
|
:rtype: list of CostDetail
|
19801
19437
|
"""
|
19802
19438
|
return self._DetailSet
|
@@ -20062,19 +19698,14 @@ class DescribeCostExplorerSummaryResponse(AbstractModel):
|
|
20062
19698
|
def __init__(self):
|
20063
19699
|
r"""
|
20064
19700
|
:param _Total: 数据条数
|
20065
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20066
19701
|
:type Total: int
|
20067
19702
|
:param _Header: 表头信息
|
20068
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20069
19703
|
:type Header: :class:`tencentcloud.billing.v20180709.models.AnalyseHeaderDetail`
|
20070
19704
|
:param _Detail: 数据明细
|
20071
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20072
19705
|
:type Detail: list of AnalyseDetail
|
20073
19706
|
:param _TotalDetail: 数据总计
|
20074
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20075
19707
|
:type TotalDetail: :class:`tencentcloud.billing.v20180709.models.AnalyseDetail`
|
20076
19708
|
:param _ConditionValue: 筛选框
|
20077
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20078
19709
|
:type ConditionValue: :class:`tencentcloud.billing.v20180709.models.AnalyseConditionDetail`
|
20079
19710
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
20080
19711
|
:type RequestId: str
|
@@ -20089,7 +19720,6 @@ class DescribeCostExplorerSummaryResponse(AbstractModel):
|
|
20089
19720
|
@property
|
20090
19721
|
def Total(self):
|
20091
19722
|
"""数据条数
|
20092
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20093
19723
|
:rtype: int
|
20094
19724
|
"""
|
20095
19725
|
return self._Total
|
@@ -20101,7 +19731,6 @@ class DescribeCostExplorerSummaryResponse(AbstractModel):
|
|
20101
19731
|
@property
|
20102
19732
|
def Header(self):
|
20103
19733
|
"""表头信息
|
20104
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20105
19734
|
:rtype: :class:`tencentcloud.billing.v20180709.models.AnalyseHeaderDetail`
|
20106
19735
|
"""
|
20107
19736
|
return self._Header
|
@@ -20113,7 +19742,6 @@ class DescribeCostExplorerSummaryResponse(AbstractModel):
|
|
20113
19742
|
@property
|
20114
19743
|
def Detail(self):
|
20115
19744
|
"""数据明细
|
20116
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20117
19745
|
:rtype: list of AnalyseDetail
|
20118
19746
|
"""
|
20119
19747
|
return self._Detail
|
@@ -20125,7 +19753,6 @@ class DescribeCostExplorerSummaryResponse(AbstractModel):
|
|
20125
19753
|
@property
|
20126
19754
|
def TotalDetail(self):
|
20127
19755
|
"""数据总计
|
20128
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20129
19756
|
:rtype: :class:`tencentcloud.billing.v20180709.models.AnalyseDetail`
|
20130
19757
|
"""
|
20131
19758
|
return self._TotalDetail
|
@@ -20137,7 +19764,6 @@ class DescribeCostExplorerSummaryResponse(AbstractModel):
|
|
20137
19764
|
@property
|
20138
19765
|
def ConditionValue(self):
|
20139
19766
|
"""筛选框
|
20140
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20141
19767
|
:rtype: :class:`tencentcloud.billing.v20180709.models.AnalyseConditionDetail`
|
20142
19768
|
"""
|
20143
19769
|
return self._ConditionValue
|
@@ -21405,65 +21031,45 @@ class DescribeDosageDetail(AbstractModel):
|
|
21405
21031
|
def __init__(self):
|
21406
21032
|
r"""
|
21407
21033
|
:param _Date: 日期
|
21408
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21409
21034
|
:type Date: str
|
21410
21035
|
:param _Uin: 账号 ID 是用户在腾讯云的唯一账号标识
|
21411
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21412
21036
|
:type Uin: str
|
21413
21037
|
:param _DosageType: 用量统计类型
|
21414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21415
21038
|
:type DosageType: str
|
21416
21039
|
:param _ProductCode: 产品编码
|
21417
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21418
21040
|
:type ProductCode: str
|
21419
21041
|
:param _SubProductCode: 子产品编码
|
21420
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21421
21042
|
:type SubProductCode: str
|
21422
21043
|
:param _BillingItemCode: 组件类型编码
|
21423
21044
|
|
21424
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21425
21045
|
:type BillingItemCode: str
|
21426
21046
|
:param _SubBillingItemCode: 组件编码
|
21427
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21428
21047
|
:type SubBillingItemCode: str
|
21429
21048
|
:param _ProductCodeName: 产品名称
|
21430
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21431
21049
|
:type ProductCodeName: str
|
21432
21050
|
:param _SubProductCodeName: 子产品名称
|
21433
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21434
21051
|
:type SubProductCodeName: str
|
21435
21052
|
:param _BillingItemCodeName: 组件类型
|
21436
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21437
21053
|
:type BillingItemCodeName: str
|
21438
21054
|
:param _SubBillingItemCodeName: 组件
|
21439
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21440
21055
|
:type SubBillingItemCodeName: str
|
21441
21056
|
:param _DosageUnit: 用量单位
|
21442
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21443
21057
|
:type DosageUnit: str
|
21444
21058
|
:param _DosageBeginTime: 用量起始时间
|
21445
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21446
21059
|
:type DosageBeginTime: str
|
21447
21060
|
:param _DosageEndTime: 用量截止时间
|
21448
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21449
21061
|
:type DosageEndTime: str
|
21450
21062
|
:param _DosageValue: 标准用量
|
21451
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21452
21063
|
:type DosageValue: float
|
21453
21064
|
:param _DeductValue: 抵扣用量
|
21454
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21455
21065
|
:type DeductValue: float
|
21456
21066
|
:param _RemainValue: 抵扣余量
|
21457
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21458
21067
|
:type RemainValue: float
|
21459
21068
|
:param _SdkAppId: sdkAppId
|
21460
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21461
21069
|
:type SdkAppId: str
|
21462
21070
|
:param _AttrStr: 其他信息
|
21463
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21464
21071
|
:type AttrStr: list of JsonObject
|
21465
21072
|
:param _SheetName: 用量模板名称
|
21466
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21467
21073
|
:type SheetName: list of str
|
21468
21074
|
"""
|
21469
21075
|
self._Date = None
|
@@ -21490,7 +21096,6 @@ class DescribeDosageDetail(AbstractModel):
|
|
21490
21096
|
@property
|
21491
21097
|
def Date(self):
|
21492
21098
|
"""日期
|
21493
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21494
21099
|
:rtype: str
|
21495
21100
|
"""
|
21496
21101
|
return self._Date
|
@@ -21502,7 +21107,6 @@ class DescribeDosageDetail(AbstractModel):
|
|
21502
21107
|
@property
|
21503
21108
|
def Uin(self):
|
21504
21109
|
"""账号 ID 是用户在腾讯云的唯一账号标识
|
21505
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21506
21110
|
:rtype: str
|
21507
21111
|
"""
|
21508
21112
|
return self._Uin
|
@@ -21514,7 +21118,6 @@ class DescribeDosageDetail(AbstractModel):
|
|
21514
21118
|
@property
|
21515
21119
|
def DosageType(self):
|
21516
21120
|
"""用量统计类型
|
21517
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21518
21121
|
:rtype: str
|
21519
21122
|
"""
|
21520
21123
|
return self._DosageType
|
@@ -21526,7 +21129,6 @@ class DescribeDosageDetail(AbstractModel):
|
|
21526
21129
|
@property
|
21527
21130
|
def ProductCode(self):
|
21528
21131
|
"""产品编码
|
21529
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21530
21132
|
:rtype: str
|
21531
21133
|
"""
|
21532
21134
|
return self._ProductCode
|
@@ -21538,7 +21140,6 @@ class DescribeDosageDetail(AbstractModel):
|
|
21538
21140
|
@property
|
21539
21141
|
def SubProductCode(self):
|
21540
21142
|
"""子产品编码
|
21541
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21542
21143
|
:rtype: str
|
21543
21144
|
"""
|
21544
21145
|
return self._SubProductCode
|
@@ -21551,7 +21152,6 @@ class DescribeDosageDetail(AbstractModel):
|
|
21551
21152
|
def BillingItemCode(self):
|
21552
21153
|
"""组件类型编码
|
21553
21154
|
|
21554
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21555
21155
|
:rtype: str
|
21556
21156
|
"""
|
21557
21157
|
return self._BillingItemCode
|
@@ -21563,7 +21163,6 @@ class DescribeDosageDetail(AbstractModel):
|
|
21563
21163
|
@property
|
21564
21164
|
def SubBillingItemCode(self):
|
21565
21165
|
"""组件编码
|
21566
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21567
21166
|
:rtype: str
|
21568
21167
|
"""
|
21569
21168
|
return self._SubBillingItemCode
|
@@ -21575,7 +21174,6 @@ class DescribeDosageDetail(AbstractModel):
|
|
21575
21174
|
@property
|
21576
21175
|
def ProductCodeName(self):
|
21577
21176
|
"""产品名称
|
21578
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21579
21177
|
:rtype: str
|
21580
21178
|
"""
|
21581
21179
|
return self._ProductCodeName
|
@@ -21587,7 +21185,6 @@ class DescribeDosageDetail(AbstractModel):
|
|
21587
21185
|
@property
|
21588
21186
|
def SubProductCodeName(self):
|
21589
21187
|
"""子产品名称
|
21590
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21591
21188
|
:rtype: str
|
21592
21189
|
"""
|
21593
21190
|
return self._SubProductCodeName
|
@@ -21599,7 +21196,6 @@ class DescribeDosageDetail(AbstractModel):
|
|
21599
21196
|
@property
|
21600
21197
|
def BillingItemCodeName(self):
|
21601
21198
|
"""组件类型
|
21602
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21603
21199
|
:rtype: str
|
21604
21200
|
"""
|
21605
21201
|
return self._BillingItemCodeName
|
@@ -21611,7 +21207,6 @@ class DescribeDosageDetail(AbstractModel):
|
|
21611
21207
|
@property
|
21612
21208
|
def SubBillingItemCodeName(self):
|
21613
21209
|
"""组件
|
21614
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21615
21210
|
:rtype: str
|
21616
21211
|
"""
|
21617
21212
|
return self._SubBillingItemCodeName
|
@@ -21623,7 +21218,6 @@ class DescribeDosageDetail(AbstractModel):
|
|
21623
21218
|
@property
|
21624
21219
|
def DosageUnit(self):
|
21625
21220
|
"""用量单位
|
21626
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21627
21221
|
:rtype: str
|
21628
21222
|
"""
|
21629
21223
|
return self._DosageUnit
|
@@ -21635,7 +21229,6 @@ class DescribeDosageDetail(AbstractModel):
|
|
21635
21229
|
@property
|
21636
21230
|
def DosageBeginTime(self):
|
21637
21231
|
"""用量起始时间
|
21638
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21639
21232
|
:rtype: str
|
21640
21233
|
"""
|
21641
21234
|
return self._DosageBeginTime
|
@@ -21647,7 +21240,6 @@ class DescribeDosageDetail(AbstractModel):
|
|
21647
21240
|
@property
|
21648
21241
|
def DosageEndTime(self):
|
21649
21242
|
"""用量截止时间
|
21650
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21651
21243
|
:rtype: str
|
21652
21244
|
"""
|
21653
21245
|
return self._DosageEndTime
|
@@ -21659,7 +21251,6 @@ class DescribeDosageDetail(AbstractModel):
|
|
21659
21251
|
@property
|
21660
21252
|
def DosageValue(self):
|
21661
21253
|
"""标准用量
|
21662
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21663
21254
|
:rtype: float
|
21664
21255
|
"""
|
21665
21256
|
return self._DosageValue
|
@@ -21671,7 +21262,6 @@ class DescribeDosageDetail(AbstractModel):
|
|
21671
21262
|
@property
|
21672
21263
|
def DeductValue(self):
|
21673
21264
|
"""抵扣用量
|
21674
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21675
21265
|
:rtype: float
|
21676
21266
|
"""
|
21677
21267
|
return self._DeductValue
|
@@ -21683,7 +21273,6 @@ class DescribeDosageDetail(AbstractModel):
|
|
21683
21273
|
@property
|
21684
21274
|
def RemainValue(self):
|
21685
21275
|
"""抵扣余量
|
21686
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21687
21276
|
:rtype: float
|
21688
21277
|
"""
|
21689
21278
|
return self._RemainValue
|
@@ -21695,7 +21284,6 @@ class DescribeDosageDetail(AbstractModel):
|
|
21695
21284
|
@property
|
21696
21285
|
def SdkAppId(self):
|
21697
21286
|
"""sdkAppId
|
21698
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21699
21287
|
:rtype: str
|
21700
21288
|
"""
|
21701
21289
|
return self._SdkAppId
|
@@ -21707,7 +21295,6 @@ class DescribeDosageDetail(AbstractModel):
|
|
21707
21295
|
@property
|
21708
21296
|
def AttrStr(self):
|
21709
21297
|
"""其他信息
|
21710
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21711
21298
|
:rtype: list of JsonObject
|
21712
21299
|
"""
|
21713
21300
|
return self._AttrStr
|
@@ -21719,7 +21306,6 @@ class DescribeDosageDetail(AbstractModel):
|
|
21719
21306
|
@property
|
21720
21307
|
def SheetName(self):
|
21721
21308
|
"""用量模板名称
|
21722
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21723
21309
|
:rtype: list of str
|
21724
21310
|
"""
|
21725
21311
|
return self._SheetName
|
@@ -21926,16 +21512,12 @@ class DescribeDosageDetailByDateResponse(AbstractModel):
|
|
21926
21512
|
def __init__(self):
|
21927
21513
|
r"""
|
21928
21514
|
:param _Unit: 计量单位
|
21929
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21930
21515
|
:type Unit: str
|
21931
21516
|
:param _DetailSets: 用量数组
|
21932
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21933
21517
|
:type DetailSets: list of DetailSet
|
21934
21518
|
:param _RetCode: 错误码
|
21935
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21936
21519
|
:type RetCode: int
|
21937
21520
|
:param _RetMsg: 错误信息
|
21938
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21939
21521
|
:type RetMsg: str
|
21940
21522
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
21941
21523
|
:type RequestId: str
|
@@ -21949,7 +21531,6 @@ class DescribeDosageDetailByDateResponse(AbstractModel):
|
|
21949
21531
|
@property
|
21950
21532
|
def Unit(self):
|
21951
21533
|
"""计量单位
|
21952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21953
21534
|
:rtype: str
|
21954
21535
|
"""
|
21955
21536
|
return self._Unit
|
@@ -21961,7 +21542,6 @@ class DescribeDosageDetailByDateResponse(AbstractModel):
|
|
21961
21542
|
@property
|
21962
21543
|
def DetailSets(self):
|
21963
21544
|
"""用量数组
|
21964
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21965
21545
|
:rtype: list of DetailSet
|
21966
21546
|
"""
|
21967
21547
|
return self._DetailSets
|
@@ -21973,7 +21553,6 @@ class DescribeDosageDetailByDateResponse(AbstractModel):
|
|
21973
21553
|
@property
|
21974
21554
|
def RetCode(self):
|
21975
21555
|
"""错误码
|
21976
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21977
21556
|
:rtype: int
|
21978
21557
|
"""
|
21979
21558
|
return self._RetCode
|
@@ -21985,7 +21564,6 @@ class DescribeDosageDetailByDateResponse(AbstractModel):
|
|
21985
21564
|
@property
|
21986
21565
|
def RetMsg(self):
|
21987
21566
|
"""错误信息
|
21988
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21989
21567
|
:rtype: str
|
21990
21568
|
"""
|
21991
21569
|
return self._RetMsg
|
@@ -23736,7 +23314,6 @@ class DetailSet(AbstractModel):
|
|
23736
23314
|
:param _DetailPoints: 使用数据明细
|
23737
23315
|
:type DetailPoints: list of DetailPoint
|
23738
23316
|
:param _InstanceID: 实例ID
|
23739
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23740
23317
|
:type InstanceID: str
|
23741
23318
|
"""
|
23742
23319
|
self._Domain = None
|
@@ -23768,7 +23345,6 @@ class DetailSet(AbstractModel):
|
|
23768
23345
|
@property
|
23769
23346
|
def InstanceID(self):
|
23770
23347
|
"""实例ID
|
23771
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23772
23348
|
:rtype: str
|
23773
23349
|
"""
|
23774
23350
|
return self._InstanceID
|
@@ -25585,7 +25161,6 @@ class RegionSummaryOverviewItem(AbstractModel):
|
|
25585
25161
|
def __init__(self):
|
25586
25162
|
r"""
|
25587
25163
|
:param _RegionId: 地域ID
|
25588
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25589
25164
|
:type RegionId: str
|
25590
25165
|
:param _RegionName: 地域名称:资源所属地域,例如华南地区(广州)
|
25591
25166
|
:type RegionName: str
|
@@ -25620,7 +25195,6 @@ class RegionSummaryOverviewItem(AbstractModel):
|
|
25620
25195
|
@property
|
25621
25196
|
def RegionId(self):
|
25622
25197
|
"""地域ID
|
25623
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25624
25198
|
:rtype: str
|
25625
25199
|
"""
|
25626
25200
|
return self._RegionId
|
@@ -25782,6 +25356,18 @@ class SavingPlanCoverageDetail(AbstractModel):
|
|
25782
25356
|
:type ExpectedAmount: float
|
25783
25357
|
:param _SpCoverage: 覆盖率结果,取值[0, 100]
|
25784
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
|
25785
25371
|
"""
|
25786
25372
|
self._ResourceId = None
|
25787
25373
|
self._RegionId = None
|
@@ -25794,6 +25380,12 @@ class SavingPlanCoverageDetail(AbstractModel):
|
|
25794
25380
|
self._TotalRealAmount = None
|
25795
25381
|
self._ExpectedAmount = None
|
25796
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
|
25797
25389
|
|
25798
25390
|
@property
|
25799
25391
|
def ResourceId(self):
|
@@ -25919,6 +25511,72 @@ class SavingPlanCoverageDetail(AbstractModel):
|
|
25919
25511
|
def SpCoverage(self, SpCoverage):
|
25920
25512
|
self._SpCoverage = SpCoverage
|
25921
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
|
+
|
25922
25580
|
|
25923
25581
|
def _deserialize(self, params):
|
25924
25582
|
self._ResourceId = params.get("ResourceId")
|
@@ -25932,6 +25590,12 @@ class SavingPlanCoverageDetail(AbstractModel):
|
|
25932
25590
|
self._TotalRealAmount = params.get("TotalRealAmount")
|
25933
25591
|
self._ExpectedAmount = params.get("ExpectedAmount")
|
25934
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")
|
25935
25599
|
memeber_set = set(params.keys())
|
25936
25600
|
for name, value in vars(self).items():
|
25937
25601
|
property_name = name[1:]
|
@@ -26001,10 +25665,8 @@ class SummaryDetail(AbstractModel):
|
|
26001
25665
|
def __init__(self):
|
26002
25666
|
r"""
|
26003
25667
|
:param _GroupKey: 账单维度编码
|
26004
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26005
25668
|
:type GroupKey: str
|
26006
25669
|
:param _GroupValue: 账单维度值
|
26007
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26008
25670
|
:type GroupValue: str
|
26009
25671
|
:param _TotalCost: 原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
|
26010
25672
|
:type TotalCost: str
|
@@ -26017,10 +25679,8 @@ class SummaryDetail(AbstractModel):
|
|
26017
25679
|
:param _VoucherPayAmount: 优惠券支出:使用各类优惠券(如代金券、现金券等)支付的金额
|
26018
25680
|
:type VoucherPayAmount: str
|
26019
25681
|
:param _TransferPayAmount: 分成金账户支出:通过分成金账户支付的金额
|
26020
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26021
25682
|
:type TransferPayAmount: str
|
26022
25683
|
:param _Business: 产品汇总信息
|
26023
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26024
25684
|
:type Business: list of BusinessSummaryInfo
|
26025
25685
|
"""
|
26026
25686
|
self._GroupKey = None
|
@@ -26036,7 +25696,6 @@ class SummaryDetail(AbstractModel):
|
|
26036
25696
|
@property
|
26037
25697
|
def GroupKey(self):
|
26038
25698
|
"""账单维度编码
|
26039
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26040
25699
|
:rtype: str
|
26041
25700
|
"""
|
26042
25701
|
return self._GroupKey
|
@@ -26048,7 +25707,6 @@ class SummaryDetail(AbstractModel):
|
|
26048
25707
|
@property
|
26049
25708
|
def GroupValue(self):
|
26050
25709
|
"""账单维度值
|
26051
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26052
25710
|
:rtype: str
|
26053
25711
|
"""
|
26054
25712
|
return self._GroupValue
|
@@ -26115,7 +25773,6 @@ class SummaryDetail(AbstractModel):
|
|
26115
25773
|
@property
|
26116
25774
|
def TransferPayAmount(self):
|
26117
25775
|
"""分成金账户支出:通过分成金账户支付的金额
|
26118
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26119
25776
|
:rtype: str
|
26120
25777
|
"""
|
26121
25778
|
return self._TransferPayAmount
|
@@ -26127,7 +25784,6 @@ class SummaryDetail(AbstractModel):
|
|
26127
25784
|
@property
|
26128
25785
|
def Business(self):
|
26129
25786
|
"""产品汇总信息
|
26130
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26131
25787
|
:rtype: list of BusinessSummaryInfo
|
26132
25788
|
"""
|
26133
25789
|
return self._Business
|
@@ -26170,10 +25826,8 @@ class SummaryTotal(AbstractModel):
|
|
26170
25826
|
def __init__(self):
|
26171
25827
|
r"""
|
26172
25828
|
:param _RealTotalCost: 优惠后总价
|
26173
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26174
25829
|
:type RealTotalCost: str
|
26175
25830
|
:param _TotalCost: 原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
|
26176
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26177
25831
|
:type TotalCost: str
|
26178
25832
|
"""
|
26179
25833
|
self._RealTotalCost = None
|
@@ -26182,7 +25836,6 @@ class SummaryTotal(AbstractModel):
|
|
26182
25836
|
@property
|
26183
25837
|
def RealTotalCost(self):
|
26184
25838
|
"""优惠后总价
|
26185
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26186
25839
|
:rtype: str
|
26187
25840
|
"""
|
26188
25841
|
return self._RealTotalCost
|
@@ -26194,7 +25847,6 @@ class SummaryTotal(AbstractModel):
|
|
26194
25847
|
@property
|
26195
25848
|
def TotalCost(self):
|
26196
25849
|
"""原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
|
26197
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26198
25850
|
:rtype: str
|
26199
25851
|
"""
|
26200
25852
|
return self._TotalCost
|
@@ -26229,7 +25881,6 @@ class TagDataInfo(AbstractModel):
|
|
26229
25881
|
:param _Status: 标签类型,0普通标签,1分账标签
|
26230
25882
|
:type Status: int
|
26231
25883
|
:param _UpdateTime: 设置分账标签时间,普通标签不返回
|
26232
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26233
25884
|
:type UpdateTime: str
|
26234
25885
|
"""
|
26235
25886
|
self._TagKey = None
|
@@ -26261,7 +25912,6 @@ class TagDataInfo(AbstractModel):
|
|
26261
25912
|
@property
|
26262
25913
|
def UpdateTime(self):
|
26263
25914
|
"""设置分账标签时间,普通标签不返回
|
26264
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26265
25915
|
:rtype: str
|
26266
25916
|
"""
|
26267
25917
|
return self._UpdateTime
|
@@ -26293,28 +25943,20 @@ class TagSummaryOverviewItem(AbstractModel):
|
|
26293
25943
|
def __init__(self):
|
26294
25944
|
r"""
|
26295
25945
|
:param _TagValue: 标签值
|
26296
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26297
25946
|
:type TagValue: str
|
26298
25947
|
:param _RealTotalCostRatio: 费用所占百分比,两位小数
|
26299
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26300
25948
|
:type RealTotalCostRatio: str
|
26301
25949
|
:param _RealTotalCost: 优惠后总价
|
26302
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26303
25950
|
:type RealTotalCost: str
|
26304
25951
|
:param _CashPayAmount: 现金账户支出:通过现金账户支付的金额
|
26305
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26306
25952
|
:type CashPayAmount: str
|
26307
25953
|
:param _IncentivePayAmount: 赠送账户支出:使用赠送金支付的金额
|
26308
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26309
25954
|
:type IncentivePayAmount: str
|
26310
25955
|
:param _VoucherPayAmount: 优惠券支出:使用各类优惠券(如代金券、现金券等)支付的金额
|
26311
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26312
25956
|
:type VoucherPayAmount: str
|
26313
25957
|
:param _TransferPayAmount: 分成金账户支出:通过分成金账户支付的金额
|
26314
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26315
25958
|
:type TransferPayAmount: str
|
26316
25959
|
:param _TotalCost: 原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
|
26317
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26318
25960
|
:type TotalCost: str
|
26319
25961
|
"""
|
26320
25962
|
self._TagValue = None
|
@@ -26329,7 +25971,6 @@ class TagSummaryOverviewItem(AbstractModel):
|
|
26329
25971
|
@property
|
26330
25972
|
def TagValue(self):
|
26331
25973
|
"""标签值
|
26332
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26333
25974
|
:rtype: str
|
26334
25975
|
"""
|
26335
25976
|
return self._TagValue
|
@@ -26341,7 +25982,6 @@ class TagSummaryOverviewItem(AbstractModel):
|
|
26341
25982
|
@property
|
26342
25983
|
def RealTotalCostRatio(self):
|
26343
25984
|
"""费用所占百分比,两位小数
|
26344
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26345
25985
|
:rtype: str
|
26346
25986
|
"""
|
26347
25987
|
return self._RealTotalCostRatio
|
@@ -26353,7 +25993,6 @@ class TagSummaryOverviewItem(AbstractModel):
|
|
26353
25993
|
@property
|
26354
25994
|
def RealTotalCost(self):
|
26355
25995
|
"""优惠后总价
|
26356
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26357
25996
|
:rtype: str
|
26358
25997
|
"""
|
26359
25998
|
return self._RealTotalCost
|
@@ -26365,7 +26004,6 @@ class TagSummaryOverviewItem(AbstractModel):
|
|
26365
26004
|
@property
|
26366
26005
|
def CashPayAmount(self):
|
26367
26006
|
"""现金账户支出:通过现金账户支付的金额
|
26368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26369
26007
|
:rtype: str
|
26370
26008
|
"""
|
26371
26009
|
return self._CashPayAmount
|
@@ -26377,7 +26015,6 @@ class TagSummaryOverviewItem(AbstractModel):
|
|
26377
26015
|
@property
|
26378
26016
|
def IncentivePayAmount(self):
|
26379
26017
|
"""赠送账户支出:使用赠送金支付的金额
|
26380
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26381
26018
|
:rtype: str
|
26382
26019
|
"""
|
26383
26020
|
return self._IncentivePayAmount
|
@@ -26389,7 +26026,6 @@ class TagSummaryOverviewItem(AbstractModel):
|
|
26389
26026
|
@property
|
26390
26027
|
def VoucherPayAmount(self):
|
26391
26028
|
"""优惠券支出:使用各类优惠券(如代金券、现金券等)支付的金额
|
26392
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26393
26029
|
:rtype: str
|
26394
26030
|
"""
|
26395
26031
|
return self._VoucherPayAmount
|
@@ -26401,7 +26037,6 @@ class TagSummaryOverviewItem(AbstractModel):
|
|
26401
26037
|
@property
|
26402
26038
|
def TransferPayAmount(self):
|
26403
26039
|
"""分成金账户支出:通过分成金账户支付的金额
|
26404
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26405
26040
|
:rtype: str
|
26406
26041
|
"""
|
26407
26042
|
return self._TransferPayAmount
|
@@ -26413,7 +26048,6 @@ class TagSummaryOverviewItem(AbstractModel):
|
|
26413
26048
|
@property
|
26414
26049
|
def TotalCost(self):
|
26415
26050
|
"""原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
|
26416
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26417
26051
|
:rtype: str
|
26418
26052
|
"""
|
26419
26053
|
return self._TotalCost
|