tencentcloud-sdk-billing 3.0.1177 → 3.0.1184

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180709/models.rb +25 -6
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7f5561ff03543c3a21827d28fac676d4a34d33a8
4
- data.tar.gz: e7453f2cb3cfd8617e4496356b148230b446135f
3
+ metadata.gz: 198a491d5b0602506e9d0e9cdb537a725be68819
4
+ data.tar.gz: fc3da307e9b1904e75c6d87be789aa1f5c4afa04
5
5
  SHA512:
6
- metadata.gz: bebe4c6885296e4e41763d0e2be658af82b07c35fd4af0e6af8e754de43f2e92488a7c2fd9a6aaf0a61a0790153c029a26f54a696d3ffe5a7f1b06c8e67cdc53
7
- data.tar.gz: 9759f3f0c98b07aee3b11e040f447bb925ad70f8e56f715b14de14e2d020890255c35f185b7cb46f65b6b8fc79761fefd3194f1e8424369f2d958d804ac0b00c
6
+ metadata.gz: 2586ab6e298e95cbb2995220ff297b79fe9860b854979b549e6a945058fbc56cfe99e003cfcba43756333a3db3b6c1f5fa10928bf9253dc7d599ff9152d3d17b
7
+ data.tar.gz: 0b4ced211a96c40cc31c3f2a3ea5a8988780d48b0d546e1a56320b4338a42f447c7dca2a082a21364dbf96861d9bc5f943cbeb2388474170f76f54bdedb3ee1c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1177
1
+ 3.0.1184
@@ -4725,10 +4725,12 @@ module TencentCloud
4725
4725
  # @type ComponentSet: Array
4726
4726
  # @param ProductCode: 子产品名称代码
4727
4727
  # @type ProductCode: String
4728
+ # @param Tags: 标签信息
4729
+ # @type Tags: Array
4728
4730
 
4729
- attr_accessor :PayerUin, :BusinessCodeName, :ProductCodeName, :PayModeName, :ProjectName, :RegionName, :ZoneName, :ResourceId, :ResourceName, :ActionTypeName, :OrderId, :BillId, :FeeBeginTime, :FeeEndTime, :ComponentSet, :ProductCode
4731
+ attr_accessor :PayerUin, :BusinessCodeName, :ProductCodeName, :PayModeName, :ProjectName, :RegionName, :ZoneName, :ResourceId, :ResourceName, :ActionTypeName, :OrderId, :BillId, :FeeBeginTime, :FeeEndTime, :ComponentSet, :ProductCode, :Tags
4730
4732
 
4731
- def initialize(payeruin=nil, businesscodename=nil, productcodename=nil, paymodename=nil, projectname=nil, regionname=nil, zonename=nil, resourceid=nil, resourcename=nil, actiontypename=nil, orderid=nil, billid=nil, feebegintime=nil, feeendtime=nil, componentset=nil, productcode=nil)
4733
+ def initialize(payeruin=nil, businesscodename=nil, productcodename=nil, paymodename=nil, projectname=nil, regionname=nil, zonename=nil, resourceid=nil, resourcename=nil, actiontypename=nil, orderid=nil, billid=nil, feebegintime=nil, feeendtime=nil, componentset=nil, productcode=nil, tags=nil)
4732
4734
  @PayerUin = payeruin
4733
4735
  @BusinessCodeName = businesscodename
4734
4736
  @ProductCodeName = productcodename
@@ -4745,6 +4747,7 @@ module TencentCloud
4745
4747
  @FeeEndTime = feeendtime
4746
4748
  @ComponentSet = componentset
4747
4749
  @ProductCode = productcode
4750
+ @Tags = tags
4748
4751
  end
4749
4752
 
4750
4753
  def deserialize(params)
@@ -4771,6 +4774,14 @@ module TencentCloud
4771
4774
  end
4772
4775
  end
4773
4776
  @ProductCode = params['ProductCode']
4777
+ unless params['Tags'].nil?
4778
+ @Tags = []
4779
+ params['Tags'].each do |i|
4780
+ billtaginfo_tmp = BillTagInfo.new
4781
+ billtaginfo_tmp.deserialize(i)
4782
+ @Tags << billtaginfo_tmp
4783
+ end
4784
+ end
4774
4785
  end
4775
4786
  end
4776
4787
 
@@ -5201,10 +5212,12 @@ module TencentCloud
5201
5212
  # @param ResourceId: 订单对应的资源id, 查询参数Limit超过200,将返回null
5202
5213
  # 注意:此字段可能返回 null,表示取不到有效值。
5203
5214
  # @type ResourceId: Array
5215
+ # @param ZoneCode: 订单对应的可用区Id
5216
+ # @type ZoneCode: String
5204
5217
 
