tencentcloud-sdk-billing 3.0.603 → 3.0.604
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 +18 -8
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e38286bedac2d073851611cedf97f9474189ac7a
|
4
|
+
data.tar.gz: daede835bc7804495c4d1437fdb8c0aa515f1a14
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 463c7112462bb1f3f41176731a5d7ebaff8818137733395d84fc052f095dedff147ea18dc57fba1e378e56d4ad56406699ad08c977e98daefe7913c572928d53
|
7
|
+
data.tar.gz: e23c68e9ca5433e6019077199990110acb0e254b600c5625bd5a124eff86b901a81e804a2daca7a97a1f023ad4bc91af2b42336d22d145a4aa679b02dba4e187
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.604
|
data/lib/v20180709/models.rb
CHANGED
@@ -238,6 +238,12 @@ module TencentCloud
|
|
238
238
|
# @type UsedAmount: String
|
239
239
|
# @param UsedAmountUnit: 组件用量单位:组件用量对应的单位
|
240
240
|
# @type UsedAmountUnit: String
|
241
|
+
# @param RealTotalMeasure: 原始用量/时长:组件被资源包抵扣前的原始用量/时长
|
242
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
243
|
+
# @type RealTotalMeasure: String
|
244
|
+
# @param DeductedMeasure: 抵扣用量/时长(含资源包):组件被资源包抵扣的用量/时长
|
245
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
246
|
+
# @type DeductedMeasure: String
|
241
247
|
# @param TimeSpan: 使用时长:资源使用的时长
|
242
248
|
# @type TimeSpan: String
|
243
249
|
# @param TimeUnitName: 时长单位:资源使用时长的单位
|
@@ -290,14 +296,14 @@ module TencentCloud
|
|
290
296
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
291
297
|
# @type BlendedDiscount: String
|
292
298
|
|
293
|
-
attr_accessor :ComponentCodeName, :ItemCodeName, :SinglePrice, :SpecifiedPrice, :PriceUnit, :UsedAmount, :UsedAmountUnit, :TimeSpan, :TimeUnitName, :Cost, :Discount, :ReduceType, :RealCost, :VoucherPayAmount, :CashPayAmount, :IncentivePayAmount, :TransferPayAmount, :ItemCode, :ComponentCode, :ContractPrice, :InstanceType, :RiTimeSpan, :OriginalCostWithRI, :SPDeductionRate, :SPDeduction, :OriginalCostWithSP, :BlendedDiscount
|
299
|
+
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
|
294
300
|
extend Gem::Deprecate
|
295
|
-
deprecate :SpecifiedPrice, :none, 2023,
|
296
|
-
deprecate :SpecifiedPrice=, :none, 2023,
|
297
|
-
deprecate :SPDeduction, :none, 2023,
|
298
|
-
deprecate :SPDeduction=, :none, 2023,
|
301
|
+
deprecate :SpecifiedPrice, :none, 2023, 7
|
302
|
+
deprecate :SpecifiedPrice=, :none, 2023, 7
|
303
|
+
deprecate :SPDeduction, :none, 2023, 7
|
304
|
+
deprecate :SPDeduction=, :none, 2023, 7
|
299
305
|
|
300
|
-
def initialize(componentcodename=nil, itemcodename=nil, singleprice=nil, specifiedprice=nil, priceunit=nil, usedamount=nil, usedamountunit=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)
|
306
|
+
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)
|
301
307
|
@ComponentCodeName = componentcodename
|
302
308
|
@ItemCodeName = itemcodename
|
303
309
|
@SinglePrice = singleprice
|
@@ -305,6 +311,8 @@ module TencentCloud
|
|
305
311
|
@PriceUnit = priceunit
|
306
312
|
@UsedAmount = usedamount
|
307
313
|
@UsedAmountUnit = usedamountunit
|
314
|
+
@RealTotalMeasure = realtotalmeasure
|
315
|
+
@DeductedMeasure = deductedmeasure
|
308
316
|
@TimeSpan = timespan
|
309
317
|
@TimeUnitName = timeunitname
|
310
318
|
@Cost = cost
|
@@ -335,6 +343,8 @@ module TencentCloud
|
|
335
343
|
@PriceUnit = params['PriceUnit']
|
336
344
|
@UsedAmount = params['UsedAmount']
|
337
345
|
@UsedAmountUnit = params['UsedAmountUnit']
|
346
|
+
@RealTotalMeasure = params['RealTotalMeasure']
|
347
|
+
@DeductedMeasure = params['DeductedMeasure']
|
338
348
|
@TimeSpan = params['TimeSpan']
|
339
349
|
@TimeUnitName = params['TimeUnitName']
|
340
350
|
@Cost = params['Cost']
|
@@ -441,8 +451,8 @@ module TencentCloud
|
|
441
451
|
|
442
452
|
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
|
443
453
|
extend Gem::Deprecate
|
444
|
-
deprecate :SPDeduction, :none, 2023,
|
445
|
-
deprecate :SPDeduction=, :none, 2023,
|
454
|
+
deprecate :SPDeduction, :none, 2023, 7
|
455
|
+
deprecate :SPDeduction=, :none, 2023, 7
|
446
456
|
|
447
457
|
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)
|
448
458
|
@BusinessCodeName = businesscodename
|
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.604
|
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
|
+
date: 2023-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/tencentcloud-sdk-billing.rb
|
37
|
-
- lib/v20180709/client.rb
|
38
36
|
- lib/v20180709/models.rb
|
37
|
+
- lib/v20180709/client.rb
|
38
|
+
- lib/tencentcloud-sdk-billing.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|