tencentcloud-sdk-billing 3.0.1012 → 3.0.1013

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180709/models.rb +48 -283
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f12f3080a0375ca9146ab884b97161ed4f79d482
4
- data.tar.gz: 55a1912b55077680c9143483e5e83c05ef39bf2b
3
+ metadata.gz: 0cf2d104fa7af3bfc6277d6510bb7937d28c579f
4
+ data.tar.gz: 8048bb3d4829de91bf18f6cca1e02d229a1f8ec3
5
5
  SHA512:
6
- metadata.gz: 5d6b358e9ef14fd43009578fda832079cb70701fea318bf932347707131f31cdba76223df7c6654f8e6b04432023711d423abbb2fcc9789b24cced8d0b9b46e9
7
- data.tar.gz: 2c63f7c6461ef524175f1feeee679173eeefc259f3f7d7cdf09ef5806f9d45c1698e0291847e2307f7bcfc06d972ec2231c60d7503e7056e75d5f7f83b27d643
6
+ metadata.gz: 6b672d84c0c081e026f1d5df349ee5fd6cee5bbb83cbaf725d0b024ab3d645c8386f67cb3c2909fba07182c91e49e50c1bd3887790b8ee0d5e95ce52c0d91798
7
+ data.tar.gz: a0f59d126a919129de638d81f1e016e1c946f30b21c0f903ae1f23c6d9df0c577a4af1ce2fb8d84b69814ff1484352673304875d0222a45b3c2dc71dd450389f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1012
1
+ 3.0.1013
@@ -73,25 +73,19 @@ module TencentCloud
73
73
  # UIN异常调整明细
74
74
  class AdjustInfoDetail < TencentCloud::Common::AbstractModel
75
75
  # @param PayerUin: 支付者UIN:支付者的账号 ID,账号 ID 是用户在腾讯云的唯一账号标识
76
- # 注意:此字段可能返回 null,表示取不到有效值。
77
76
  # @type PayerUin: String
78
77
  # @param Month: 账单月份,格式:yyyy-MM
79
- # 注意:此字段可能返回 null,表示取不到有效值。
80
78
  # @type Month: String
81
79
  # @param AdjustType: 调整类型
82
80
  # 调账:manualAdjustment
83
81
  # 补结算:supplementarySettlement
84
82
  # 重结算:reSettlement
85
- # 注意:此字段可能返回 null,表示取不到有效值。
86
83
  # @type AdjustType: String
87
84
  # @param AdjustNum: 调整单号
88
- # 注意:此字段可能返回 null,表示取不到有效值。
89
85
  # @type AdjustNum: String
90
86
  # @param AdjustCompletionTime: 异常调整完成时间,格式:yyyy-MM-dd HH:mm:ss
91
- # 注意:此字段可能返回 null,表示取不到有效值。
92
87
  # @type AdjustCompletionTime: String
93
88
  # @param AdjustAmount: 调整金额
94
- # 注意:此字段可能返回 null,表示取不到有效值。
95
89
  # @type AdjustAmount: Float
96
90
 
97
91
  attr_accessor :PayerUin, :Month, :AdjustType, :AdjustNum, :AdjustCompletionTime, :AdjustAmount
@@ -389,10 +383,10 @@ module TencentCloud
389
383
 
390
384
  attr_accessor :TreeNodeUniqKey, :TreeNodeUniqKeyName, :BillDate, :PayerUin, :OwnerUin, :OperateUin, :BusinessCode, :BusinessCodeName, :PayMode, :PayModeName, :ProjectId, :ProjectName, :RegionId, :RegionName, :ZoneId, :ZoneName, :ResourceId, :ResourceName, :InstanceType, :InstanceTypeName, :SplitItemId, :SplitItemName, :ProductCode, :ProductCodeName, :ActionType, :ActionTypeName, :OrderId, :BillId, :PayTime, :FeeBeginTime, :FeeEndTime, :ComponentCode, :ComponentCodeName, :SinglePrice, :ContractPrice, :SinglePriceUnit, :UsedAmount, :UsedAmountUnit, :TimeSpan, :TimeUnit, :ReserveDetail, :SplitRatio, :TotalCost, :RITimeSpan, :RICost, :SPCost, :Discount, :BlendedDiscount, :RealTotalCost, :CashPayAmount, :VoucherPayAmount, :IncentivePayAmount, :TransferPayAmount, :Tag, :RegionType, :RegionTypeName, :ItemCode, :ItemCodeName, :AssociatedOrder, :PriceInfo, :Formula, :FormulaUrl, :RealTotalMeasure, :DeductedMeasure, :ComponentConfig, :AllocationType, :DiscountObject, :DiscountType, :DiscountContent, :SPDeduction, :SPDeductionRate, :BillMonth
391
385
  extend Gem::Deprecate
392
- deprecate :SplitItemId, :none, 2025, 2
393
- deprecate :SplitItemId=, :none, 2025, 2
394
- deprecate :SplitItemName, :none, 2025, 2
395
- deprecate :SplitItemName=, :none, 2025, 2
386
+ deprecate :SplitItemId, :none, 2025, 3
387
+ deprecate :SplitItemId=, :none, 2025, 3
388
+ deprecate :SplitItemName, :none, 2025, 3
389
+ deprecate :SplitItemName=, :none, 2025, 3
396
390
 
397
391
  def initialize(treenodeuniqkey=nil, treenodeuniqkeyname=nil, billdate=nil, payeruin=nil, owneruin=nil, operateuin=nil, businesscode=nil, businesscodename=nil, paymode=nil, paymodename=nil, projectid=nil, projectname=nil, regionid=nil, regionname=nil, zoneid=nil, zonename=nil, resourceid=nil, resourcename=nil, instancetype=nil, instancetypename=nil, splititemid=nil, splititemname=nil, productcode=nil, productcodename=nil, actiontype=nil, actiontypename=nil, orderid=nil, billid=nil, paytime=nil, feebegintime=nil, feeendtime=nil, componentcode=nil, componentcodename=nil, singleprice=nil, contractprice=nil, singlepriceunit=nil, usedamount=nil, usedamountunit=nil, timespan=nil, timeunit=nil, reservedetail=nil, splitratio=nil, totalcost=nil, ritimespan=nil, ricost=nil, spcost=nil, discount=nil, blendeddiscount=nil, realtotalcost=nil, cashpayamount=nil, voucherpayamount=nil, incentivepayamount=nil, transferpayamount=nil, tag=nil, regiontype=nil, regiontypename=nil, itemcode=nil, itemcodename=nil, associatedorder=nil, priceinfo=nil, formula=nil, formulaurl=nil, realtotalmeasure=nil, deductedmeasure=nil, componentconfig=nil, allocationtype=nil, discountobject=nil, discounttype=nil, discountcontent=nil, spdeduction=nil, spdeductionrate=nil, billmonth=nil)
398
392
  @TreeNodeUniqKey = treenodeuniqkey
@@ -587,13 +581,11 @@ module TencentCloud
587
581
  # @param Ratio: 占比(折后总额):本分账单元合计费用(折后总额)/合计费用(折后总额)*100%
588
582
  # @type Ratio: String
589
583
  # @param Trend: 环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%
590
- # 注意:此字段可能返回 null,表示取不到有效值。
591
584
  # @type Trend: String
592
585
  # @param TrendType: 环比箭头
593
586
  # upward -上升
594
587
  # downward - 下降
595
588
  # none - 平稳
596
- # 注意:此字段可能返回 null,表示取不到有效值。
597
589
  # @type TrendType: String
598
590
 
599
591
  attr_accessor :GatherCashPayAmount, :GatherVoucherPayAmount, :GatherIncentivePayAmount, :GatherTransferPayAmount, :AllocateCashPayAmount, :AllocateVoucherPayAmount, :AllocateIncentivePayAmount, :AllocateTransferPayAmount, :TotalCashPayAmount, :TotalVoucherPayAmount, :TotalIncentivePayAmount, :TotalTransferPayAmount, :GatherRealCost, :AllocateRealCost, :RealTotalCost, :Ratio, :Trend, :TrendType
@@ -644,13 +636,10 @@ module TencentCloud
644
636
  # 分账概览明细
645
637
  class AllocationOverviewDetail < TencentCloud::Common::AbstractModel
646
638
  # @param TreeNodeUniqKey: 分账单元唯一标识
647
- # 注意:此字段可能返回 null,表示取不到有效值。
648
639
  # @type TreeNodeUniqKey: String
649
640
  # @param TreeNodeUniqKeyName: 分账单元名称
650
- # 注意:此字段可能返回 null,表示取不到有效值。
651
641
  # @type TreeNodeUniqKeyName: String
652
642
  # @param BillDate: 日期:结算日期
653
- # 注意:此字段可能返回 null,表示取不到有效值。
654
643
  # @type BillDate: String
655
644
  # @param GatherCashPayAmount: 归集费用(现金):基于归集规则直接归集到分账单元的现金
656
645
  # @type GatherCashPayAmount: String
@@ -685,13 +674,11 @@ module TencentCloud
685
674
  # @param Ratio: 占比(折后总额):本分账单元合计费用(折后总额)/合计费用(折后总额)*100%
686
675
  # @type Ratio: String
687
676
  # @param Trend: 环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%
688
- # 注意:此字段可能返回 null,表示取不到有效值。
689
677
  # @type Trend: String
690
678
  # @param TrendType: 环比箭头
691
679
  # upward -上升
692
680
  # downward - 下降
693
681
  # none - 平稳
694
- # 注意:此字段可能返回 null,表示取不到有效值。
695
682
  # @type TrendType: String
696
683
 
697
684
  attr_accessor :TreeNodeUniqKey, :TreeNodeUniqKeyName, :BillDate, :GatherCashPayAmount, :GatherVoucherPayAmount, :GatherIncentivePayAmount, :GatherTransferPayAmount, :AllocateCashPayAmount, :AllocateVoucherPayAmount, :AllocateIncentivePayAmount, :AllocateTransferPayAmount, :TotalCashPayAmount, :TotalVoucherPayAmount, :TotalIncentivePayAmount, :TotalTransferPayAmount, :GatherRealCost, :AllocateRealCost, :RealTotalCost, :Ratio, :Trend, :TrendType
@@ -748,26 +735,20 @@ module TencentCloud
748
735
  # 分账账单月概览详情
749
736
  class AllocationOverviewNode < TencentCloud::Common::AbstractModel
750
737
  # @param Id: 分账单元ID
751
- # 注意:此字段可能返回 null,表示取不到有效值。
752
738
  # @type Id: Integer
753
739
  # @param Name: 分账单元名称
754
- # 注意:此字段可能返回 null,表示取不到有效值。
755
740
  # @type Name: String
756
741
  # @param TreeNodeUniqKey: 分账单元唯一标识
757
- # 注意:此字段可能返回 null,表示取不到有效值。
758
742
  # @type TreeNodeUniqKey: String
759
743
  # @param Symbol: 分账单元包含规则标志
760
744
  # 0 - 不存在规则
761
745
  # 1 - 同时存在归集规则和公摊规则
762
746
  # 2 - 仅存在归集规则
763
747
  # 3 - 仅存在公摊规则
764
- # 注意:此字段可能返回 null,表示取不到有效值。
765
748
  # @type Symbol: Integer
766
749
  # @param Children: 子单元月概览详情
767
- # 注意:此字段可能返回 null,表示取不到有效值。
768
750
  # @type Children: Array
769
751
  # @param Detail: 分账账单月概览金额明细