5205
- attr_accessor :OrderId, :Status, :Payer, :CreateTime, :Creator, :RealTotalCost, :VoucherDecline, :ProjectId, :GoodsCategoryId, :ProductInfo, :TimeSpan, :TimeUnit, :Currency, :Policy, :Price, :TotalCost, :ProductCode, :SubProductCode, :BigDealId, :Formula, :RefReturnDeals, :PayMode, :Action, :ProductName, :SubProductName, :ResourceId
5218
+ attr_accessor :OrderId, :Status, :Payer, :CreateTime, :Creator, :RealTotalCost, :VoucherDecline, :ProjectId, :GoodsCategoryId, :ProductInfo, :TimeSpan, :TimeUnit, :Currency, :Policy, :Price, :TotalCost, :ProductCode, :SubProductCode, :BigDealId, :Formula, :RefReturnDeals, :PayMode, :Action, :ProductName, :SubProductName, :ResourceId, :ZoneCode
5206
5219
 
5207
- def initialize(orderid=nil, status=nil, payer=nil, createtime=nil, creator=nil, realtotalcost=nil, voucherdecline=nil, projectid=nil, goodscategoryid=nil, productinfo=nil, timespan=nil, timeunit=nil, currency=nil, policy=nil, price=nil, totalcost=nil, productcode=nil, subproductcode=nil, bigdealid=nil, formula=nil, refreturndeals=nil, paymode=nil, action=nil, productname=nil, subproductname=nil, resourceid=nil)
5220
+ def initialize(orderid=nil, status=nil, payer=nil, createtime=nil, creator=nil, realtotalcost=nil, voucherdecline=nil, projectid=nil, goodscategoryid=nil, productinfo=nil, timespan=nil, timeunit=nil, currency=nil, policy=nil, price=nil, totalcost=nil, productcode=nil, subproductcode=nil, bigdealid=nil, formula=nil, refreturndeals=nil, paymode=nil, action=nil, productname=nil, subproductname=nil, resourceid=nil, zonecode=nil)
5208
5221
  @OrderId = orderid
5209
5222
  @Status = status
5210
5223
  @Payer = payer
@@ -5231,6 +5244,7 @@ module TencentCloud
5231
5244
  @ProductName = productname
5232
5245
  @SubProductName = subproductname
5233
5246
  @ResourceId = resourceid
5247
+ @ZoneCode = zonecode
5234
5248
  end
5235
5249
 
5236
5250
  def deserialize(params)
@@ -5267,6 +5281,7 @@ module TencentCloud
5267
5281
  @ProductName = params['ProductName']
5268
5282
  @SubProductName = params['SubProductName']
5269
5283
  @ResourceId = params['ResourceId']
5284
+ @ZoneCode = params['ZoneCode']
5270
5285
  end
5271
5286
  end
5272
5287
 
@@ -8949,10 +8964,12 @@ module TencentCloud
8949
8964
  # @type BigDealId: String
8950
8965
  # @param ResourceId: 资源id
8951
8966
  # @type ResourceId: String
8967
+ # @param StatusSet: 订单状态
8968
+ # @type StatusSet: Array
8952
8969
 
8953
- attr_accessor :StartTime, :EndTime, :Limit, :Offset, :Status, :OrderId, :BigDealId, :ResourceId
8970
+ attr_accessor :StartTime, :EndTime, :Limit, :Offset, :Status, :OrderId, :BigDealId, :ResourceId, :StatusSet
8954
8971
 
8955
- def initialize(starttime=nil, endtime=nil, limit=nil, offset=nil, status=nil, orderid=nil, bigdealid=nil, resourceid=nil)
8972
+ def initialize(starttime=nil, endtime=nil, limit=nil, offset=nil, status=nil, orderid=nil, bigdealid=nil, resourceid=nil, statusset=nil)
8956
8973
  @StartTime = starttime
8957
8974
  @EndTime = endtime
8958
8975
  @Limit = limit
@@ -8961,6 +8978,7 @@ module TencentCloud
8961
8978
  @OrderId = orderid
8962
8979
  @BigDealId = bigdealid
8963
8980
  @ResourceId = resourceid
8981
+ @StatusSet = statusset
8964
8982
  end
8965
8983
 
8966
8984
  def deserialize(params)
@@ -8972,6 +8990,7 @@ module TencentCloud
8972
8990
  @OrderId = params['OrderId']
8973
8991
  @BigDealId = params['BigDealId']
8974
8992
  @ResourceId = params['ResourceId']
8993
+ @StatusSet = params['StatusSet']
8975
8994
  end
8976
8995
  end
8977
8996
 
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.1177
4
+ version: 3.0.1184
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-12-04 00:00:00.000000000 Z
11
+ date: 2025-12-18 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/v20180709/client.rb
37
- - lib/v20180709/models.rb
38
36
  - lib/tencentcloud-sdk-billing.rb
37
+ - lib/v20180709/models.rb
38
+ - lib/v20180709/client.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: