tencentcloud-sdk-billing 3.0.1074 → 3.0.1106
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180709/client.rb +1 -1
- data/lib/v20180709/models.rb +42 -42
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9c425a3ca6af6198a0ecbe922c31696dc03ecc9b
|
4
|
+
data.tar.gz: 07ec6c5216ad1893c5d1074339642f33960d2f50
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34be93e7837ac662650a250a7ee57f2893348f51061b8be459cf2be05dd9134fd75385c124e2b80680f64c59011fbe2ba7c8d6cbd69b61be850714790783bc81
|
7
|
+
data.tar.gz: 9d0cfa95eb377f261804458d898dcbc3f492985fcb7afd27153fa3cf73e9c9a9a743774569b54762e20b75f85e61dfccde698fd571e7ac1647c582471081b26c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1106
|
data/lib/v20180709/client.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2017-
|
3
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
data/lib/v20180709/models.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2017-
|
3
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
@@ -312,10 +312,10 @@ module TencentCloud
|
|
312
312
|
|
313
313
|
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
|
314
314
|
extend Gem::Deprecate
|
315
|
-
deprecate :SplitItemId, :none, 2025,
|
316
|
-
deprecate :SplitItemId=, :none, 2025,
|
317
|
-
deprecate :SplitItemName, :none, 2025,
|
318
|
-
deprecate :SplitItemName=, :none, 2025,
|
315
|
+
deprecate :SplitItemId, :none, 2025, 7
|
316
|
+
deprecate :SplitItemId=, :none, 2025, 7
|
317
|
+
deprecate :SplitItemName, :none, 2025, 7
|
318
|
+
deprecate :SplitItemName=, :none, 2025, 7
|
319
319
|
|
320
320
|
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)
|
321
321
|
@TreeNodeUniqKey = treenodeuniqkey
|
@@ -1235,10 +1235,10 @@ module TencentCloud
|
|
1235
1235
|
|
1236
1236
|
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
|
1237
1237
|
extend Gem::Deprecate
|
1238
|
-
deprecate :SplitItemId, :none, 2025,
|
1239
|
-
deprecate :SplitItemId=, :none, 2025,
|
1240
|
-
deprecate :SplitItemName, :none, 2025,
|
1241
|
-
deprecate :SplitItemName=, :none, 2025,
|
1238
|
+
deprecate :SplitItemId, :none, 2025, 7
|
1239
|
+
deprecate :SplitItemId=, :none, 2025, 7
|
1240
|
+
deprecate :SplitItemName, :none, 2025, 7
|
1241
|
+
deprecate :SplitItemName=, :none, 2025, 7
|
1242
1242
|
|
1243
1243
|
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)
|
1244
1244
|
@TreeNodeUniqKey = treenodeuniqkey
|
@@ -1488,10 +1488,10 @@ module TencentCloud
|
|
1488
1488
|
|
1489
1489
|
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
|
1490
1490
|
extend Gem::Deprecate
|
1491
|
-
deprecate :SplitItemId, :none, 2025,
|
1492
|
-
deprecate :SplitItemId=, :none, 2025,
|
1493
|
-
deprecate :SplitItemName, :none, 2025,
|
1494
|
-
deprecate :SplitItemName=, :none, 2025,
|
1491
|
+
deprecate :SplitItemId, :none, 2025, 7
|
1492
|
+
deprecate :SplitItemId=, :none, 2025, 7
|
1493
|
+
deprecate :SplitItemName, :none, 2025, 7
|
1494
|
+
deprecate :SplitItemName=, :none, 2025, 7
|
1495
1495
|
|
1496
1496
|
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)
|
1497
1497
|
@TreeNodeUniqKey = treenodeuniqkey
|
@@ -2499,10 +2499,10 @@ module TencentCloud
|
|
2499
2499
|
|
2500
2500
|
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
|
2501
2501
|
extend Gem::Deprecate
|
2502
|
-
deprecate :SpecifiedPrice, :none, 2025,
|
2503
|
-
deprecate :SpecifiedPrice=, :none, 2025,
|
2504
|
-
deprecate :SPDeduction, :none, 2025,
|
2505
|
-
deprecate :SPDeduction=, :none, 2025,
|
2502
|
+
deprecate :SpecifiedPrice, :none, 2025, 7
|
2503
|
+
deprecate :SpecifiedPrice=, :none, 2025, 7
|
2504
|
+
deprecate :SPDeduction, :none, 2025, 7
|
2505
|
+
deprecate :SPDeduction=, :none, 2025, 7
|
2506
2506
|
|
2507
2507
|
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)
|
2508
2508
|
@ComponentCodeName = componentcodename
|
@@ -2679,8 +2679,8 @@ module TencentCloud
|
|
2679
2679
|
|
2680
2680
|
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
|
2681
2681
|
extend Gem::Deprecate
|
2682
|
-
deprecate :SPDeduction, :none, 2025,
|
2683
|
-
deprecate :SPDeduction=, :none, 2025,
|
2682
|
+
deprecate :SPDeduction, :none, 2025, 7
|
2683
|
+
deprecate :SPDeduction=, :none, 2025, 7
|
2684
2684
|
|
2685
2685
|
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)
|
2686
2686
|
@BusinessCodeName = businesscodename
|
@@ -3038,8 +3038,8 @@ module TencentCloud
|
|
3038
3038
|
|
3039
3039
|
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
|
3040
3040
|
extend Gem::Deprecate
|
3041
|
-
deprecate :SPDeduction, :none, 2025,
|
3042
|
-
deprecate :SPDeduction=, :none, 2025,
|
3041
|
+
deprecate :SPDeduction, :none, 2025, 7
|
3042
|
+
deprecate :SPDeduction=, :none, 2025, 7
|
3043
3043
|
|
3044
3044
|
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)
|
3045
3045
|
@BusinessCodeName = businesscodename
|
@@ -4653,10 +4653,10 @@ module TencentCloud
|
|
4653
4653
|
|
4654
4654
|
attr_accessor :Balance, :Uin, :RealBalance, :CashAccountBalance, :IncomeIntoAccountBalance, :PresentAccountBalance, :FreezeAmount, :OweAmount, :IsAllowArrears, :IsCreditLimited, :CreditAmount, :CreditBalance, :RealCreditBalance, :RequestId
|
4655
4655
|
extend Gem::Deprecate
|
4656
|
-
deprecate :IsAllowArrears, :none, 2025,
|
4657
|
-
deprecate :IsAllowArrears=, :none, 2025,
|
4658
|
-
deprecate :IsCreditLimited, :none, 2025,
|
4659
|
-
deprecate :IsCreditLimited=, :none, 2025,
|
4656
|
+
deprecate :IsAllowArrears, :none, 2025, 7
|
4657
|
+
deprecate :IsAllowArrears=, :none, 2025, 7
|
4658
|
+
deprecate :IsCreditLimited, :none, 2025, 7
|
4659
|
+
deprecate :IsCreditLimited=, :none, 2025, 7
|
4660
4660
|
|
4661
4661
|
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)
|
4662
4662
|
@Balance = balance
|
@@ -5594,8 +5594,8 @@ module TencentCloud
|
|
5594
5594
|
|
5595
5595
|
attr_accessor :Limit, :Offset, :Month, :PeriodType, :TreeNodeUniqKeys, :SortType, :Sort, :BillDates, :BusinessCodes, :SearchKey
|
5596
5596
|
extend Gem::Deprecate
|
5597
|
-
deprecate :SearchKey, :none, 2025,
|
5598
|
-
deprecate :SearchKey=, :none, 2025,
|
5597
|
+
deprecate :SearchKey, :none, 2025, 7
|
5598
|
+
deprecate :SearchKey=, :none, 2025, 7
|
5599
5599
|
|
5600
5600
|
def initialize(limit=nil, offset=nil, month=nil, periodtype=nil, treenodeuniqkeys=nil, sorttype=nil, sort=nil, billdates=nil, businesscodes=nil, searchkey=nil)
|
5601
5601
|
@Limit = limit
|
@@ -6279,8 +6279,8 @@ module TencentCloud
|
|
6279
6279
|
|
6280
6280
|
attr_accessor :Offset, :Limit, :PeriodType, :Month, :BeginTime, :EndTime, :NeedRecordNum, :PayMode, :ResourceId, :ActionType, :ProjectId, :BusinessCode, :Context
|
6281
6281
|
extend Gem::Deprecate
|
6282
|
-
deprecate :PeriodType, :none, 2025,
|
6283
|
-
deprecate :PeriodType=, :none, 2025,
|
6282
|
+
deprecate :PeriodType, :none, 2025, 7
|
6283
|
+
deprecate :PeriodType=, :none, 2025, 7
|
6284
6284
|
|
6285
6285
|
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)
|
6286
6286
|
@Offset = offset
|
@@ -6416,10 +6416,10 @@ module TencentCloud
|
|
6416
6416
|
|
6417
6417
|
attr_accessor :Offset, :Limit, :PeriodType, :Month, :BeginTime, :EndTime, :NeedRecordNum, :ProductCode, :PayMode, :ResourceId, :ActionType, :ProjectId, :BusinessCode, :Context, :PayerUin
|
6418
6418
|
extend Gem::Deprecate
|
6419
|
-
deprecate :PeriodType, :none, 2025,
|
6420
|
-
deprecate :PeriodType=, :none, 2025,
|
6421
|
-
deprecate :ProductCode, :none, 2025,
|
6422
|
-
deprecate :ProductCode=, :none, 2025,
|
6419
|
+
deprecate :PeriodType, :none, 2025, 7
|
6420
|
+
deprecate :PeriodType=, :none, 2025, 7
|
6421
|
+
deprecate :ProductCode, :none, 2025, 7
|
6422
|
+
deprecate :ProductCode=, :none, 2025, 7
|
6423
6423
|
|
6424
6424
|
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)
|
6425
6425
|
@Offset = offset
|
@@ -6741,8 +6741,8 @@ module TencentCloud
|
|
6741
6741
|
|
6742
6742
|
attr_accessor :Offset, :Limit, :Month, :PeriodType, :NeedRecordNum, :ActionType, :ResourceId, :PayMode, :BusinessCode, :TagKey, :TagValue
|
6743
6743
|
extend Gem::Deprecate
|
6744
|
-
deprecate :PeriodType, :none, 2025,
|
6745
|
-
deprecate :PeriodType=, :none, 2025,
|
6744
|
+
deprecate :PeriodType, :none, 2025, 7
|
6745
|
+
deprecate :PeriodType=, :none, 2025, 7
|
6746
6746
|
|
6747
6747
|
def initialize(offset=nil, limit=nil, month=nil, periodtype=nil, needrecordnum=nil, actiontype=nil, resourceid=nil, paymode=nil, businesscode=nil, tagkey=nil, tagvalue=nil)
|
6748
6748
|
@Offset = offset
|
@@ -6865,8 +6865,8 @@ module TencentCloud
|
|
6865
6865
|
|
6866
6866
|
attr_accessor :Offset, :Limit, :Month, :PeriodType, :NeedRecordNum, :ActionType, :ResourceId, :PayMode, :BusinessCode, :PayerUin, :TagKey, :TagValue
|
6867
6867
|
extend Gem::Deprecate
|
6868
|
-
deprecate :PeriodType, :none, 2025,
|
6869
|
-
deprecate :PeriodType=, :none, 2025,
|
6868
|
+
deprecate :PeriodType, :none, 2025, 7
|
6869
|
+
deprecate :PeriodType=, :none, 2025, 7
|
6870
6870
|
|
6871
6871
|
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)
|
6872
6872
|
@Offset = offset
|
@@ -7369,7 +7369,7 @@ module TencentCloud
|
|
7369
7369
|
# @type NeedRecordNum: Integer
|
7370
7370
|
# @param Month: 月份,格式为yyyy-mm,Month和BeginTime&EndTime必传一个,如果有传BeginTime&EndTime则Month字段无效。不能早于开通成本分析的月份,最多可拉取24个月内的数据。
|
7371
7371
|
# @type Month: String
|
7372
|
-
# @param ProductCode:
|
7372
|
+
# @param ProductCode: 查询指定产品信息
|
7373
7373
|
# @type ProductCode: String
|
7374
7374
|
# @param PayMode: 付费模式 prePay/postPay
|
7375
7375
|
# @type PayMode: String
|
@@ -9103,10 +9103,10 @@ module TencentCloud
|
|
9103
9103
|
|
9104
9104
|
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
|
9105
9105
|
extend Gem::Deprecate
|
9106
|
-
deprecate :SplitItemId, :none, 2025,
|
9107
|
-
deprecate :SplitItemId=, :none, 2025,
|
9108
|
-
deprecate :SplitItemName, :none, 2025,
|
9109
|
-
deprecate :SplitItemName=, :none, 2025,
|
9106
|
+
deprecate :SplitItemId, :none, 2025, 7
|
9107
|
+
deprecate :SplitItemId=, :none, 2025, 7
|
9108
|
+
deprecate :SplitItemName, :none, 2025, 7
|
9109
|
+
deprecate :SplitItemName=, :none, 2025, 7
|
9110
9110
|
|
9111
9111
|
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)
|
9112
9112
|
@PayerUin = payeruin
|
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.
|
4
|
+
version: 3.0.1106
|
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-
|
11
|
+
date: 2025-07-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|