770
- # 注意:此字段可能返回 null,表示取不到有效值。
771
752
  # @type Detail: :class:`Tencentcloud::Billing.v20180709.models.AllocationMonthOverviewDetail`
772
753
 
773
754
  attr_accessor :Id, :Name, :TreeNodeUniqKey, :Symbol, :Children, :Detail
@@ -863,7 +844,6 @@ module TencentCloud
863
844
  # 分账账单趋势图
864
845
  class AllocationStat < TencentCloud::Common::AbstractModel
865
846
  # @param Average: 费用平均信息
866
- # 注意:此字段可能返回 null,表示取不到有效值。
867
847
  # @type Average: :class:`Tencentcloud::Billing.v20180709.models.AllocationAverageData`
868
848
 
869
849
  attr_accessor :Average
@@ -883,13 +863,10 @@ module TencentCloud
883
863
  # 分账账单按产品汇总明细
884
864
  class AllocationSummaryByBusiness < TencentCloud::Common::AbstractModel
885
865
  # @param TreeNodeUniqKey: 分账单元唯一标识
886
- # 注意:此字段可能返回 null,表示取不到有效值。
887
866
  # @type TreeNodeUniqKey: String
888
867
  # @param TreeNodeUniqKeyName: 分账单元名称
889
- # 注意:此字段可能返回 null,表示取不到有效值。
890
868
  # @type TreeNodeUniqKeyName: String
891
869
  # @param BillDate: 日期:结算日期
892
- # 注意:此字段可能返回 null,表示取不到有效值。
893
870
  # @type BillDate: String
894
871
  # @param GatherCashPayAmount: 归集费用(现金):基于归集规则直接归集到分账单元的现金
895
872
  # @type GatherCashPayAmount: String
@@ -924,19 +901,15 @@ module TencentCloud
924
901
  # @param Ratio: 占比(折后总额):本分账单元合计费用(折后总额)/合计费用(折后总额)*100%
925
902
  # @type Ratio: String
926
903
  # @param Trend: 环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%
927
- # 注意:此字段可能返回 null,表示取不到有效值。
928
904
  # @type Trend: String
929
905
  # @param TrendType: 环比箭头
930
906
  # upward -上升
931
907
  # downward - 下降
932
908
  # none - 平稳
933
- # 注意:此字段可能返回 null,表示取不到有效值。
934
909
  # @type TrendType: String
935
910
  # @param BusinessCode: 产品编码
936
- # 注意:此字段可能返回 null,表示取不到有效值。
937
911
  # @type BusinessCode: String
938
912
  # @param BusinessCodeName: 产品名称:用户所采购的各类云产品
939
- # 注意:此字段可能返回 null,表示取不到有效值。
940
913
  # @type BusinessCodeName: String
941
914
  # @param TotalCost: 组件原价:原价 = 组件刊例价 * 组件用量 * 使用时长(如客户享受一口价/合同价则默认不展示,退费类场景也默认不展示),指定价模式
942
915
  # @type TotalCost: String
@@ -1029,121 +1002,83 @@ module TencentCloud
1029
1002
  # 分账账单按组件汇总明细
1030
1003
  class AllocationSummaryByItem < TencentCloud::Common::AbstractModel
1031
1004
  # @param TreeNodeUniqKey: 分账单元唯一标识
1032
- # 注意:此字段可能返回 null,表示取不到有效值。
1033
1005
  # @type TreeNodeUniqKey: String
1034
1006
  # @param TreeNodeUniqKeyName: 分账单元名称
1035
- # 注意:此字段可能返回 null,表示取不到有效值。
1036
1007
  # @type TreeNodeUniqKeyName: String
1037
1008
  # @param BillDate: 日期:结算日期
1038
- # 注意:此字段可能返回 null,表示取不到有效值。
1039
1009
  # @type BillDate: String
1040
1010
  # @param PayerUin: 支付者 UIN:支付者的账号 ID,账号 ID 是用户在腾讯云的唯一账号标识
1041
- # 注意:此字段可能返回 null,表示取不到有效值。
1042
1011
  # @type PayerUin: String
1043
1012
  # @param OwnerUin: 使用者 UIN:实际使用资源的账号 ID
1044
- # 注意:此字段可能返回 null,表示取不到有效值。
1045
1013
  # @type OwnerUin: String
1046
1014
  # @param OperateUin: 操作者 UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的ID或者角色 ID)
1047
- # 注意:此字段可能返回 null,表示取不到有效值。
1048
1015
  # @type OperateUin: String
1049
1016
  # @param PayMode: 计费模式编码
1050
- # 注意:此字段可能返回 null,表示取不到有效值。
1051
1017
  # @type PayMode: String
1052
1018
  # @param PayModeName: 计费模式:资源的计费模式,区分为包年包月和按量计费
1053
- # 注意:此字段可能返回 null,表示取不到有效值。
1054
1019
  # @type PayModeName: String
1055
1020
  # @param ActionType: 交易类型编码
1056
- # 注意:此字段可能返回 null,表示取不到有效值。
1057
1021
  # @type ActionType: String
1058
1022
  # @param ActionTypeName: 交易类型:明细交易类型
1059
- # 注意:此字段可能返回 null,表示取不到有效值。
1060
1023
  # @type ActionTypeName: String
1061
1024
  # @param BusinessCode: 产品编码
1062
- # 注意:此字段可能返回 null,表示取不到有效值。
1063
1025
  # @type BusinessCode: String
1064
1026
  # @param BusinessCodeName: 产品名称:用户所采购的各类云产品
1065
- # 注意:此字段可能返回 null,表示取不到有效值。
1066
1027
  # @type BusinessCodeName: String
1067
1028
  # @param ProductCode: 子产品编码
1068
- # 注意:此字段可能返回 null,表示取不到有效值。
1069
1029
  # @type ProductCode: String
1070
1030
  # @param ProductCodeName: 子产品名称:用户采购的具体产品细分类型
1071
- # 注意:此字段可能返回 null,表示取不到有效值。
1072
1031
  # @type ProductCodeName: String
1073
1032
  # @param RegionId: 地域ID
1074
- # 注意:此字段可能返回 null,表示取不到有效值。
1075
1033
  # @type RegionId: Integer
1076
1034
  # @param RegionName: 地域名称:资源所属地域
1077
- # 注意:此字段可能返回 null,表示取不到有效值。
1078
1035
  # @type RegionName: String
1079
1036
  # @param ZoneId: 可用区ID
1080
- # 注意:此字段可能返回 null,表示取不到有效值。
1081
1037
  # @type ZoneId: Integer
1082
1038
  # @param ZoneName: 可用区:资源所属可用区
1083
- # 注意:此字段可能返回 null,表示取不到有效值。
1084
1039
  # @type ZoneName: String
1085
1040
  # @param InstanceType: 实例类型编码
1086
- # 注意:此字段可能返回 null,表示取不到有效值。
1087
1041
  # @type InstanceType: String
1088
1042
  # @param InstanceTypeName: 实例类型:购买的产品服务对应的实例类型,包括资源包、RI、SP、竞价实例。常规实例默认展示“-”
1089
- # 注意:此字段可能返回 null,表示取不到有效值。
1090
1043
  # @type InstanceTypeName: String
1091
1044
  # @param ResourceId: 资源ID:不同产品因资源形态不同,资源内容不完全相同,如云服务器 CVM 为对应的实例 ID; 若该产品被分拆,则展示产品分拆后的分拆项 ID,如 COS 桶 ID,CDN 域名
1092
- # 注意:此字段可能返回 null,表示取不到有效值。
1093
1045
  # @type ResourceId: String
1094
1046
  # @param ResourceName: 实例名称:用户在控制台为资源设置的名称,如未设置默认为空;若该产品被分拆,则展示分拆产品分拆后的分拆项资源别名
1095
- # 注意:此字段可能返回 null,表示取不到有效值。
1096
1047
  # @type ResourceName: String
1097
1048
  # @param Tag: 分账标签:资源绑定的标签
1098
- # 注意:此字段可能返回 null,表示取不到有效值。
1099
1049
  # @type Tag: Array
1100
1050
  # @param ProjectId: 项目ID
1101
- # 注意:此字段可能返回 null,表示取不到有效值。
1102
1051
  # @type ProjectId: Integer
1103
1052
  # @param ProjectName: 项目名称:资源归属的项目,用户在控制台给资源自主分配项目,未分配则是默认项目
1104
- # 注意:此字段可能返回 null,表示取不到有效值。
1105
1053
  # @type ProjectName: String
1106
1054
  # @param AllocationType: 费用归集类型:费用来源类型,分摊、归集、未分配
1107
1055
  # 0 - 分摊
1108
1056
  # 1 - 归集
1109
1057
  # -1 - 未分配
1110
- # 注意:此字段可能返回 null,表示取不到有效值。
1111
1058
  # @type AllocationType: Integer
1112
1059
  # @param TotalCost: 组件原价:原价 = 组件刊例价 * 组件用量 * 使用时长(如客户享受一口价/合同价则默认不展示,退费类场景也默认不展示),指定价模式
1113
- # 注意:此字段可能返回 null,表示取不到有效值。
1114
1060
  # @type TotalCost: String
1115
1061
  # @param RiTimeSpan: 预留实例抵扣时长:本产品或服务使用预留实例抵扣的使用时长
1116
- # 注意:此字段可能返回 null,表示取不到有效值。
1117
1062
  # @type RiTimeSpan: String
1118
1063
  # @param RiCost: 预留实例抵扣原价:本产品或服务使用预留实例抵扣的组件原价金额
1119
- # 注意:此字段可能返回 null,表示取不到有效值。
1120
1064
  # @type RiCost: String
1121
1065
  # @param RealTotalCost: 优惠后总价:优惠后总价 =(原价 - 预留实例抵扣原价 - 节省计划抵扣原价)* 折扣率
1122
- # 注意:此字段可能返回 null,表示取不到有效值。
1123
1066
  # @type RealTotalCost: String
1124
1067
  # @param CashPayAmount: 现金账户支出(元):通过现金账户支付的金额
1125
- # 注意:此字段可能返回 null,表示取不到有效值。
1126
1068
  # @type CashPayAmount: String
1127
1069
  # @param VoucherPayAmount: 代金券支出(元):使用各类优惠券(如代金券、现金券等)支付的金额
1128
- # 注意:此字段可能返回 null,表示取不到有效值。
1129
1070
  # @type VoucherPayAmount: String
1130
1071
  # @param IncentivePayAmount: 赠送账户支出(元):使用赠送金支付的金额
1131
- # 注意:此字段可能返回 null,表示取不到有效值。
1132
1072
  # @type IncentivePayAmount: String
1133
1073
  # @param TransferPayAmount: 分成账户支出(元):通过分成金账户支付的金额
1134
- # 注意:此字段可能返回 null,表示取不到有效值。
1135
1074
  # @type TransferPayAmount: String
1136
1075
  # @param ItemCode: 组件名称编码
1137
- # 注意:此字段可能返回 null,表示取不到有效值。
1138
1076
  # @type ItemCode: String
1139
1077
  # @param ItemCodeName: 组件名称:用户购买的产品或服务,所包含的具体组件
1140
- # 注意:此字段可能返回 null,表示取不到有效值。
1141
1078
  # @type ItemCodeName: String
1142
1079
  # @param ComponentCode: 组件类型编码
1143
- # 注意:此字段可能返回 null,表示取不到有效值。
1144
1080
  # @type ComponentCode: String
1145
1081
  # @param ComponentCodeName: 组件类型:用户购买的产品或服务对应的组件大类
1146
- # 注意:此字段可能返回 null,表示取不到有效值。
1147
1082
  # @type ComponentCodeName: String
1148
1083
  # @param SplitItemId: 分拆项 ID:涉及分拆产品的分拆后的分拆项 ID,如 COS 桶 ID,CDN 域名
1149
1084
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -1152,98 +1087,70 @@ module TencentCloud
1152
1087
  # 注意:此字段可能返回 null,表示取不到有效值。
1153
1088
  # @type SplitItemName: String
1154
1089
  # @param FeeBeginTime: 开始使用时间:产品服务开始使用时间
1155
- # 注意:此字段可能返回 null,表示取不到有效值。
1156
1090
  # @type FeeBeginTime: String
1157
1091
  # @param FeeEndTime: 结束使用时间:产品服务结束使用时间
1158
- # 注意:此字段可能返回 null,表示取不到有效值。
1159
1092
  # @type FeeEndTime: String
1160
1093
  # @param SPCost: 节省计划抵扣原价:节省计划抵扣原价 = 节省计划包抵扣面值 / 节省计划抵扣率
1161
- # 注意:此字段可能返回 null,表示取不到有效值。
1162
1094
  # @type SPCost: String
1163
1095
  # @param RegionType: 国内国际编码
1164
- # 注意:此字段可能返回 null,表示取不到有效值。
1165
1096
  # @type RegionType: String
1166
1097
  # @param RegionTypeName: 国内国际:资源所属区域类型(国内、国际)
1167
- # 注意:此字段可能返回 null,表示取不到有效值。
1168
1098
  # @type RegionTypeName: String
1169
1099
  # @param SinglePrice: 组件刊例价:组件的官网原始单价(如客户享受一口价/合同价则默认不展示)
1170
- # 注意:此字段可能返回 null,表示取不到有效值。
1171
1100
  # @type SinglePrice: String
1172
1101
  # @param ContractPrice: 组件单价:组件的折后单价,组件单价 = 刊例价 * 折扣
1173
- # 注意:此字段可能返回 null,表示取不到有效值。
1174
1102
  # @type ContractPrice: String
1175
1103
  # @param SinglePriceUnit: 组件价格单位:组件价格的单位,单位构成:元/用量单位/时长单位
1176
- # 注意:此字段可能返回 null,表示取不到有效值。
1177
1104
  # @type SinglePriceUnit: String
1178
1105
  # @param UsedAmount: 组件用量:该组件实际结算用量,组件用量=组件原始用量-抵扣用量(含资源包)
1179
- # 注意:此字段可能返回 null,表示取不到有效值。
1180
1106
  # @type UsedAmount: String
1181
1107
  # @param UsedAmountUnit: 组件用量单位:组件用量对应的单位
1182
- # 注意:此字段可能返回 null,表示取不到有效值。
1183
1108
  # @type UsedAmountUnit: String
1184
1109
  # @param TimeSpan: 使用时长:资源使用的时长,组件用量=组件原始使用时长-抵扣时长(含资源包)
1185
- # 注意:此字段可能返回 null,表示取不到有效值。
1186
1110
  # @type TimeSpan: String
1187
1111
  # @param TimeUnit: 时长单位:资源使用时长的单位
1188
- # 注意:此字段可能返回 null,表示取不到有效值。
1189
1112
  # @type TimeUnit: String
1190
1113
  # @param ReserveDetail: 备注属性(实例配置):其他备注信息,如预留实例的预留实例类型和交易类型、CCN 产品的两端地域信息
1191
- # 注意:此字段可能返回 null,表示取不到有效值。
1192
1114
  # @type ReserveDetail: String
1193
1115
  # @param RealTotalMeasure: 原始用量/时长:组件被资源包抵扣前的原始用量
1194
1116
  # (目前仅实时音视频、弹性微服务、云呼叫中心及专属可用区产品支持该信息外显,其他产品尚在接入中)
1195
- # 注意:此字段可能返回 null,表示取不到有效值。
1196
1117
  # @type RealTotalMeasure: String
1197
1118
  # @param DeductedMeasure: 抵扣用量/时长(含资源包):组件被资源包抵扣的用量
1198
1119
  # (目前仅实时音视频、弹性微服务、云呼叫中心及专属可用区产品支持该信息外显,其他产品尚在接入中)
1199
- # 注意:此字段可能返回 null,表示取不到有效值。
1200
1120
  # @type DeductedMeasure: String
1201
1121
  # @param Discount: 折扣率:本资源享受的折扣率(如客户享受一口价/合同价则默认不展示,退费场景也默认不展示)
1202
- # 注意:此字段可能返回 null,表示取不到有效值。
1203
1122
  # @type Discount: String
1204
1123
  # @param BlendedDiscount: 混合折扣率:综合各类折扣抵扣信息后的最终折扣率,混合折扣率=优惠后总价/原价
1205
- # 注意:此字段可能返回 null,表示取不到有效值。
1206
1124
  # @type BlendedDiscount: String
1207
1125
  # @param PriceInfo: 价格属性:该组件除单价、时长外的其他影响折扣定价的属性信息
1208
- # 注意:此字段可能返回 null,表示取不到有效值。
1209
1126
  # @type PriceInfo: Array
1210
1127
  # @param Formula: 计算规则说明:特殊交易类型计费结算的详细计算说明,如退费及变配
1211
- # 注意:此字段可能返回 null,表示取不到有效值。
1212
1128
  # @type Formula: String
1213
1129
  # @param FormulaUrl: 计费规则:各产品详细的计费规则官网说明链接
1214
- # 注意:此字段可能返回 null,表示取不到有效值。
1215
1130
  # @type FormulaUrl: String
1216
1131
  # @param ComponentConfig: 配置描述:资源配置规格信息
1217
- # 注意:此字段可能返回 null,表示取不到有效值。
1218
1132
  # @type ComponentConfig: String
1219
1133
  # @param SPDeduction: SPDeduction
1220
- # 注意:此字段可能返回 null,表示取不到有效值。
1221
1134
  # @type SPDeduction: String
1222
1135
  # @param SPDeductionRate: 节省计划抵扣率:节省计划可用余额额度范围内,节省计划对于此组件打的折扣率
1223
- # 注意:此字段可能返回 null,表示取不到有效值。
1224
1136
  # @type SPDeductionRate: String
1225
1137
  # @param AssociatedOrder: AssociatedOrder
1226
- # 注意:此字段可能返回 null,表示取不到有效值。
1227
1138
  # @type AssociatedOrder: String
1228
1139
  # @param DiscountObject: 当前消费项的优惠对象,例如:官网折扣、用户折扣、活动折扣。
1229
- # 注意:此字段可能返回 null,表示取不到有效值。
1230
1140
  # @type DiscountObject: String
1231
1141
  # @param DiscountType: 当前消费项的优惠类型,例如:折扣、合同价。
1232
- # 注意:此字段可能返回 null,表示取不到有效值。
1233
1142
  # @type DiscountType: String
1234
1143
  # @param DiscountContent: 对优惠类型的补充描述,例如:商务折扣8折,则优惠类型为“折扣”,优惠内容为“0.8”。
1235
- # 注意:此字段可能返回 null,表示取不到有效值。
1236
1144
  # @type DiscountContent: String
1237
1145
  # @param BillMonth: 账单月
1238
- # 注意:此字段可能返回 null,表示取不到有效值。
1239
1146
  # @type BillMonth: String
1240
1147
 
1241
1148
  attr_accessor :TreeNodeUniqKey, :TreeNodeUniqKeyName, :BillDate, :PayerUin, :OwnerUin, :OperateUin, :PayMode, :PayModeName, :ActionType, :ActionTypeName, :BusinessCode, :BusinessCodeName, :ProductCode, :ProductCodeName, :RegionId, :RegionName, :ZoneId, :ZoneName, :InstanceType, :InstanceTypeName, :ResourceId, :ResourceName, :Tag, :ProjectId, :ProjectName, :AllocationType, :TotalCost, :RiTimeSpan, :RiCost, :RealTotalCost, :CashPayAmount, :VoucherPayAmount, :IncentivePayAmount, :TransferPayAmount, :ItemCode, :ItemCodeName, :ComponentCode, :ComponentCodeName, :SplitItemId, :SplitItemName, :FeeBeginTime, :FeeEndTime, :SPCost, :RegionType, :RegionTypeName, :SinglePrice, :ContractPrice, :SinglePriceUnit, :UsedAmount, :UsedAmountUnit, :TimeSpan, :TimeUnit, :ReserveDetail, :RealTotalMeasure, :DeductedMeasure, :Discount, :BlendedDiscount, :PriceInfo, :Formula, :FormulaUrl, :ComponentConfig, :SPDeduction, :SPDeductionRate, :AssociatedOrder, :DiscountObject, :DiscountType, :DiscountContent, :BillMonth
1242
1149
  extend Gem::Deprecate
1243
- deprecate :SplitItemId, :none, 2025, 2
1244
- deprecate :SplitItemId=, :none, 2025, 2
1245
- deprecate :SplitItemName, :none, 2025, 2
1246
- deprecate :SplitItemName=, :none, 2025, 2
1150
+ deprecate :SplitItemId, :none, 2025, 3
1151
+ deprecate :SplitItemId=, :none, 2025, 3
1152
+ deprecate :SplitItemName, :none, 2025, 3
1153
+ deprecate :SplitItemName=, :none, 2025, 3
1247
1154
 
1248
1155
  def initialize(treenodeuniqkey=nil, treenodeuniqkeyname=nil, billdate=nil, payeruin=nil, owneruin=nil, operateuin=nil, paymode=nil, paymodename=nil, actiontype=nil, actiontypename=nil, businesscode=nil, businesscodename=nil, productcode=nil, productcodename=nil, regionid=nil, regionname=nil, zoneid=nil, zonename=nil, instancetype=nil, instancetypename=nil, resourceid=nil, resourcename=nil, tag=nil, projectid=nil, projectname=nil, allocationtype=nil, totalcost=nil, ritimespan=nil, ricost=nil, realtotalcost=nil, cashpayamount=nil, voucherpayamount=nil, incentivepayamount=nil, transferpayamount=nil, itemcode=nil, itemcodename=nil, componentcode=nil, componentcodename=nil, splititemid=nil, splititemname=nil, feebegintime=nil, feeendtime=nil, spcost=nil, regiontype=nil, regiontypename=nil, singleprice=nil, contractprice=nil, singlepriceunit=nil, usedamount=nil, usedamountunit=nil, timespan=nil, timeunit=nil, reservedetail=nil, realtotalmeasure=nil, deductedmeasure=nil, discount=nil, blendeddiscount=nil, priceinfo=nil, formula=nil, formulaurl=nil, componentconfig=nil, spdeduction=nil, spdeductionrate=nil, associatedorder=nil, discountobject=nil, discounttype=nil, discountcontent=nil, billmonth=nil)
1249
1156
  @TreeNodeUniqKey = treenodeuniqkey
@@ -1535,10 +1442,10 @@ module TencentCloud
1535
1442
 
1536
1443
  attr_accessor :TreeNodeUniqKey, :TreeNodeUniqKeyName, :BillDate, :PayerUin, :OwnerUin, :OperateUin, :PayMode, :PayModeName, :ActionType, :ActionTypeName, :BusinessCode, :BusinessCodeName, :ProductCode, :ProductCodeName, :RegionId, :RegionName, :ZoneId, :ZoneName, :InstanceType, :InstanceTypeName, :ResourceId, :ResourceName, :Tag, :ProjectId, :ProjectName, :AllocationType, :TotalCost, :RiTimeSpan, :RiCost, :RealTotalCost, :CashPayAmount, :VoucherPayAmount, :IncentivePayAmount, :TransferPayAmount, :SplitItemId, :SplitItemName, :FeeBeginTime, :FeeEndTime, :SPCost, :RegionType, :RegionTypeName, :ComponentConfig, :SPDeduction, :BillMonth
1537
1444
  extend Gem::Deprecate
1538
- deprecate :SplitItemId, :none, 2025, 2
1539
- deprecate :SplitItemId=, :none, 2025, 2
1540
- deprecate :SplitItemName, :none, 2025, 2
1541
- deprecate :SplitItemName=, :none, 2025, 2
1445
+ deprecate :SplitItemId, :none, 2025, 3
1446
+ deprecate :SplitItemId=, :none, 2025, 3
1447
+ deprecate :SplitItemName, :none, 2025, 3
1448
+ deprecate :SplitItemName=, :none, 2025, 3
1542
1449
 
1543
1450
  def initialize(treenodeuniqkey=nil, treenodeuniqkeyname=nil, billdate=nil, payeruin=nil, owneruin=nil, operateuin=nil, paymode=nil, paymodename=nil, actiontype=nil, actiontypename=nil, businesscode=nil, businesscodename=nil, productcode=nil, productcodename=nil, regionid=nil, regionname=nil, zoneid=nil, zonename=nil, instancetype=nil, instancetypename=nil, resourceid=nil, resourcename=nil, tag=nil, projectid=nil, projectname=nil, allocationtype=nil, totalcost=nil, ritimespan=nil, ricost=nil, realtotalcost=nil, cashpayamount=nil, voucherpayamount=nil, incentivepayamount=nil, transferpayamount=nil, splititemid=nil, splititemname=nil, feebegintime=nil, feeendtime=nil, spcost=nil, regiontype=nil, regiontypename=nil, componentconfig=nil, spdeduction=nil, billmonth=nil)
1544
1451
  @TreeNodeUniqKey = treenodeuniqkey
@@ -2541,10 +2448,10 @@ module TencentCloud
2541
2448
 
2542
2449
  attr_accessor :ComponentCodeName, :ItemCodeName, :SinglePrice, :SpecifiedPrice, :PriceUnit, :UsedAmount, :UsedAmountUnit, :RealTotalMeasure, :DeductedMeasure, :TimeSpan, :TimeUnitName, :Cost, :Discount, :ReduceType, :RealCost, :VoucherPayAmount, :CashPayAmount, :IncentivePayAmount, :TransferPayAmount, :ItemCode, :ComponentCode, :ContractPrice, :InstanceType, :RiTimeSpan, :OriginalCostWithRI, :SPDeductionRate, :SPDeduction, :OriginalCostWithSP, :BlendedDiscount, :ComponentConfig
2543
2450
  extend Gem::Deprecate
2544
- deprecate :SpecifiedPrice, :none, 2025, 2
2545
- deprecate :SpecifiedPrice=, :none, 2025, 2
2546
- deprecate :SPDeduction, :none, 2025, 2
2547
- deprecate :SPDeduction=, :none, 2025, 2
2451
+ deprecate :SpecifiedPrice, :none, 2025, 3
2452
+ deprecate :SpecifiedPrice=, :none, 2025, 3
2453
+ deprecate :SPDeduction, :none, 2025, 3
2454
+ deprecate :SPDeduction=, :none, 2025, 3
2548
2455
 
2549
2456
  def initialize(componentcodename=nil, itemcodename=nil, singleprice=nil, specifiedprice=nil, priceunit=nil, usedamount=nil, usedamountunit=nil, realtotalmeasure=nil, deductedmeasure=nil, timespan=nil, timeunitname=nil, cost=nil, discount=nil, reducetype=nil, realcost=nil, voucherpayamount=nil, cashpayamount=nil, incentivepayamount=nil, transferpayamount=nil, itemcode=nil, componentcode=nil, contractprice=nil, instancetype=nil, ritimespan=nil, originalcostwithri=nil, spdeductionrate=nil, spdeduction=nil, originalcostwithsp=nil, blendeddiscount=nil, componentconfig=nil)
2550
2457
  @ComponentCodeName = componentcodename
@@ -2726,8 +2633,8 @@ module TencentCloud
2726
2633
 
2727
2634
  attr_accessor :BusinessCodeName, :ProductCodeName, :PayModeName, :ProjectName, :RegionName, :ZoneName, :ResourceId, :ResourceName, :ActionTypeName, :OrderId, :PayTime, :FeeBeginTime, :FeeEndTime, :ConfigDesc, :ExtendField1, :ExtendField2, :TotalCost, :Discount, :ReduceType, :RealTotalCost, :VoucherPayAmount, :CashPayAmount, :IncentivePayAmount, :TransferPayAmount, :ExtendField3, :ExtendField4, :ExtendField5, :Tags, :OwnerUin, :OperateUin, :BusinessCode, :ProductCode, :RegionId, :InstanceType, :OriginalCostWithRI, :SPDeduction, :OriginalCostWithSP, :BillMonth
2728
2635
  extend Gem::Deprecate
2729
- deprecate :SPDeduction, :none, 2025, 2
2730
- deprecate :SPDeduction=, :none, 2025, 2
2636
+ deprecate :SPDeduction, :none, 2025, 3
2637
+ deprecate :SPDeduction=, :none, 2025, 3
2731
2638
 
2732
2639
  def initialize(businesscodename=nil, productcodename=nil, paymodename=nil, projectname=nil, regionname=nil, zonename=nil, resourceid=nil, resourcename=nil, actiontypename=nil, orderid=nil, paytime=nil, feebegintime=nil, feeendtime=nil, configdesc=nil, extendfield1=nil, extendfield2=nil, totalcost=nil, discount=nil, reducetype=nil, realtotalcost=nil, voucherpayamount=nil, cashpayamount=nil, incentivepayamount=nil, transferpayamount=nil, extendfield3=nil, extendfield4=nil, extendfield5=nil, tags=nil, owneruin=nil, operateuin=nil, businesscode=nil, productcode=nil, regionid=nil, instancetype=nil, originalcostwithri=nil, spdeduction=nil, originalcostwithsp=nil, billmonth=nil)
2733
2640
  @BusinessCodeName = businesscodename
@@ -3093,8 +3000,8 @@ module TencentCloud
3093
3000
 
3094
3001
  attr_accessor :BusinessCodeName, :ProductCodeName, :PayModeName, :ProjectName, :RegionName, :ZoneName, :ResourceId, :ResourceName, :ActionTypeName, :OrderId, :PayTime, :FeeBeginTime, :FeeEndTime, :ConfigDesc, :ExtendField1, :ExtendField2, :TotalCost, :Discount, :ReduceType, :RealTotalCost, :VoucherPayAmount, :CashPayAmount, :IncentivePayAmount, :TransferPayAmount, :ExtendField3, :ExtendField4, :ExtendField5, :Tags, :PayerUin, :OwnerUin, :OperateUin, :BusinessCode, :ProductCode, :RegionId, :InstanceType, :OriginalCostWithRI, :SPDeduction, :OriginalCostWithSP, :BillMonth
3095
3002
  extend Gem::Deprecate
3096
- deprecate :SPDeduction, :none, 2025, 2
3097
- deprecate :SPDeduction=, :none, 2025, 2
3003
+ deprecate :SPDeduction, :none, 2025, 3
3004
+ deprecate :SPDeduction=, :none, 2025, 3
3098
3005
 
3099
3006
  def initialize(businesscodename=nil, productcodename=nil, paymodename=nil, projectname=nil, regionname=nil, zonename=nil, resourceid=nil, resourcename=nil, actiontypename=nil, orderid=nil, paytime=nil, feebegintime=nil, feeendtime=nil, configdesc=nil, extendfield1=nil, extendfield2=nil, totalcost=nil, discount=nil, reducetype=nil, realtotalcost=nil, voucherpayamount=nil, cashpayamount=nil, incentivepayamount=nil, transferpayamount=nil, extendfield3=nil, extendfield4=nil, extendfield5=nil, tags=nil, payeruin=nil, owneruin=nil, operateuin=nil, businesscode=nil, productcode=nil, regionid=nil, instancetype=nil, originalcostwithri=nil, spdeduction=nil, originalcostwithsp=nil, billmonth=nil)
3100
3007
  @BusinessCodeName = businesscodename
@@ -3287,10 +3194,8 @@ module TencentCloud
3287
3194
  # 可用区筛选列表
3288
3195
  class BillZoneId < TencentCloud::Common::AbstractModel
3289
3196
  # @param ZoneId: 可用区ID
3290
- # 注意:此字段可能返回 null,表示取不到有效值。
3291
3197
  # @type ZoneId: Integer
3292
3198
  # @param ZoneName: 可用区:资源所属可用区
3293
- # 注意:此字段可能返回 null,表示取不到有效值。
3294
3199
  # @type ZoneName: String
3295
3200
 
3296
3201
  attr_accessor :ZoneId, :ZoneName
@@ -3313,7 +3218,6 @@ module TencentCloud
3313
3218
  # @param BusinessCodeName: 产品名称:用户所采购的各类云产品,例如:云服务器 CVM
3314
3219
  # @type BusinessCodeName: String
3315
3220
  # @param TotalCost: 原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
3316
- # 注意:此字段可能返回 null,表示取不到有效值。
3317
3221
  # @type TotalCost: String
3318
3222
  # @param RealTotalCost: 优惠后总价
3319
3223
  # @type RealTotalCost: String
@@ -3324,7 +3228,6 @@ module TencentCloud
3324
3228
  # @param VoucherPayAmount: 优惠券支出:使用各类优惠券(如代金券、现金券等)支付的金额
3325
3229
  # @type VoucherPayAmount: String
3326
3230
  # @param TransferPayAmount: 分成金账户支出:通过分成金账户支付的金额
3327
- # 注意:此字段可能返回 null,表示取不到有效值。
3328
3231
  # @type TransferPayAmount: String
3329
3232
 
3330
3233
  attr_accessor :BusinessCode, :BusinessCodeName, :TotalCost, :RealTotalCost, :CashPayAmount, :IncentivePayAmount, :VoucherPayAmount, :TransferPayAmount
@@ -3355,7 +3258,6 @@ module TencentCloud
3355
3258
  # 按产品汇总产品详情
3356
3259
  class BusinessSummaryOverviewItem < TencentCloud::Common::AbstractModel
3357
3260
  # @param BusinessCode: 产品编码
3358
- # 注意:此字段可能返回 null,表示取不到有效值。
3359
3261
  # @type BusinessCode: String
3360
3262
  # @param BusinessCodeName: 产品名称:用户所采购的各类云产品,例如:云服务器 CVM
3361
3263
  # @type BusinessCodeName: String
@@ -3620,19 +3522,14 @@ module TencentCloud
3620
3522
  # @param Trend: 费用趋势
3621
3523
  # @type Trend: :class:`Tencentcloud::Billing.v20180709.models.ConsumptionSummaryTrend`
3622
3524
  # @param CashPayAmount: 现金
3623
- # 注意:此字段可能返回 null,表示取不到有效值。
3624
3525
  # @type CashPayAmount: String
3625
3526
  # @param IncentivePayAmount: 赠送金
3626
- # 注意:此字段可能返回 null,表示取不到有效值。
3627
3527
  # @type IncentivePayAmount: String
3628
3528
  # @param VoucherPayAmount: 代金券
3629
- # 注意:此字段可能返回 null,表示取不到有效值。
3630
3529
  # @type VoucherPayAmount: String
3631
3530
  # @param TransferPayAmount: 分成金
3632
- # 注意:此字段可能返回 null,表示取不到有效值。
3633
3531
  # @type TransferPayAmount: String
3634
3532
  # @param RegionName: 地域名称(仅在地域汇总总展示)
3635
- # 注意:此字段可能返回 null,表示取不到有效值。
3636
3533
  # @type RegionName: String
3637
3534
 
3638
3535
  attr_accessor :BusinessCode, :BusinessCodeName, :RealTotalCost, :Trend, :CashPayAmount, :IncentivePayAmount, :VoucherPayAmount, :TransferPayAmount, :RegionName
@@ -3874,85 +3771,58 @@ module TencentCloud
3874
3771
  # @param ConsumptionTypeName: 消耗类型
3875
3772
  # @type ConsumptionTypeName: String
3876
3773
  # @param RealCost: 折前价
3877
- # 注意:此字段可能返回 null,表示取不到有效值。
3878
3774
  # @type RealCost: String
3879
3775
  # @param FeeBeginTime: 费用起始时间
3880
- # 注意:此字段可能返回 null,表示取不到有效值。
3881
3776
  # @type FeeBeginTime: String
3882
3777
  # @param FeeEndTime: 费用结束时间
3883
- # 注意:此字段可能返回 null,表示取不到有效值。
3884
3778
  # @type FeeEndTime: String
3885
3779
  # @param DayDiff: 天数
3886
- # 注意:此字段可能返回 null,表示取不到有效值。
3887
3780
  # @type DayDiff: String
3888
3781
  # @param DailyTotalCost: 每日消耗
3889
- # 注意:此字段可能返回 null,表示取不到有效值。
3890
3782
  # @type DailyTotalCost: String
3891
3783
  # @param OrderId: 订单号
3892
- # 注意:此字段可能返回 null,表示取不到有效值。
3893
3784
  # @type OrderId: String
3894
3785
  # @param VoucherPayAmount: 代金券
3895
- # 注意:此字段可能返回 null,表示取不到有效值。
3896
3786
  # @type VoucherPayAmount: String
3897
3787
  # @param IncentivePayAmount: 赠送金
3898
- # 注意:此字段可能返回 null,表示取不到有效值。
3899
3788
  # @type IncentivePayAmount: String
3900
3789
  # @param TransferPayAmount: 分成金
3901
- # 注意:此字段可能返回 null,表示取不到有效值。
3902
3790
  # @type TransferPayAmount: String
3903
3791
  # @param PayerUin: 支付者UIN:支付者的账号 ID,账号 ID 是用户在腾讯云的唯一账号标识
3904
- # 注意:此字段可能返回 null,表示取不到有效值。
3905
3792
  # @type PayerUin: String
3906
3793
  # @param OwnerUin: 使用者UIN:实际使用资源的账号 ID
3907
- # 注意:此字段可能返回 null,表示取不到有效值。
3908
3794
  # @type OwnerUin: String
3909
3795
  # @param OperateUin: 操作者UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的 ID 或者角色 ID )
3910
- # 注意:此字段可能返回 null,表示取不到有效值。
3911
3796
  # @type OperateUin: String
3912
3797
  # @param ProductCode: 子产品编码
3913
- # 注意:此字段可能返回 null,表示取不到有效值。
3914
3798
  # @type ProductCode: String
3915
3799
  # @param ProductCodeName: 子产品名称:用户采购的具体产品细分类型,例如:云服务器 CVM-标准型 S1
3916
- # 注意:此字段可能返回 null,表示取不到有效值。
3917
3800
  # @type ProductCodeName: String
3918
3801
  # @param RegionType: 地域类型
3919
- # 注意:此字段可能返回 null,表示取不到有效值。
3920
3802
  # @type RegionType: String
3921
3803
  # @param RegionTypeName: 地域类型名称
3922
- # 注意:此字段可能返回 null,表示取不到有效值。
3923
3804
  # @type RegionTypeName: String
3924
3805
  # @param Extend1: 扩展字段1
3925
- # 注意:此字段可能返回 null,表示取不到有效值。
3926
3806
  # @type Extend1: String
3927
3807
  # @param Extend2: 扩展字段2
3928
- # 注意:此字段可能返回 null,表示取不到有效值。
3929
3808
  # @type Extend2: String
3930
3809
  # @param Extend3: 扩展字段3
3931
- # 注意:此字段可能返回 null,表示取不到有效值。
3932
3810
  # @type Extend3: String
3933
3811
  # @param Extend4: 扩展字段4
3934
- # 注意:此字段可能返回 null,表示取不到有效值。
3935
3812
  # @type Extend4: String
3936
3813
  # @param Extend5: 扩展字段5
3937
- # 注意:此字段可能返回 null,表示取不到有效值。
3938
3814
  # @type Extend5: String
3939
3815
  # @param InstanceType: 实例类型
3940
- # 注意:此字段可能返回 null,表示取不到有效值。
3941
3816
  # @type InstanceType: String
3942
3817
  # @param InstanceTypeName: 实例类型名称
3943
- # 注意:此字段可能返回 null,表示取不到有效值。
3944
3818
  # @type InstanceTypeName: String
3945
3819
  # @param PayTime: 扣费时间:结算扣费时间
3946
- # 注意:此字段可能返回 null,表示取不到有效值。
3947
3820
  # @type PayTime: String
3948
3821
  # @param ZoneName: 可用区:资源所属可用区,如广州三区
3949
- # 注意:此字段可能返回 null,表示取不到有效值。
3950
3822
  # @type ZoneName: String
3951
3823
  # @param ComponentConfig: 配置描述
3952
- # 注意:此字段可能返回 null,表示取不到有效值。
3953
3824
  # @type ComponentConfig: String
3954
3825
  # @param Tags: 标签信息
3955
- # 注意:此字段可能返回 null,表示取不到有效值。
3956
3826
  # @type Tags: String
3957
3827
 
3958
3828
  attr_accessor :ResourceId, :ResourceName, :RealTotalCost, :CashPayAmount, :ProjectId, :ProjectName, :RegionId, :RegionName, :PayMode, :PayModeName, :BusinessCode, :BusinessCodeName, :ConsumptionTypeName, :RealCost, :FeeBeginTime, :FeeEndTime, :DayDiff, :DailyTotalCost, :OrderId, :VoucherPayAmount, :IncentivePayAmount, :TransferPayAmount, :PayerUin, :OwnerUin, :OperateUin, :ProductCode, :ProductCodeName, :RegionType, :RegionTypeName, :Extend1, :Extend2, :Extend3, :Extend4, :Extend5, :InstanceType, :InstanceTypeName, :PayTime, :ZoneName, :ComponentConfig, :Tags
@@ -4065,7 +3935,6 @@ module TencentCloud
4065
3935
  # @param Type: 趋势类型,upward上升/downward下降/none无
4066
3936
  # @type Type: String
4067
3937
  # @param Value: 趋势值,Type为none是该字段值为null
4068
- # 注意:此字段可能返回 null,表示取不到有效值。
4069
3938
  # @type Value: String
4070
3939
 
4071
3940
  attr_accessor :Type, :Value
@@ -4202,7 +4071,6 @@ module TencentCloud
4202
4071
  # @param ResourceName: 资源名称
4203
4072
  # @type ResourceName: String
4204
4073
  # @param ActionTypeName: 类型名称
4205
- # 注意:此字段可能返回 null,表示取不到有效值。
4206
4074
  # @type ActionTypeName: String
4207
4075
  # @param OrderId: 订单id
4208
4076
  # @type OrderId: String
@@ -4332,17 +4200,14 @@ module TencentCloud
4332
4200
  # @param TotalCost: 原价(分)
4333
4201
  # @type TotalCost: Float
4334
4202
  # @param ProductCode: 产品编码
4335
- # 注意:此字段可能返回 null,表示取不到有效值。
4336
4203
  # @type ProductCode: String
4337
4204
  # @param SubProductCode: 子产品编码
4338
4205
  # @type SubProductCode: String
4339
4206
  # @param BigDealId: 大订单号
4340
4207
  # @type BigDealId: String
4341
4208
  # @param Formula: 退费公式
4342
- # 注意:此字段可能返回 null,表示取不到有效值。
4343
4209
  # @type Formula: String
4344
4210
  # @param RefReturnDeals: 退费涉及订单信息
4345
- # 注意:此字段可能返回 null,表示取不到有效值。
4346
4211
  # @type RefReturnDeals: String
4347
4212
  # @param PayMode: 付费模式:prePay 预付费 postPay后付费 riPay预留实例
4348
4213
  # @type PayMode: String
@@ -4359,13 +4224,10 @@ module TencentCloud
4359
4224
  # preToPost 预付费转后付费
4360
4225
  # postMoveOut 按量计费迁出资源
4361
4226
  # postMoveIn 按量计费迁入资源
4362
- # 注意:此字段可能返回 null,表示取不到有效值。
4363
4227
  # @type Action: String
4364
4228
  # @param ProductName: 产品编码中文名称
4365
- # 注意:此字段可能返回 null,表示取不到有效值。
4366
4229
  # @type ProductName: String
4367
4230
  # @param SubProductName: 子产品编码中文名称
4368
- # 注意:此字段可能返回 null,表示取不到有效值。
4369
4231
  # @type SubProductName: String
4370
4232
  # @param ResourceId: 订单对应的资源id, 查询参数Limit超过200,将返回null
4371
4233
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -4515,10 +4377,10 @@ module TencentCloud
4515
4377
 
4516
4378
  attr_accessor :Balance, :Uin, :RealBalance, :CashAccountBalance, :IncomeIntoAccountBalance, :PresentAccountBalance, :FreezeAmount, :OweAmount, :IsAllowArrears, :IsCreditLimited, :CreditAmount, :CreditBalance, :RealCreditBalance, :RequestId
4517
4379
  extend Gem::Deprecate
4518
- deprecate :IsAllowArrears, :none, 2025, 2
4519
- deprecate :IsAllowArrears=, :none, 2025, 2
4520
- deprecate :IsCreditLimited, :none, 2025, 2
4521
- deprecate :IsCreditLimited=, :none, 2025, 2
4380
+ deprecate :IsAllowArrears, :none, 2025, 3
4381
+ deprecate :IsAllowArrears=, :none, 2025, 3
4382
+ deprecate :IsCreditLimited, :none, 2025, 3
4383
+ deprecate :IsCreditLimited=, :none, 2025, 3
4522
4384
 
4523
4385
  def initialize(balance=nil, uin=nil, realbalance=nil, cashaccountbalance=nil, incomeintoaccountbalance=nil, presentaccountbalance=nil, freezeamount=nil, oweamount=nil, isallowarrears=nil, iscreditlimited=nil, creditamount=nil, creditbalance=nil, realcreditbalance=nil, requestid=nil)
4524
4386
  @Balance = balance
@@ -4574,37 +4436,26 @@ module TencentCloud
4574
4436
  # DescribeAllocateConditions返回参数结构体
4575
4437
  class DescribeAllocateConditionsResponse < TencentCloud::Common::AbstractModel
4576
4438
  # @param Business: 产品筛选列表
4577
- # 注意:此字段可能返回 null,表示取不到有效值。
4578
4439
  # @type Business: Array
