tencentcloud-sdk-billing 3.0.1183 → 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 +12 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d8f7fd63d5840ddc04a0c08dbb610b040aadef32
4
- data.tar.gz: 0f3f1f59c54b1b4ffb3c469511beb5864ed9b5a5
3
+ metadata.gz: 198a491d5b0602506e9d0e9cdb537a725be68819
4
+ data.tar.gz: fc3da307e9b1904e75c6d87be789aa1f5c4afa04
5
5
  SHA512:
6
- metadata.gz: 84b479bee99b641f24a1687c6604a1d859a6c5a988c65b8229ef2fe5e26efe97d8541e9c68272eb643897827cfd20198f3809c267c8564a19e633c9e7be514a4
7
- data.tar.gz: 2a888eb62e05e70fcf6f3373335fb7818c6ed9b0dd8892c5770dc3ec82a7623f8f90439bd486655142f1503b262997916895a0a5ddf4b13ad4fd78fa70f97282
6
+ metadata.gz: 2586ab6e298e95cbb2995220ff297b79fe9860b854979b549e6a945058fbc56cfe99e003cfcba43756333a3db3b6c1f5fa10928bf9253dc7d599ff9152d3d17b
7
+ data.tar.gz: 0b4ced211a96c40cc31c3f2a3ea5a8988780d48b0d546e1a56320b4338a42f447c7dca2a082a21364dbf96861d9bc5f943cbeb2388474170f76f54bdedb3ee1c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1183
1
+ 3.0.1184
@@ -5212,10 +5212,12 @@ module TencentCloud
5212
5212
  # @param ResourceId: 订单对应的资源id, 查询参数Limit超过200,将返回null
5213
5213
  # 注意:此字段可能返回 null,表示取不到有效值。
5214
5214
  # @type ResourceId: Array
5215
+ # @param ZoneCode: 订单对应的可用区Id
5216
+ # @type ZoneCode: String
5215
5217
 
5216
- 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
5217
5219
 
5218
- 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)
5219
5221
  @OrderId = orderid
5220
5222
  @Status = status
5221
5223
  @Payer = payer
@@ -5242,6 +5244,7 @@ module TencentCloud
5242
5244
  @ProductName = productname
5243
5245
  @SubProductName = subproductname
5244
5246
  @ResourceId = resourceid
5247
+ @ZoneCode = zonecode
5245
5248
  end
5246
5249
 
5247
5250
  def deserialize(params)
@@ -5278,6 +5281,7 @@ module TencentCloud
5278
5281
  @ProductName = params['ProductName']
5279
5282
  @SubProductName = params['SubProductName']
5280
5283
  @ResourceId = params['ResourceId']
5284
+ @ZoneCode = params['ZoneCode']
5281
5285
  end
5282
5286
  end
5283
5287
 
@@ -8960,10 +8964,12 @@ module TencentCloud
8960
8964
  # @type BigDealId: String
8961
8965
  # @param ResourceId: 资源id
8962
8966
  # @type ResourceId: String
8967
+ # @param StatusSet: 订单状态
8968
+ # @type StatusSet: Array
8963
8969
 
8964
- attr_accessor :StartTime, :EndTime, :Limit, :Offset, :Status, :OrderId, :BigDealId, :ResourceId
8970
+ attr_accessor :StartTime, :EndTime, :Limit, :Offset, :Status, :OrderId, :BigDealId, :ResourceId, :StatusSet
8965
8971
 
8966
- 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)
8967
8973
  @StartTime = starttime
8968
8974
  @EndTime = endtime
8969
8975
  @Limit = limit
@@ -8972,6 +8978,7 @@ module TencentCloud
8972
8978
  @OrderId = orderid
8973
8979
  @BigDealId = bigdealid
8974
8980
  @ResourceId = resourceid
8981
+ @StatusSet = statusset
8975
8982
  end
8976
8983
 
8977
8984
  def deserialize(params)
@@ -8983,6 +8990,7 @@ module TencentCloud
8983
8990
  @OrderId = params['OrderId']
8984
8991
  @BigDealId = params['BigDealId']
8985
8992
  @ResourceId = params['ResourceId']
8993
+ @StatusSet = params['StatusSet']
8986
8994
  end
8987
8995
  end
8988
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.1183
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-17 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