tencentcloud-sdk-billing 3.0.883 → 3.0.885
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/models.rb +97 -38
- 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: 6b135801b4dd31d41ce7d6ddbb1ad078ad5510c0
|
4
|
+
data.tar.gz: f41bd6f676520134d28e0d0246de0ba4352bebb2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ca18cf6b4ba2c1c4a82c791d1ced4dce292cbf5dfff5133e8820dbe14e5fbf5e3c9ef3521f35aaef24dcb4913cea4e56ec48a3dfdfa101dc29ff22a7e819945
|
7
|
+
data.tar.gz: fe40c62266521c2717a02ef6ddac98588ff84966fc8bf334c6c5a59993ebf190803e22900aa9998666fbd2ec85aab6f51d5efc7afa76bff56cbc610e28bb1284
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.885
|
data/lib/v20180709/models.rb
CHANGED
@@ -332,10 +332,10 @@ module TencentCloud
|
|
332
332
|
|
333
333
|
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
|
334
334
|
extend Gem::Deprecate
|
335
|
-
deprecate :SplitItemId, :none, 2024,
|
336
|
-
deprecate :SplitItemId=, :none, 2024,
|
337
|
-
deprecate :SplitItemName, :none, 2024,
|
338
|
-
deprecate :SplitItemName=, :none, 2024,
|
335
|
+
deprecate :SplitItemId, :none, 2024, 8
|
336
|
+
deprecate :SplitItemId=, :none, 2024, 8
|
337
|
+
deprecate :SplitItemName, :none, 2024, 8
|
338
|
+
deprecate :SplitItemName=, :none, 2024, 8
|
339
339
|
|
340
340
|
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)
|
341
341
|
@TreeNodeUniqKey = treenodeuniqkey
|
@@ -1150,10 +1150,10 @@ module TencentCloud
|
|
1150
1150
|
|
1151
1151
|
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
|
1152
1152
|
extend Gem::Deprecate
|
1153
|
-
deprecate :SplitItemId, :none, 2024,
|
1154
|
-
deprecate :SplitItemId=, :none, 2024,
|
1155
|
-
deprecate :SplitItemName, :none, 2024,
|
1156
|
-
deprecate :SplitItemName=, :none, 2024,
|
1153
|
+
deprecate :SplitItemId, :none, 2024, 8
|
1154
|
+
deprecate :SplitItemId=, :none, 2024, 8
|
1155
|
+
deprecate :SplitItemName, :none, 2024, 8
|
1156
|
+
deprecate :SplitItemName=, :none, 2024, 8
|
1157
1157
|
|
1158
1158
|
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)
|
1159
1159
|
@TreeNodeUniqKey = treenodeuniqkey
|
@@ -1425,10 +1425,10 @@ module TencentCloud
|
|
1425
1425
|
|
1426
1426
|
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
|
1427
1427
|
extend Gem::Deprecate
|
1428
|
-
deprecate :SplitItemId, :none, 2024,
|
1429
|
-
deprecate :SplitItemId=, :none, 2024,
|
1430
|
-
deprecate :SplitItemName, :none, 2024,
|
1431
|
-
deprecate :SplitItemName=, :none, 2024,
|
1428
|
+
deprecate :SplitItemId, :none, 2024, 8
|
1429
|
+
deprecate :SplitItemId=, :none, 2024, 8
|
1430
|
+
deprecate :SplitItemName, :none, 2024, 8
|
1431
|
+
deprecate :SplitItemName=, :none, 2024, 8
|
1432
1432
|
|
1433
1433
|
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)
|
1434
1434
|
@TreeNodeUniqKey = treenodeuniqkey
|
@@ -2441,10 +2441,10 @@ module TencentCloud
|
|
2441
2441
|
|
2442
2442
|
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
|
2443
2443
|
extend Gem::Deprecate
|
2444
|
-
deprecate :SpecifiedPrice, :none, 2024,
|
2445
|
-
deprecate :SpecifiedPrice=, :none, 2024,
|
2446
|
-
deprecate :SPDeduction, :none, 2024,
|
2447
|
-
deprecate :SPDeduction=, :none, 2024,
|
2444
|
+
deprecate :SpecifiedPrice, :none, 2024, 8
|
2445
|
+
deprecate :SpecifiedPrice=, :none, 2024, 8
|
2446
|
+
deprecate :SPDeduction, :none, 2024, 8
|
2447
|
+
deprecate :SPDeduction=, :none, 2024, 8
|
2448
2448
|
|
2449
2449
|
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)
|
2450
2450
|
@ComponentCodeName = componentcodename
|
@@ -2626,8 +2626,8 @@ module TencentCloud
|
|
2626
2626
|
|
2627
2627
|
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
|
2628
2628
|
extend Gem::Deprecate
|
2629
|
-
deprecate :SPDeduction, :none, 2024,
|
2630
|
-
deprecate :SPDeduction=, :none, 2024,
|
2629
|
+
deprecate :SPDeduction, :none, 2024, 8
|
2630
|
+
deprecate :SPDeduction=, :none, 2024, 8
|
2631
2631
|
|
2632
2632
|
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)
|
2633
2633
|
@BusinessCodeName = businesscodename
|
@@ -2970,8 +2970,8 @@ module TencentCloud
|
|
2970
2970
|
|
2971
2971
|
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
|
2972
2972
|
extend Gem::Deprecate
|
2973
|
-
deprecate :SPDeduction, :none, 2024,
|
2974
|
-
deprecate :SPDeduction=, :none, 2024,
|
2973
|
+
deprecate :SPDeduction, :none, 2024, 8
|
2974
|
+
deprecate :SPDeduction=, :none, 2024, 8
|
2975
2975
|
|
2976
2976
|
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)
|
2977
2977
|
@BusinessCodeName = businesscodename
|
@@ -5285,8 +5285,8 @@ module TencentCloud
|
|
5285
5285
|
|
5286
5286
|
attr_accessor :Limit, :Offset, :Month, :PeriodType, :TreeNodeUniqKeys, :SortType, :Sort, :BillDates, :BusinessCodes, :SearchKey
|
5287
5287
|
extend Gem::Deprecate
|
5288
|
-
deprecate :SearchKey, :none, 2024,
|
5289
|
-
deprecate :SearchKey=, :none, 2024,
|
5288
|
+
deprecate :SearchKey, :none, 2024, 8
|
5289
|
+
deprecate :SearchKey=, :none, 2024, 8
|
5290
5290
|
|
5291
5291
|
def initialize(limit=nil, offset=nil, month=nil, periodtype=nil, treenodeuniqkeys=nil, sorttype=nil, sort=nil, billdates=nil, businesscodes=nil, searchkey=nil)
|
5292
5292
|
@Limit = limit
|
@@ -5803,8 +5803,8 @@ module TencentCloud
|
|
5803
5803
|
|
5804
5804
|
attr_accessor :Offset, :Limit, :PeriodType, :Month, :BeginTime, :EndTime, :NeedRecordNum, :PayMode, :ResourceId, :ActionType, :ProjectId, :BusinessCode, :Context
|
5805
5805
|
extend Gem::Deprecate
|
5806
|
-
deprecate :PeriodType, :none, 2024,
|
5807
|
-
deprecate :PeriodType=, :none, 2024,
|
5806
|
+
deprecate :PeriodType, :none, 2024, 8
|
5807
|
+
deprecate :PeriodType=, :none, 2024, 8
|
5808
5808
|
|
5809
5809
|
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)
|
5810
5810
|
@Offset = offset
|
@@ -5941,8 +5941,8 @@ module TencentCloud
|
|
5941
5941
|
|
5942
5942
|
attr_accessor :Offset, :Limit, :PeriodType, :Month, :BeginTime, :EndTime, :NeedRecordNum, :ProductCode, :PayMode, :ResourceId, :ActionType, :ProjectId, :BusinessCode, :Context, :PayerUin
|
5943
5943
|
extend Gem::Deprecate
|
5944
|
-
deprecate :PeriodType, :none, 2024,
|
5945
|
-
deprecate :PeriodType=, :none, 2024,
|
5944
|
+
deprecate :PeriodType, :none, 2024, 8
|
5945
|
+
deprecate :PeriodType=, :none, 2024, 8
|
5946
5946
|
|
5947
5947
|
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)
|
5948
5948
|
@Offset = offset
|
@@ -6266,8 +6266,8 @@ module TencentCloud
|
|
6266
6266
|
|
6267
6267
|
attr_accessor :Offset, :Limit, :Month, :PeriodType, :NeedRecordNum, :ActionType, :ResourceId, :PayMode, :BusinessCode, :TagKey, :TagValue
|
6268
6268
|
extend Gem::Deprecate
|
6269
|
-
deprecate :PeriodType, :none, 2024,
|
6270
|
-
deprecate :PeriodType=, :none, 2024,
|
6269
|
+
deprecate :PeriodType, :none, 2024, 8
|
6270
|
+
deprecate :PeriodType=, :none, 2024, 8
|
6271
6271
|
|
6272
6272
|
def initialize(offset=nil, limit=nil, month=nil, periodtype=nil, needrecordnum=nil, actiontype=nil, resourceid=nil, paymode=nil, businesscode=nil, tagkey=nil, tagvalue=nil)
|
6273
6273
|
@Offset = offset
|
@@ -6390,8 +6390,8 @@ module TencentCloud
|
|
6390
6390
|
|
6391
6391
|
attr_accessor :Offset, :Limit, :Month, :PeriodType, :NeedRecordNum, :ActionType, :ResourceId, :PayMode, :BusinessCode, :PayerUin, :TagKey, :TagValue
|
6392
6392
|
extend Gem::Deprecate
|
6393
|
-
deprecate :PeriodType, :none, 2024,
|
6394
|
-
deprecate :PeriodType=, :none, 2024,
|
6393
|
+
deprecate :PeriodType, :none, 2024, 8
|
6394
|
+
deprecate :PeriodType=, :none, 2024, 8
|
6395
6395
|
|
6396
6396
|
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)
|
6397
6397
|
@Offset = offset
|
@@ -8832,10 +8832,10 @@ module TencentCloud
|
|
8832
8832
|
|
8833
8833
|
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
|
8834
8834
|
extend Gem::Deprecate
|
8835
|
-
deprecate :SplitItemId, :none, 2024,
|
8836
|
-
deprecate :SplitItemId=, :none, 2024,
|
8837
|
-
deprecate :SplitItemName, :none, 2024,
|
8838
|
-
deprecate :SplitItemName=, :none, 2024,
|
8835
|
+
deprecate :SplitItemId, :none, 2024, 8
|
8836
|
+
deprecate :SplitItemId=, :none, 2024, 8
|
8837
|
+
deprecate :SplitItemName, :none, 2024, 8
|
8838
|
+
deprecate :SplitItemName=, :none, 2024, 8
|
8839
8839
|
|
8840
8840
|
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)
|
8841
8841
|
@PayerUin = payeruin
|
@@ -9553,17 +9553,57 @@ module TencentCloud
|
|
9553
9553
|
# @param SubProductName: 商品细节
|
9554
9554
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9555
9555
|
# @type SubProductName: String
|
9556
|
+
# @param ProductCode: 产品码
|
9557
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9558
|
+
# @type ProductCode: String
|
9559
|
+
# @param SubProductCode: 子产品码
|
9560
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9561
|
+
# @type SubProductCode: String
|
9562
|
+
# @param BillingItemCode: 计费项码
|
9563
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9564
|
+
# @type BillingItemCode: String
|
9565
|
+
# @param SubBillingItemCode: 计费细项码
|
9566
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9567
|
+
# @type SubBillingItemCode: String
|
9568
|
+
# @param ProductEnName: 产品英文名
|
9569
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9570
|
+
# @type ProductEnName: String
|
9571
|
+
# @param SubProductEnName: 子产品英文名
|
9572
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9573
|
+
# @type SubProductEnName: String
|
9574
|
+
# @param CalcUnit: 结算周期
|
9575
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9576
|
+
# @type CalcUnit: String
|
9577
|
+
# @param Action: payMode为prepay 且 payScene为common的情况下存在
|
9578
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9579
|
+
# @type Action: String
|
9556
9580
|
|
9557
|
-
attr_accessor :ProductName, :SubProductName
|
9581
|
+
attr_accessor :ProductName, :SubProductName, :ProductCode, :SubProductCode, :BillingItemCode, :SubBillingItemCode, :ProductEnName, :SubProductEnName, :CalcUnit, :Action
|
9558
9582
|
|
9559
|
-
def initialize(productname=nil, subproductname=nil)
|
9583
|
+
def initialize(productname=nil, subproductname=nil, productcode=nil, subproductcode=nil, billingitemcode=nil, subbillingitemcode=nil, productenname=nil, subproductenname=nil, calcunit=nil, action=nil)
|
9560
9584
|
@ProductName = productname
|
9561
9585
|
@SubProductName = subproductname
|
9586
|
+
@ProductCode = productcode
|
9587
|
+
@SubProductCode = subproductcode
|
9588
|
+
@BillingItemCode = billingitemcode
|
9589
|
+
@SubBillingItemCode = subbillingitemcode
|
9590
|
+
@ProductEnName = productenname
|
9591
|
+
@SubProductEnName = subproductenname
|
9592
|
+
@CalcUnit = calcunit
|
9593
|
+
@Action = action
|
9562
9594
|
end
|
9563
9595
|
|
9564
9596
|
def deserialize(params)
|
9565
9597
|
@ProductName = params['ProductName']
|
9566
9598
|
@SubProductName = params['SubProductName']
|
9599
|
+
@ProductCode = params['ProductCode']
|
9600
|
+
@SubProductCode = params['SubProductCode']
|
9601
|
+
@BillingItemCode = params['BillingItemCode']
|
9602
|
+
@SubBillingItemCode = params['SubBillingItemCode']
|
9603
|
+
@ProductEnName = params['ProductEnName']
|
9604
|
+
@SubProductEnName = params['SubProductEnName']
|
9605
|
+
@CalcUnit = params['CalcUnit']
|
9606
|
+
@Action = params['Action']
|
9567
9607
|
end
|
9568
9608
|
end
|
9569
9609
|
|
@@ -9576,13 +9616,28 @@ module TencentCloud
|
|
9576
9616
|
# @param UsageDetails: 使用记录细节
|
9577
9617
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9578
9618
|
# @type UsageDetails: Array
|
9619
|
+
# @param PayMode: 付费模式
|
9620
|
+
# @type PayMode: String
|
9621
|
+
# @param VoucherId: 查询的券id
|
9622
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9623
|
+
# @type VoucherId: String
|
9624
|
+
# @param PayScene: 交易场景:(adjust:调账、common:正常交易场景)
|
9625
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9626
|
+
# @type PayScene: String
|
9627
|
+
# @param SeqId: 唯一id,对应交易:预付费的dealName,调账/后付费的outTradeNo
|
9628
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9629
|
+
# @type SeqId: String
|
9579
9630
|
|
9580
|
-
attr_accessor :UsedAmount, :UsedTime, :UsageDetails
|
9631
|
+
attr_accessor :UsedAmount, :UsedTime, :UsageDetails, :PayMode, :VoucherId, :PayScene, :SeqId
|
9581
9632
|
|
9582
|
-
def initialize(usedamount=nil, usedtime=nil, usagedetails=nil)
|
9633
|
+
def initialize(usedamount=nil, usedtime=nil, usagedetails=nil, paymode=nil, voucherid=nil, payscene=nil, seqid=nil)
|
9583
9634
|
@UsedAmount = usedamount
|
9584
9635
|
@UsedTime = usedtime
|
9585
9636
|
@UsageDetails = usagedetails
|
9637
|
+
@PayMode = paymode
|
9638
|
+
@VoucherId = voucherid
|
9639
|
+
@PayScene = payscene
|
9640
|
+
@SeqId = seqid
|
9586
9641
|
end
|
9587
9642
|
|
9588
9643
|
def deserialize(params)
|
@@ -9596,6 +9651,10 @@ module TencentCloud
|
|
9596
9651
|
@UsageDetails << usagedetails_tmp
|
9597
9652
|
end
|
9598
9653
|
end
|
9654
|
+
@PayMode = params['PayMode']
|
9655
|
+
@VoucherId = params['VoucherId']
|
9656
|
+
@PayScene = params['PayScene']
|
9657
|
+
@SeqId = params['SeqId']
|
9599
9658
|
end
|
9600
9659
|
end
|
9601
9660
|
|
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.885
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-08-
|
11
|
+
date: 2024-08-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|