4579
4440
  # @param Product: 子产品筛选列表
4580
- # 注意:此字段可能返回 null,表示取不到有效值。
4581
4441
  # @type Product: Array
4582
4442
  # @param Item: 组件名称筛选列表
4583
- # 注意:此字段可能返回 null,表示取不到有效值。
4584
4443
  # @type Item: Array
4585
4444
  # @param Region: 地域筛选列表
4586
- # 注意:此字段可能返回 null,表示取不到有效值。
4587
4445
  # @type Region: Array
4588
4446
  # @param InstanceType: 实例类型筛选列表
4589
- # 注意:此字段可能返回 null,表示取不到有效值。
4590
4447
  # @type InstanceType: Array
4591
4448
  # @param PayMode: 计费模式筛选列表
4592
- # 注意:此字段可能返回 null,表示取不到有效值。
4593
4449
  # @type PayMode: Array
4594
4450
  # @param Project: 项目筛选列表
4595
- # 注意:此字段可能返回 null,表示取不到有效值。
4596
4451
  # @type Project: Array
4597
4452
  # @param Tag: 标签筛选列表
4598
- # 注意:此字段可能返回 null,表示取不到有效值。
4599
4453
  # @type Tag: Array
4600
4454
  # @param OwnerUin: 使用者 UIN 筛选列表
4601
- # 注意:此字段可能返回 null,表示取不到有效值。
4602
4455
  # @type OwnerUin: Array
4603
4456
  # @param OperateUin: 操作者 UIN 筛选列表
4604
- # 注意:此字段可能返回 null,表示取不到有效值。
4605
4457
  # @type OperateUin: Array
4606
4458
  # @param ActionType: 交易类型筛选列表
4607
- # 注意:此字段可能返回 null,表示取不到有效值。
4608
4459
  # @type ActionType: Array
4609
4460
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4610
4461
  # @type RequestId: String
@@ -4806,52 +4657,36 @@ module TencentCloud
4806
4657
  # DescribeAllocationBillConditions返回参数结构体
4807
4658
  class DescribeAllocationBillConditionsResponse < TencentCloud::Common::AbstractModel
4808
4659
  # @param Business: 产品筛选列表
4809
- # 注意:此字段可能返回 null,表示取不到有效值。
4810
4660
  # @type Business: Array
4811
4661
  # @param Product: 子产品筛选列表
4812
- # 注意:此字段可能返回 null,表示取不到有效值。
4813
4662
  # @type Product: Array
4814
4663
  # @param Item: 组件名称筛选列表
4815
- # 注意:此字段可能返回 null,表示取不到有效值。
4816
4664
  # @type Item: Array
4817
4665
  # @param Region: 地域筛选列表
4818
- # 注意:此字段可能返回 null,表示取不到有效值。
4819
4666
  # @type Region: Array
4820
4667
  # @param InstanceType: 实例类型筛选列表
4821
- # 注意:此字段可能返回 null,表示取不到有效值。
4822
4668
  # @type InstanceType: Array
4823
4669
  # @param PayMode: 计费模式筛选列表
4824
- # 注意:此字段可能返回 null,表示取不到有效值。
4825
4670
  # @type PayMode: Array
4826
4671
  # @param Project: 项目筛选列表
4827
- # 注意:此字段可能返回 null,表示取不到有效值。
4828
4672
  # @type Project: Array
4829
4673
  # @param Tag: 标签筛选列表
4830
- # 注意:此字段可能返回 null,表示取不到有效值。
4831
4674
  # @type Tag: Array
4832
4675
  # @param OwnerUin: 使用者 UIN 筛选列表
4833
- # 注意:此字段可能返回 null,表示取不到有效值。
4834
4676
  # @type OwnerUin: Array
4835
4677
  # @param OperateUin: 操作者 UIN 筛选列表
4836
- # 注意:此字段可能返回 null,表示取不到有效值。
4837
4678
  # @type OperateUin: Array
4838
4679
  # @param BillDay: 日期筛选列表
4839
- # 注意:此字段可能返回 null,表示取不到有效值。
4840
4680
  # @type BillDay: Array
4841
4681
  # @param ActionType: 交易类型筛选列表
4842
- # 注意:此字段可能返回 null,表示取不到有效值。
4843
4682
  # @type ActionType: Array
4844
4683
  # @param Component: 组件类型筛选列表
4845
- # 注意:此字段可能返回 null,表示取不到有效值。
4846
4684
  # @type Component: Array
4847
4685
  # @param Zone: 可用区筛选列表
4848
- # 注意:此字段可能返回 null,表示取不到有效值。
4849
4686
  # @type Zone: Array
4850
4687
  # @param AllocationTreeNode: 分账单元筛选列表
4851
- # 注意:此字段可能返回 null,表示取不到有效值。
4852
4688
  # @type AllocationTreeNode: Array
4853
4689
  # @param TagKey: 分账标签键
4854
- # 注意:此字段可能返回 null,表示取不到有效值。
4855
4690
  # @type TagKey: Array
4856
4691
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4857
4692
  # @type RequestId: String
@@ -5109,10 +4944,8 @@ module TencentCloud
5109
4944
  # DescribeAllocationBillDetail返回参数结构体
5110
4945
  class DescribeAllocationBillDetailResponse < TencentCloud::Common::AbstractModel
5111
4946
  # @param RecordNum: 总条数
5112
- # 注意:此字段可能返回 null,表示取不到有效值。
5113
4947
  # @type RecordNum: Integer
5114
4948
  # @param Total: 分账账单概览金额汇总
5115
- # 注意:此字段可能返回 null,表示取不到有效值。
5116
4949
  # @type Total: :class:`Tencentcloud::Billing.v20180709.models.AllocationOverviewTotal`
5117
4950
  # @param Detail: 分账账单明细
5118
4951
  # @type Detail: Array
@@ -5165,10 +4998,8 @@ module TencentCloud
5165
4998
  # DescribeAllocationMonthOverview返回参数结构体
5166
4999
  class DescribeAllocationMonthOverviewResponse < TencentCloud::Common::AbstractModel
5167
5000
  # @param Detail: 分账账单月概览详情
5168
- # 注意:此字段可能返回 null,表示取不到有效值。
5169
5001
  # @type Detail: Array
5170
5002
  # @param Total: 分账账单概览金额汇总
5171
- # 注意:此字段可能返回 null,表示取不到有效值。
5172
5003
  # @type Total: :class:`Tencentcloud::Billing.v20180709.models.AllocationOverviewTotal`
5173
5004
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5174
5005
  # @type RequestId: String
@@ -5265,13 +5096,10 @@ module TencentCloud
5265
5096
  # DescribeAllocationOverview返回参数结构体
5266
5097
  class DescribeAllocationOverviewResponse < TencentCloud::Common::AbstractModel
5267
5098
  # @param RecordNum: 总条数
5268
- # 注意:此字段可能返回 null,表示取不到有效值。
5269
5099
  # @type RecordNum: Integer
5270
5100
  # @param Total: 分账账单概览金额汇总
5271
- # 注意:此字段可能返回 null,表示取不到有效值。
5272
5101
  # @type Total: :class:`Tencentcloud::Billing.v20180709.models.AllocationOverviewTotal`
5273
5102
  # @param Detail: 分账概览明细
5274
- # 注意:此字段可能返回 null,表示取不到有效值。
5275
5103
  # @type Detail: Array
5276
5104
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5277
5105
  # @type RequestId: String
@@ -5350,8 +5178,8 @@ module TencentCloud
5350
5178
 
5351
5179
  attr_accessor :Limit, :Offset, :Month, :PeriodType, :TreeNodeUniqKeys, :SortType, :Sort, :BillDates, :BusinessCodes, :SearchKey
5352
5180
  extend Gem::Deprecate
5353
- deprecate :SearchKey, :none, 2025, 2
5354
- deprecate :SearchKey=, :none, 2025, 2
5181
+ deprecate :SearchKey, :none, 2025, 3
5182
+ deprecate :SearchKey=, :none, 2025, 3
5355
5183
 
5356
5184
  def initialize(limit=nil, offset=nil, month=nil, periodtype=nil, treenodeuniqkeys=nil, sorttype=nil, sort=nil, billdates=nil, businesscodes=nil, searchkey=nil)
5357
5185
  @Limit = limit
@@ -5383,14 +5211,10 @@ module TencentCloud
5383
5211
  # DescribeAllocationSummaryByBusiness返回参数结构体
5384
5212
  class DescribeAllocationSummaryByBusinessResponse < TencentCloud::Common::AbstractModel
5385
5213
  # @param RecordNum: 总条数
5386
- # 注意:此字段可能返回 null,表示取不到有效值。
5387
5214
  # @type RecordNum: Integer
5388
5215
  # @param Total: 分账账单概览金额汇总
5389
-
5390
- # 注意:此字段可能返回 null,表示取不到有效值。
5391
5216
  # @type Total: :class:`Tencentcloud::Billing.v20180709.models.AllocationOverviewTotal`
5392
5217
  # @param Detail: 分账账单按产品汇总明细
5393
- # 注意:此字段可能返回 null,表示取不到有效值。
5394
5218
  # @type Detail: Array
5395
5219
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5396
5220
  # @type RequestId: String
@@ -5544,15 +5368,10 @@ module TencentCloud
5544
5368
  # DescribeAllocationSummaryByItem返回参数结构体
5545
5369
  class DescribeAllocationSummaryByItemResponse < TencentCloud::Common::AbstractModel
5546
5370
  # @param RecordNum: 总条数
5547
-
5548
- # 注意:此字段可能返回 null,表示取不到有效值。
5549
5371
  # @type RecordNum: Integer
5550
5372
  # @param Total: 分账账单概览金额汇总
5551
- # 注意:此字段可能返回 null,表示取不到有效值。
5552
5373
  # @type Total: :class:`Tencentcloud::Billing.v20180709.models.AllocationOverviewTotal`
5553
5374
  # @param Detail: 分账账单按组件汇总明细
5554
-
5555
- # 注意:此字段可能返回 null,表示取不到有效值。
5556
5375
  # @type Detail: Array
5557
5376
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5558
5377
  # @type RequestId: String
@@ -5698,16 +5517,10 @@ module TencentCloud
5698
5517
  # DescribeAllocationSummaryByResource返回参数结构体
5699
5518
  class DescribeAllocationSummaryByResourceResponse < TencentCloud::Common::AbstractModel
5700
5519
  # @param RecordNum: 总条数
5701
-
5702
- # 注意:此字段可能返回 null,表示取不到有效值。
5703
5520
  # @type RecordNum: Integer
5704
5521
  # @param Total: 分账账单概览金额汇总
5705
-
5706
- # 注意:此字段可能返回 null,表示取不到有效值。
5707
5522
  # @type Total: :class:`Tencentcloud::Billing.v20180709.models.AllocationOverviewTotal`
5708
5523
  # @param Detail: 分账账单按资源汇总明细
5709
-
5710
- # 注意:此字段可能返回 null,表示取不到有效值。
5711
5524
  # @type Detail: Array
5712
5525
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5713
5526
  # @type RequestId: String
@@ -5766,13 +5579,10 @@ module TencentCloud
5766
5579
  # DescribeAllocationTrendByMonth返回参数结构体
5767
5580
  class DescribeAllocationTrendByMonthResponse < TencentCloud::Common::AbstractModel
5768
5581
  # @param Current: 当月费用信息
5769
- # 注意:此字段可能返回 null,表示取不到有效值。
5770
5582
  # @type Current: :class:`Tencentcloud::Billing.v20180709.models.AllocationBillTrendDetail`
5771
5583
  # @param Previous: 之前月份费用信息
5772
- # 注意:此字段可能返回 null,表示取不到有效值。
5773
5584
  # @type Previous: Array
5774
5585
  # @param Stat: 费用统计信息
5775
- # 注意:此字段可能返回 null,表示取不到有效值。
5776
5586
  # @type Stat: :class:`Tencentcloud::Billing.v20180709.models.AllocationStat`
5777
5587
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5778
5588
  # @type RequestId: String
@@ -5926,8 +5736,8 @@ module TencentCloud
5926
5736
 
5927
5737
  attr_accessor :Offset, :Limit, :PeriodType, :Month, :BeginTime, :EndTime, :NeedRecordNum, :PayMode, :ResourceId, :ActionType, :ProjectId, :BusinessCode, :Context
5928
5738
  extend Gem::Deprecate
5929
- deprecate :PeriodType, :none, 2025, 2
5930
- deprecate :PeriodType=, :none, 2025, 2
5739
+ deprecate :PeriodType, :none, 2025, 3
5740
+ deprecate :PeriodType=, :none, 2025, 3
5931
5741
 
5932
5742
  def initialize(offset=nil, limit=nil, periodtype=nil, month=nil, begintime=nil, endtime=nil, needrecordnum=nil, paymode=nil, resourceid=nil, actiontype=nil, projectid=nil, businesscode=nil, context=nil)
5933
5743
  @Offset = offset
@@ -6064,8 +5874,8 @@ module TencentCloud
6064
5874
 
6065
5875
  attr_accessor :Offset, :Limit, :PeriodType, :Month, :BeginTime, :EndTime, :NeedRecordNum, :ProductCode, :PayMode, :ResourceId, :ActionType, :ProjectId, :BusinessCode, :Context, :PayerUin
6066
5876
  extend Gem::Deprecate
6067
- deprecate :PeriodType, :none, 2025, 2
6068
- deprecate :PeriodType=, :none, 2025, 2
5877
+ deprecate :PeriodType, :none, 2025, 3
5878
+ deprecate :PeriodType=, :none, 2025, 3
6069
5879
 
6070
5880
  def initialize(offset=nil, limit=nil, periodtype=nil, month=nil, begintime=nil, endtime=nil, needrecordnum=nil, productcode=nil, paymode=nil, resourceid=nil, actiontype=nil, projectid=nil, businesscode=nil, context=nil, payeruin=nil)
6071
5881
  @Offset = offset
@@ -6389,8 +6199,8 @@ module TencentCloud
6389
6199
 
6390
6200
  attr_accessor :Offset, :Limit, :Month, :PeriodType, :NeedRecordNum, :ActionType, :ResourceId, :PayMode, :BusinessCode, :TagKey, :TagValue
6391
6201
  extend Gem::Deprecate
6392
- deprecate :PeriodType, :none, 2025, 2
6393
- deprecate :PeriodType=, :none, 2025, 2
6202
+ deprecate :PeriodType, :none, 2025, 3
6203
+ deprecate :PeriodType=, :none, 2025, 3
6394
6204
 
6395
6205
  def initialize(offset=nil, limit=nil, month=nil, periodtype=nil, needrecordnum=nil, actiontype=nil, resourceid=nil, paymode=nil, businesscode=nil, tagkey=nil, tagvalue=nil)
6396
6206
  @Offset = offset
@@ -6513,8 +6323,8 @@ module TencentCloud
6513
6323
 
6514
6324
  attr_accessor :Offset, :Limit, :Month, :PeriodType, :NeedRecordNum, :ActionType, :ResourceId, :PayMode, :BusinessCode, :PayerUin, :TagKey, :TagValue
6515
6325
  extend Gem::Deprecate
6516
- deprecate :PeriodType, :none, 2025, 2
6517
- deprecate :PeriodType=, :none, 2025, 2
6326
+ deprecate :PeriodType, :none, 2025, 3
6327
+ deprecate :PeriodType=, :none, 2025, 3
6518
6328
 
6519
6329
  def initialize(offset=nil, limit=nil, month=nil, periodtype=nil, needrecordnum=nil, actiontype=nil, resourceid=nil, paymode=nil, businesscode=nil, payeruin=nil, tagkey=nil, tagvalue=nil)
6520
6330
  @Offset = offset
@@ -7256,10 +7066,8 @@ module TencentCloud
7256
7066
  # @param Total: 消耗详情
7257
7067
  # @type Total: :class:`Tencentcloud::Billing.v20180709.models.ConsumptionSummaryTotal`
7258
7068
  # @param Data: 消耗按产品汇总详情
7259
- # 注意:此字段可能返回 null,表示取不到有效值。
7260
7069
  # @type Data: Array
7261
7070
  # @param RecordNum: 记录数量,NeedRecordNum为0时返回null
7262
- # 注意:此字段可能返回 null,表示取不到有效值。
7263
7071
  # @type RecordNum: Integer
7264
7072
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7265
7073
  # @type RequestId: String
@@ -7416,7 +7224,6 @@ module TencentCloud
7416
7224
  # @param Data: 消耗按地域汇总详情
7417
7225
  # @type Data: Array
7418
7226
  # @param RecordNum: 记录数量,NeedRecordNum为0时返回null
7419
- # 注意:此字段可能返回 null,表示取不到有效值。
7420
7227
  # @type RecordNum: Integer
7421
7228
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7422
7229
  # @type RequestId: String
@@ -7502,7 +7309,6 @@ module TencentCloud
7502
7309
  # @param Ready: 数据是否准备好,0未准备好,1准备好
7503
7310
  # @type Ready: Integer
7504
7311
  # @param Total: 消耗详情
7505
- # 注意:此字段可能返回 null,表示取不到有效值。
7506
7312
  # @type Total: :class:`Tencentcloud::Billing.v20180709.models.ConsumptionSummaryTotal`
7507
7313
  # @param ConditionValue: 过滤条件
7508
7314
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -7511,7 +7317,6 @@ module TencentCloud
7511
7317
  # 注意:此字段可能返回 null,表示取不到有效值。
7512
7318
  # @type RecordNum: Integer
7513
7319
  # @param Data: 资源消耗详情
7514
- # 注意:此字段可能返回 null,表示取不到有效值。
7515
7320
  # @type Data: Array
7516
7321
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7517
7322
  # @type RequestId: String
@@ -8083,7 +7888,6 @@ module TencentCloud
8083
7888
  # DescribeGatherResource返回参数结构体
8084
7889
  class DescribeGatherResourceResponse < TencentCloud::Common::AbstractModel
8085
7890
  # @param RecordNum: 总条数
8086
- # 注意:此字段可能返回 null,表示取不到有效值。
8087
7891
  # @type RecordNum: Integer
8088
7892
  # @param GatherResourceSummary: 资源归集汇总
8089
7893
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -8594,39 +8398,28 @@ module TencentCloud
8594
8398
  # @param OperateUin: 操作者UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的 ID 或者角色 ID )
8595
8399
  # @type OperateUin: String
8596
8400
  # @param Tags: 标签信息
8597
- # 注意:此字段可能返回 null,表示取不到有效值。
8598
8401
  # @type Tags: Array
8599
8402
  # @param BusinessCode: 产品编码
8600
- # 注意:此字段可能返回 null,表示取不到有效值。
8601
8403
  # @type BusinessCode: String
8602
8404
  # @param ProductCode: 子产品编码
8603
- # 注意:此字段可能返回 null,表示取不到有效值。
8604
8405
  # @type ProductCode: String
8605
8406
  # @param ActionType: 交易类型编码
8606
- # 注意:此字段可能返回 null,表示取不到有效值。
8607
8407
  # @type ActionType: String
8608
8408
  # @param RegionId: 地域ID
8609
- # 注意:此字段可能返回 null,表示取不到有效值。
8610
8409
  # @type RegionId: String
8611
8410
  # @param ProjectId: 项目ID
8612
8411
  # @type ProjectId: Integer
8613
8412
  # @param PriceInfo: 价格属性:该组件除单价、时长外的其他影响折扣定价的属性信息
8614
- # 注意:此字段可能返回 null,表示取不到有效值。
8615
8413
  # @type PriceInfo: Array
8616
8414
  # @param AssociatedOrder: 关联交易单据ID:和本笔交易关联单据 ID,如,冲销订单,记录原订单、重结订单,退费单记录对应的原购买订单号
8617
- # 注意:此字段可能返回 null,表示取不到有效值。
8618
8415
  # @type AssociatedOrder: :class:`Tencentcloud::Billing.v20180709.models.BillDetailAssociatedOrder`
8619
8416
  # @param Formula: 计算说明:特殊交易类型计费结算的详细计算说明,如退费及变配
8620
- # 注意:此字段可能返回 null,表示取不到有效值。
8621
8417
  # @type Formula: String
8622
8418
  # @param FormulaUrl: 计费规则:各产品详细的计费规则官网说明链接
8623
- # 注意:此字段可能返回 null,表示取不到有效值。
8624
8419
  # @type FormulaUrl: String
8625
8420
  # @param BillMonth: 账单归属月
8626
- # 注意:此字段可能返回 null,表示取不到有效值。
8627
8421
  # @type BillMonth: String
8628
8422
  # @param BillDay: 账单归属日
8629
- # 注意:此字段可能返回 null,表示取不到有效值。
8630
8423
  # @type BillDay: String
8631
8424
 
8632
8425
  attr_accessor :BusinessCodeName, :ProductCodeName, :PayModeName, :ProjectName, :RegionName, :ZoneName, :ResourceId, :ResourceName, :ActionTypeName, :OrderId, :BillId, :PayTime, :FeeBeginTime, :FeeEndTime, :ComponentSet, :OwnerUin, :OperateUin, :Tags, :BusinessCode, :ProductCode, :ActionType, :RegionId, :ProjectId, :PriceInfo, :AssociatedOrder, :Formula, :FormulaUrl, :BillMonth, :BillDay
@@ -8736,115 +8529,79 @@ module TencentCloud
8736
8529
  # 资源归集汇总
8737
8530
  class GatherResourceSummary < TencentCloud::Common::AbstractModel
8738
8531
  # @param PayerUin: 支付者 UIN:支付者的账号 ID,账号 ID 是用户在腾讯云的唯一账号标识
8739
- # 注意:此字段可能返回 null,表示取不到有效值。
8740
8532
  # @type PayerUin: String
8741
8533
  # @param OwnerUin: 使用者 UIN:实际使用资源的账号 ID
8742
- # 注意:此字段可能返回 null,表示取不到有效值。
8743
8534
  # @type OwnerUin: String
8744
8535
  # @param OperateUin: 操作者 UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的ID或者角色 ID)
8745
- # 注意:此字段可能返回 null,表示取不到有效值。
8746
8536
  # @type OperateUin: String
8747
8537
  # @param InstanceType: 实例类型编码
8748
- # 注意:此字段可能返回 null,表示取不到有效值。
8749
8538
  # @type InstanceType: String
8750
8539
  # @param InstanceTypeName: 实例类型:购买的产品服务对应的实例类型,包括资源包、RI、SP、竞价实例。常规实例默认展示“-”
8751
- # 注意:此字段可能返回 null,表示取不到有效值。
8752
8540
  # @type InstanceTypeName: String
8753
8541
  # @param ResourceId: 资源ID:不同产品因资源形态不同,资源内容不完全相同,如云服务器 CVM 为对应的实例 ID; 若该产品被分拆,则展示产品分拆后的分拆项 ID,如 COS 桶 ID,CDN 域名
8754
- # 注意:此字段可能返回 null,表示取不到有效值。
8755
8542
  # @type ResourceId: String
8756
8543
  # @param ResourceName: 实例名称:用户在控制台为资源设置的名称,如未设置默认为空;若该产品被分拆,则展示分拆产品分拆后的分拆项资源别名
8757
- # 注意:此字段可能返回 null,表示取不到有效值。
8758
8544
  # @type ResourceName: String
8759
8545
  # @param TreeNodeUniqKey: 分账单元唯一标识
8760
- # 注意:此字段可能返回 null,表示取不到有效值。
8761
8546
  # @type TreeNodeUniqKey: String
8762
8547
  # @param TreeNodeUniqKeyName: 分账单元名称
8763
- # 注意:此字段可能返回 null,表示取不到有效值。
8764
8548
  # @type TreeNodeUniqKeyName: String
8765
8549
  # @param RuleId: 资源命中公摊规则ID
8766
- # 注意:此字段可能返回 null,表示取不到有效值。
8767
8550
  # @type RuleId: Integer
8768
8551
  # @param RuleName: 资源命中公摊规则名称
8769
- # 注意:此字段可能返回 null,表示取不到有效值。
8770
8552
  # @type RuleName: String
8771
8553
  # @param BusinessCode: 产品编码
8772
- # 注意:此字段可能返回 null,表示取不到有效值。
8773
8554
  # @type BusinessCode: String
8774
8555
  # @param BusinessCodeName: 产品名称:用户所采购的各类云产品
8775
- # 注意:此字段可能返回 null,表示取不到有效值。
8776
8556
  # @type BusinessCodeName: String
8777
8557
  # @param ItemCode: 组件名称编码
8778
- # 注意:此字段可能返回 null,表示取不到有效值。
8779
8558
  # @type ItemCode: String
8780
8559
  # @param ItemCodeName: 组件名称:用户购买的产品或服务,所包含的具体组件
8781
- # 注意:此字段可能返回 null,表示取不到有效值。
8782
8560
  # @type ItemCodeName: String
8783
8561
  # @param RegionId: 地域ID
8784
- # 注意:此字段可能返回 null,表示取不到有效值。
8785
8562
  # @type RegionId: Integer
8786
8563
  # @param RegionName: 地域名称:资源所属地域
8787
- # 注意:此字段可能返回 null,表示取不到有效值。
8788
8564
  # @type RegionName: String
8789
8565
  # @param Tag: 分账标签:资源绑定的标签
8790
- # 注意:此字段可能返回 null,表示取不到有效值。
8791
8566
  # @type Tag: Array
8792
8567
  # @param RealTotalCost: 优惠后总价:优惠后总价 =(原价 - 预留实例抵扣原价 - 节省计划抵扣原价)* 折扣率
8793
- # 注意:此字段可能返回 null,表示取不到有效值。
8794
8568
  # @type RealTotalCost: String
8795
8569
  # @param CashPayAmount: 现金账户支出(元):通过现金账户支付的金额
8796
- # 注意:此字段可能返回 null,表示取不到有效值。
8797
8570
  # @type CashPayAmount: String
8798
8571
  # @param VoucherPayAmount: 代金券支出(元):使用各类优惠券(如代金券、现金券等)支付的金额
8799
- # 注意:此字段可能返回 null,表示取不到有效值。
8800
8572
  # @type VoucherPayAmount: String
8801
8573
  # @param IncentivePayAmount: 赠送账户支出(元):使用赠送金支付的金额
8802
- # 注意:此字段可能返回 null,表示取不到有效值。
8803
8574
  # @type IncentivePayAmount: String
8804
8575
  # @param TransferPayAmount: 分成账户支出(元):通过分成金账户支付的金额
8805
- # 注意:此字段可能返回 null,表示取不到有效值。
8806
8576
  # @type TransferPayAmount: String
8807
8577
  # @param AllocationType: 费用归集类型:费用来源类型,分摊、归集、未分配
8808
8578
  # 0 - 分摊
8809
8579
  # 1 - 归集
8810
8580
  # -1 - 未分配
8811
- # 注意:此字段可能返回 null,表示取不到有效值。
8812
8581
  # @type AllocationType: Integer
8813
8582
  # @param BelongTreeNodeUniqKey: 当前归属单元信息
8814
- # 注意:此字段可能返回 null,表示取不到有效值。
8815
8583
  # @type BelongTreeNodeUniqKey: :class:`Tencentcloud::Billing.v20180709.models.AllocationTreeNode`
8816
8584
  # @param BelongRule: 当前资源命中公摊规则信息
8817
- # 注意:此字段可能返回 null,表示取不到有效值。
8818
8585
  # @type BelongRule: :class:`Tencentcloud::Billing.v20180709.models.AllocationRule`
8819
8586
  # @param OtherTreeNodeUniqKeys: 其它归属单元信息
8820
- # 注意:此字段可能返回 null,表示取不到有效值。
8821
8587
  # @type OtherTreeNodeUniqKeys: Array
8822
8588
  # @param OtherRules: 其他命中规则信息
8823
- # 注意:此字段可能返回 null,表示取不到有效值。
8824
8589
  # @type OtherRules: Array
8825
8590
  # @param ProjectId: 项目ID
8826
- # 注意:此字段可能返回 null,表示取不到有效值。
8827
8591
  # @type ProjectId: Integer
8828
8592
  # @param ProjectName: 项目名称:资源归属的项目,用户在控制台给资源自主分配项目,未分配则是默认项目
8829
- # 注意:此字段可能返回 null,表示取不到有效值。
8830
8593
  # @type ProjectName: String
8831
8594
  # @param ProductCode: 子产品编码
8832
- # 注意:此字段可能返回 null,表示取不到有效值。
8833
8595
  # @type ProductCode: String
8834
8596
  # @param ProductCodeName: 子产品名称:用户采购的具体产品细分类型
8835
- # 注意:此字段可能返回 null,表示取不到有效值。
8836
8597
  # @type ProductCodeName: String
8837
8598
  # @param PayMode: 计费模式编码
8838
- # 注意:此字段可能返回 null,表示取不到有效值。
8839
8599
  # @type PayMode: String
8840
8600
  # @param PayModeName: 计费模式:资源的计费模式,区分为包年包月和按量计费
8841
- # 注意:此字段可能返回 null,表示取不到有效值。
8842
8601
  # @type PayModeName: String
8843
8602
  # @param ActionType: 交易类型编码
8844
- # 注意:此字段可能返回 null,表示取不到有效值。
8845
8603
  # @type ActionType: String
8846
8604
  # @param ActionTypeName: 交易类型:明细交易类型
8847
- # 注意:此字段可能返回 null,表示取不到有效值。
8848
8605
  # @type ActionTypeName: String
8849
8606
  # @param SplitItemId: 分拆项 ID:涉及分拆产品的分拆后的分拆项 ID,如 COS 桶 ID,CDN 域名
8850
8607
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -8855,10 +8612,10 @@ module TencentCloud
8855
8612
 
8856
8613
  attr_accessor :PayerUin, :OwnerUin, :OperateUin, :InstanceType, :InstanceTypeName, :ResourceId, :ResourceName, :TreeNodeUniqKey, :TreeNodeUniqKeyName, :RuleId, :RuleName, :BusinessCode, :BusinessCodeName, :ItemCode, :ItemCodeName, :RegionId, :RegionName, :Tag, :RealTotalCost, :CashPayAmount, :VoucherPayAmount, :IncentivePayAmount, :TransferPayAmount, :AllocationType, :BelongTreeNodeUniqKey, :BelongRule, :OtherTreeNodeUniqKeys, :OtherRules, :ProjectId, :ProjectName, :ProductCode, :ProductCodeName, :PayMode, :PayModeName, :ActionType, :ActionTypeName, :SplitItemId, :SplitItemName
8857
8614
  extend Gem::Deprecate
8858
- deprecate :SplitItemId, :none, 2025, 2
8859
- deprecate :SplitItemId=, :none, 2025, 2
8860
- deprecate :SplitItemName, :none, 2025, 2
8861
- deprecate :SplitItemName=, :none, 2025, 2
8615
+ deprecate :SplitItemId, :none, 2025, 3
8616
+ deprecate :SplitItemId=, :none, 2025, 3
8617
+ deprecate :SplitItemName, :none, 2025, 3
8618
+ deprecate :SplitItemName=, :none, 2025, 3
8862
8619
 
8863
8620
  def initialize(payeruin=nil, owneruin=nil, operateuin=nil, instancetype=nil, instancetypename=nil, resourceid=nil, resourcename=nil, treenodeuniqkey=nil, treenodeuniqkeyname=nil, ruleid=nil, rulename=nil, businesscode=nil, businesscodename=nil, itemcode=nil, itemcodename=nil, regionid=nil, regionname=nil, tag=nil, realtotalcost=nil, cashpayamount=nil, voucherpayamount=nil, incentivepayamount=nil, transferpayamount=nil, allocationtype=nil, belongtreenodeuniqkey=nil, belongrule=nil, othertreenodeuniqkeys=nil, otherrules=nil, projectid=nil, projectname=nil, productcode=nil, productcodename=nil, paymode=nil, paymodename=nil, actiontype=nil, actiontypename=nil, splititemid=nil, splititemname=nil)
8864
8621
  @PayerUin = payeruin
@@ -9000,14 +8757,20 @@ module TencentCloud
9000
8757
  # @type VoucherIds: Array
9001
8758
  # @param BigDealIds: 需要支付的一个或者多个大订单号,与OrderIds字段两者必须且仅传一个参数
9002
8759
  # @type BigDealIds: Array
8760
+ # @param AgentPay: 0非代理,1代理商代付,3集团代理,4代理商为代客下产品级代付单,默认0
8761
+ # @type AgentPay: Integer
8762
+ # @param CpsUin: 推荐者,用于返利
8763
+ # @type CpsUin: String
9003
8764
 
9004
- attr_accessor :OrderIds, :AutoVoucher, :VoucherIds, :BigDealIds
8765
+ attr_accessor :OrderIds, :AutoVoucher, :VoucherIds, :BigDealIds, :AgentPay, :CpsUin
9005
8766
 
9006
- def initialize(orderids=nil, autovoucher=nil, voucherids=nil, bigdealids=nil)
8767
+ def initialize(orderids=nil, autovoucher=nil, voucherids=nil, bigdealids=nil, agentpay=nil, cpsuin=nil)
9007
8768
  @OrderIds = orderids
9008
8769
  @AutoVoucher = autovoucher
9009
8770
  @VoucherIds = voucherids
9010
8771
  @BigDealIds = bigdealids
8772
+ @AgentPay = agentpay
8773
+ @CpsUin = cpsuin
9011
8774
  end
9012
8775
 
9013
8776
  def deserialize(params)
@@ -9015,6 +8778,8 @@ module TencentCloud
9015
8778
  @AutoVoucher = params['AutoVoucher']
9016
8779
  @VoucherIds = params['VoucherIds']
9017
8780
  @BigDealIds = params['BigDealIds']
8781
+ @AgentPay = params['AgentPay']
8782
+ @CpsUin = params['CpsUin']
9018
8783
  end
9019
8784
  end
9020
8785
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-billing
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1012
4
+ version: 3.0.1013
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-05 00:00:00.000000000 Z
11
+ date: 2025-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common