tencentcloud-sdk-billing 3.0.634 → 3.0.635
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 +6 -6
- 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: d648c39c1abdcef181ca9fafbb41cdc79dbe3fcd
|
|
4
|
+
data.tar.gz: 934d2af3d2ec57ea4aab2ffe86ff07fbccdc0f18
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d0cd2b22d3863a78f876e744979d2b0499c0363e9c64714df46808258fbeacc376780c3c66b008eb01c26dc4d39f5e6c2723b41a8af2505e4a63a4c5ffe55b1d
|
|
7
|
+
data.tar.gz: 2e12c1ff18754f239a16aa47be8b93cf22c6d78021fa18051d3cf875a3cc4ca669f38bb99d577ae63a38c220c7432e62a078d279a87de1677ac9dd7db451703a
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.635
|
data/lib/v20180709/models.rb
CHANGED
|
@@ -298,10 +298,10 @@ module TencentCloud
|
|
|
298
298
|
|
|
299
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
|
|
300
300
|
extend Gem::Deprecate
|
|
301
|
-
deprecate :SpecifiedPrice, :none, 2023,
|
|
302
|
-
deprecate :SpecifiedPrice=, :none, 2023,
|
|
303
|
-
deprecate :SPDeduction, :none, 2023,
|
|
304
|
-
deprecate :SPDeduction=, :none, 2023,
|
|
301
|
+
deprecate :SpecifiedPrice, :none, 2023, 8
|
|
302
|
+
deprecate :SpecifiedPrice=, :none, 2023, 8
|
|
303
|
+
deprecate :SPDeduction, :none, 2023, 8
|
|
304
|
+
deprecate :SPDeduction=, :none, 2023, 8
|
|
305
305
|
|
|
306
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)
|
|
307
307
|
@ComponentCodeName = componentcodename
|
|
@@ -451,8 +451,8 @@ module TencentCloud
|
|
|
451
451
|
|
|
452
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
|
|
453
453
|
extend Gem::Deprecate
|
|
454
|
-
deprecate :SPDeduction, :none, 2023,
|
|
455
|
-
deprecate :SPDeduction=, :none, 2023,
|
|
454
|
+
deprecate :SPDeduction, :none, 2023, 8
|
|
455
|
+
deprecate :SPDeduction=, :none, 2023, 8
|
|
456
456
|
|
|
457
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)
|
|
458
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.635
|
|
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-08-
|
|
11
|
+
date: 2023-08-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|