tencentcloud-sdk-billing 3.0.715 → 3.0.717
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 +54 -24
- 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: dd5da4b26121d169ffac0b10f8c8c219b3d4bee7
|
4
|
+
data.tar.gz: bdbca9f150445612917e0d5d37ac472e5488b3ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e692c951d8aa03c6d932839d3308de18f8ab16daab632df57ecbc77ac380b6bde3b176220a8cbd70269d71345e227c98d84215da62d20dbbda5ba3674f1056bb
|
7
|
+
data.tar.gz: ad1b34612731f78f6d958a901b5d2faa6ccef8986eb1c0f8e3f848db9c8823ef9b7c3cc98ea0fbb369f325343bcbf23890c2ac9c2c87020ec2c0974debbed19d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.717
|
data/lib/v20180709/models.rb
CHANGED
@@ -157,10 +157,16 @@ module TencentCloud
|
|
157
157
|
# @param FormulaUrl: 计费规则:各产品详细的计费规则官网说明链接
|
158
158
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
159
159
|
# @type FormulaUrl: String
|
160
|
+
# @param BillDay: 账单归属日
|
161
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
162
|
+
# @type BillDay: String
|
163
|
+
# @param BillMonth: 账单归属月
|
164
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
165
|
+
# @type BillMonth: String
|
160
166
|
|
161
|
-
attr_accessor :BusinessCodeName, :ProductCodeName, :PayModeName, :ProjectName, :RegionName, :ZoneName, :ResourceId, :ResourceName, :ActionTypeName, :OrderId, :BillId, :PayTime, :FeeBeginTime, :FeeEndTime, :ComponentSet, :PayerUin, :OwnerUin, :OperateUin, :Tags, :BusinessCode, :ProductCode, :ActionType, :RegionId, :ProjectId, :PriceInfo, :AssociatedOrder, :Formula, :FormulaUrl
|
167
|
+
attr_accessor :BusinessCodeName, :ProductCodeName, :PayModeName, :ProjectName, :RegionName, :ZoneName, :ResourceId, :ResourceName, :ActionTypeName, :OrderId, :BillId, :PayTime, :FeeBeginTime, :FeeEndTime, :ComponentSet, :PayerUin, :OwnerUin, :OperateUin, :Tags, :BusinessCode, :ProductCode, :ActionType, :RegionId, :ProjectId, :PriceInfo, :AssociatedOrder, :Formula, :FormulaUrl, :BillDay, :BillMonth
|
162
168
|
|
163
|
-
def initialize(businesscodename=nil, productcodename=nil, paymodename=nil, projectname=nil, regionname=nil, zonename=nil, resourceid=nil, resourcename=nil, actiontypename=nil, orderid=nil, billid=nil, paytime=nil, feebegintime=nil, feeendtime=nil, componentset=nil, payeruin=nil, owneruin=nil, operateuin=nil, tags=nil, businesscode=nil, productcode=nil, actiontype=nil, regionid=nil, projectid=nil, priceinfo=nil, associatedorder=nil, formula=nil, formulaurl=nil)
|
169
|
+
def initialize(businesscodename=nil, productcodename=nil, paymodename=nil, projectname=nil, regionname=nil, zonename=nil, resourceid=nil, resourcename=nil, actiontypename=nil, orderid=nil, billid=nil, paytime=nil, feebegintime=nil, feeendtime=nil, componentset=nil, payeruin=nil, owneruin=nil, operateuin=nil, tags=nil, businesscode=nil, productcode=nil, actiontype=nil, regionid=nil, projectid=nil, priceinfo=nil, associatedorder=nil, formula=nil, formulaurl=nil, billday=nil, billmonth=nil)
|
164
170
|
@BusinessCodeName = businesscodename
|
165
171
|
@ProductCodeName = productcodename
|
166
172
|
@PayModeName = paymodename
|
@@ -189,6 +195,8 @@ module TencentCloud
|
|
189
195
|
@AssociatedOrder = associatedorder
|
190
196
|
@Formula = formula
|
191
197
|
@FormulaUrl = formulaurl
|
198
|
+
@BillDay = billday
|
199
|
+
@BillMonth = billmonth
|
192
200
|
end
|
193
201
|
|
194
202
|
def deserialize(params)
|
@@ -237,6 +245,8 @@ module TencentCloud
|
|
237
245
|
end
|
238
246
|
@Formula = params['Formula']
|
239
247
|
@FormulaUrl = params['FormulaUrl']
|
248
|
+
@BillDay = params['BillDay']
|
249
|
+
@BillMonth = params['BillMonth']
|
240
250
|
end
|
241
251
|
end
|
242
252
|
|
@@ -361,10 +371,10 @@ module TencentCloud
|
|
361
371
|
|
362
372
|
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
|
363
373
|
extend Gem::Deprecate
|
364
|
-
deprecate :SpecifiedPrice, :none, 2023,
|
365
|
-
deprecate :SpecifiedPrice=, :none, 2023,
|
366
|
-
deprecate :SPDeduction, :none, 2023,
|
367
|
-
deprecate :SPDeduction=, :none, 2023,
|
374
|
+
deprecate :SpecifiedPrice, :none, 2023, 12
|
375
|
+
deprecate :SpecifiedPrice=, :none, 2023, 12
|
376
|
+
deprecate :SPDeduction, :none, 2023, 12
|
377
|
+
deprecate :SPDeduction=, :none, 2023, 12
|
368
378
|
|
369
379
|
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)
|
370
380
|
@ComponentCodeName = componentcodename
|
@@ -540,13 +550,16 @@ module TencentCloud
|
|
540
550
|
# @type SPDeduction: String
|
541
551
|
# @param OriginalCostWithSP: 节省计划抵扣组件原价:节省计划抵扣原价=节省计划包抵扣金额/节省计划抵扣率
|
542
552
|
# @type OriginalCostWithSP: String
|
553
|
+
# @param BillMonth: 账单归属月
|
554
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
555
|
+
# @type BillMonth: String
|
543
556
|
|
544
|
-
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
|
557
|
+
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
|
545
558
|
extend Gem::Deprecate
|
546
|
-
deprecate :SPDeduction, :none, 2023,
|
547
|
-
deprecate :SPDeduction=, :none, 2023,
|
559
|
+
deprecate :SPDeduction, :none, 2023, 12
|
560
|
+
deprecate :SPDeduction=, :none, 2023, 12
|
548
561
|
|
549
|
-
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)
|
562
|
+
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)
|
550
563
|
@BusinessCodeName = businesscodename
|
551
564
|
@ProductCodeName = productcodename
|
552
565
|
@PayModeName = paymodename
|
@@ -584,6 +597,7 @@ module TencentCloud
|
|
584
597
|
@OriginalCostWithRI = originalcostwithri
|
585
598
|
@SPDeduction = spdeduction
|
586
599
|
@OriginalCostWithSP = originalcostwithsp
|
600
|
+
@BillMonth = billmonth
|
587
601
|
end
|
588
602
|
|
589
603
|
def deserialize(params)
|
@@ -631,6 +645,7 @@ module TencentCloud
|
|
631
645
|
@OriginalCostWithRI = params['OriginalCostWithRI']
|
632
646
|
@SPDeduction = params['SPDeduction']
|
633
647
|
@OriginalCostWithSP = params['OriginalCostWithSP']
|
648
|
+
@BillMonth = params['BillMonth']
|
634
649
|
end
|
635
650
|
end
|
636
651
|
|
@@ -714,13 +729,16 @@ module TencentCloud
|
|
714
729
|
# @type SPDeduction: String
|
715
730
|
# @param OriginalCostWithSP: 节省计划抵扣组件原价:节省计划抵扣原价=节省计划包抵扣金额/节省计划抵扣率
|
716
731
|
# @type OriginalCostWithSP: String
|
732
|
+
# @param BillMonth: 账单归属月
|
733
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
734
|
+
# @type BillMonth: String
|
717
735
|
|
718
|
-
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
|
736
|
+
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
|
719
737
|
extend Gem::Deprecate
|
720
|
-
deprecate :SPDeduction, :none, 2023,
|
721
|
-
deprecate :SPDeduction=, :none, 2023,
|
738
|
+
deprecate :SPDeduction, :none, 2023, 12
|
739
|
+
deprecate :SPDeduction=, :none, 2023, 12
|
722
740
|
|
723
|
-
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)
|
741
|
+
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)
|
724
742
|
@BusinessCodeName = businesscodename
|
725
743
|
@ProductCodeName = productcodename
|
726
744
|
@PayModeName = paymodename
|
@@ -759,6 +777,7 @@ module TencentCloud
|
|
759
777
|
@OriginalCostWithRI = originalcostwithri
|
760
778
|
@SPDeduction = spdeduction
|
761
779
|
@OriginalCostWithSP = originalcostwithsp
|
780
|
+
@BillMonth = billmonth
|
762
781
|
end
|
763
782
|
|
764
783
|
def deserialize(params)
|
@@ -807,6 +826,7 @@ module TencentCloud
|
|
807
826
|
@OriginalCostWithRI = params['OriginalCostWithRI']
|
808
827
|
@SPDeduction = params['SPDeduction']
|
809
828
|
@OriginalCostWithSP = params['OriginalCostWithSP']
|
829
|
+
@BillMonth = params['BillMonth']
|
810
830
|
end
|
811
831
|
end
|
812
832
|
|
@@ -2144,8 +2164,8 @@ module TencentCloud
|
|
2144
2164
|
|
2145
2165
|
attr_accessor :Offset, :Limit, :PeriodType, :Month, :BeginTime, :EndTime, :NeedRecordNum, :PayMode, :ResourceId, :ActionType, :ProjectId, :BusinessCode, :Context
|
2146
2166
|
extend Gem::Deprecate
|
2147
|
-
deprecate :PeriodType, :none, 2023,
|
2148
|
-
deprecate :PeriodType=, :none, 2023,
|
2167
|
+
deprecate :PeriodType, :none, 2023, 12
|
2168
|
+
deprecate :PeriodType=, :none, 2023, 12
|
2149
2169
|
|
2150
2170
|
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)
|
2151
2171
|
@Offset = offset
|
@@ -2282,8 +2302,8 @@ module TencentCloud
|
|
2282
2302
|
|
2283
2303
|
attr_accessor :Offset, :Limit, :PeriodType, :Month, :BeginTime, :EndTime, :NeedRecordNum, :ProductCode, :PayMode, :ResourceId, :ActionType, :ProjectId, :BusinessCode, :Context, :PayerUin
|
2284
2304
|
extend Gem::Deprecate
|
2285
|
-
deprecate :PeriodType, :none, 2023,
|
2286
|
-
deprecate :PeriodType=, :none, 2023,
|
2305
|
+
deprecate :PeriodType, :none, 2023, 12
|
2306
|
+
deprecate :PeriodType=, :none, 2023, 12
|
2287
2307
|
|
2288
2308
|
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)
|
2289
2309
|
@Offset = offset
|
@@ -2607,8 +2627,8 @@ module TencentCloud
|
|
2607
2627
|
|
2608
2628
|
attr_accessor :Offset, :Limit, :Month, :PeriodType, :NeedRecordNum, :ActionType, :ResourceId, :PayMode, :BusinessCode, :TagKey, :TagValue
|
2609
2629
|
extend Gem::Deprecate
|
2610
|
-
deprecate :PeriodType, :none, 2023,
|
2611
|
-
deprecate :PeriodType=, :none, 2023,
|
2630
|
+
deprecate :PeriodType, :none, 2023, 12
|
2631
|
+
deprecate :PeriodType=, :none, 2023, 12
|
2612
2632
|
|
2613
2633
|
def initialize(offset=nil, limit=nil, month=nil, periodtype=nil, needrecordnum=nil, actiontype=nil, resourceid=nil, paymode=nil, businesscode=nil, tagkey=nil, tagvalue=nil)
|
2614
2634
|
@Offset = offset
|
@@ -2731,8 +2751,8 @@ module TencentCloud
|
|
2731
2751
|
|
2732
2752
|
attr_accessor :Offset, :Limit, :Month, :PeriodType, :NeedRecordNum, :ActionType, :ResourceId, :PayMode, :BusinessCode, :PayerUin, :TagKey, :TagValue
|
2733
2753
|
extend Gem::Deprecate
|
2734
|
-
deprecate :PeriodType, :none, 2023,
|
2735
|
-
deprecate :PeriodType=, :none, 2023,
|
2754
|
+
deprecate :PeriodType, :none, 2023, 12
|
2755
|
+
deprecate :PeriodType=, :none, 2023, 12
|
2736
2756
|
|
2737
2757
|
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)
|
2738
2758
|
@Offset = offset
|
@@ -4427,10 +4447,16 @@ module TencentCloud
|
|
4427
4447
|
# @param FormulaUrl: 计费规则:各产品详细的计费规则官网说明链接
|
4428
4448
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4429
4449
|
# @type FormulaUrl: String
|
4450
|
+
# @param BillMonth: 账单归属月
|
4451
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4452
|
+
# @type BillMonth: String
|
4453
|
+
# @param BillDay: 账单归属日
|
4454
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4455
|
+
# @type BillDay: String
|
4430
4456
|
|
4431
|
-
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
|
4457
|
+
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
|
4432
4458
|
|
4433
|
-
def initialize(businesscodename=nil, productcodename=nil, paymodename=nil, projectname=nil, regionname=nil, zonename=nil, resourceid=nil, resourcename=nil, actiontypename=nil, orderid=nil, billid=nil, paytime=nil, feebegintime=nil, feeendtime=nil, componentset=nil, owneruin=nil, operateuin=nil, tags=nil, businesscode=nil, productcode=nil, actiontype=nil, regionid=nil, projectid=nil, priceinfo=nil, associatedorder=nil, formula=nil, formulaurl=nil)
|
4459
|
+
def initialize(businesscodename=nil, productcodename=nil, paymodename=nil, projectname=nil, regionname=nil, zonename=nil, resourceid=nil, resourcename=nil, actiontypename=nil, orderid=nil, billid=nil, paytime=nil, feebegintime=nil, feeendtime=nil, componentset=nil, owneruin=nil, operateuin=nil, tags=nil, businesscode=nil, productcode=nil, actiontype=nil, regionid=nil, projectid=nil, priceinfo=nil, associatedorder=nil, formula=nil, formulaurl=nil, billmonth=nil, billday=nil)
|
4434
4460
|
@BusinessCodeName = businesscodename
|
4435
4461
|
@ProductCodeName = productcodename
|
4436
4462
|
@PayModeName = paymodename
|
@@ -4458,6 +4484,8 @@ module TencentCloud
|
|
4458
4484
|
@AssociatedOrder = associatedorder
|
4459
4485
|
@Formula = formula
|
4460
4486
|
@FormulaUrl = formulaurl
|
4487
|
+
@BillMonth = billmonth
|
4488
|
+
@BillDay = billday
|
4461
4489
|
end
|
4462
4490
|
|
4463
4491
|
def deserialize(params)
|
@@ -4505,6 +4533,8 @@ module TencentCloud
|
|
4505
4533
|
end
|
4506
4534
|
@Formula = params['Formula']
|
4507
4535
|
@FormulaUrl = params['FormulaUrl']
|
4536
|
+
@BillMonth = params['BillMonth']
|
4537
|
+
@BillDay = params['BillDay']
|
4508
4538
|
end
|
4509
4539
|
end
|
4510
4540
|
|
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.717
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-11-
|
11
|
+
date: 2023-11-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|