tencentcloud-sdk-billing 1.0.287 → 1.0.288

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180709/models.rb +13 -4
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4a33f0453487009828e625d296bce1de2ec7f5e4
4
- data.tar.gz: 8d1421864f010ded6512e6e85cfd1692decace40
3
+ metadata.gz: 4d0e13a8369fe22bf473d640a440ba186d5a5009
4
+ data.tar.gz: c3d9ac0c3da25ec4e6ca75d89792980979f9c050
5
5
  SHA512:
6
- metadata.gz: b02503e5004664316ad4ed426b8b40d8c8d0bdaaaff13a0b15546a883d2e1d83a3078ddca14aa6434b8cc99e224266e65b443c8d55ebbab33cb6e679a33d9be2
7
- data.tar.gz: 4f264d6834c855e2dc7994b38bfa3aa160456efe019c7fd60beec198c2b44d510dc25921c6558a356be340ebeaaac356fe5f32b566836624cd2e3ea501b3db2c
6
+ metadata.gz: 8b7403c9f54f0a2213b62aa22420d7dd4650b78c2db2a625edb2c41a114d1f68c0cecc0513902341830bfda8d6e6b39c54b861bcbdd6b0c842e5a8671da8c1d7
7
+ data.tar.gz: b8d256b8dbe2f77ce7e45e5458350a7b15ab6be6415bf0332ffdf9658b422db22a8b369267ace9fae1f9f9faed395b1454607df7f106a189cb5a82298e3d7740
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.287
1
+ 1.0.288
@@ -1307,10 +1307,13 @@ module TencentCloud
1307
1307
  # @param SubProductName: 子产品编码中文名称
1308
1308
  # 注意:此字段可能返回 null,表示取不到有效值。
1309
1309
  # @type SubProductName: String
1310
+ # @param ResourceId: 订单对应的资源id, 查询参数Limit超过200,将返回null
1311
+ # 注意:此字段可能返回 null,表示取不到有效值。
1312
+ # @type ResourceId: Array
1310
1313
 
1311
- 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
1314
+ 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
1312
1315
 
1313
- 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)
1316
+ 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)
1314
1317
  @OrderId = orderid
1315
1318
  @Status = status
1316
1319
  @Payer = payer
@@ -1336,6 +1339,7 @@ module TencentCloud
1336
1339
  @Action = action
1337
1340
  @ProductName = productname
1338
1341
  @SubProductName = subproductname
1342
+ @ResourceId = resourceid
1339
1343
  end
1340
1344
 
1341
1345
  def deserialize(params)
@@ -1371,6 +1375,7 @@ module TencentCloud
1371
1375
  @Action = params['Action']
1372
1376
  @ProductName = params['ProductName']
1373
1377
  @SubProductName = params['SubProductName']
1378
+ @ResourceId = params['ResourceId']
1374
1379
  end
1375
1380
  end
1376
1381
 
@@ -2587,10 +2592,12 @@ module TencentCloud
2587
2592
  # @type OrderId: String
2588
2593
  # @param BigDealId: 大订单号
2589
2594
  # @type BigDealId: String
2595
+ # @param ResourceId: 资源id
2596
+ # @type ResourceId: String
2590
2597
 
2591
- attr_accessor :StartTime, :EndTime, :Limit, :Offset, :Status, :OrderId, :BigDealId
2598
+ attr_accessor :StartTime, :EndTime, :Limit, :Offset, :Status, :OrderId, :BigDealId, :ResourceId
2592
2599
 
2593
- def initialize(starttime=nil, endtime=nil, limit=nil, offset=nil, status=nil, orderid=nil, bigdealid=nil)
2600
+ def initialize(starttime=nil, endtime=nil, limit=nil, offset=nil, status=nil, orderid=nil, bigdealid=nil, resourceid=nil)
2594
2601
  @StartTime = starttime
2595
2602
  @EndTime = endtime
2596
2603
  @Limit = limit
@@ -2598,6 +2605,7 @@ module TencentCloud
2598
2605
  @Status = status
2599
2606
  @OrderId = orderid
2600
2607
  @BigDealId = bigdealid
2608
+ @ResourceId = resourceid
2601
2609
  end
2602
2610
 
2603
2611
  def deserialize(params)
@@ -2608,6 +2616,7 @@ module TencentCloud
2608
2616
  @Status = params['Status']
2609
2617
  @OrderId = params['OrderId']
2610
2618
  @BigDealId = params['BigDealId']
2619
+ @ResourceId = params['ResourceId']
2611
2620
  end
2612
2621
  end
2613
2622
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-billing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.287
4
+ version: 1.0.288
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud