tencentcloud-sdk-billing 1.0.287 → 1.0.290
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 +13 -4
- 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: a0de09f5efe09fddce721eb0ef0b4a961f2b55db
|
|
4
|
+
data.tar.gz: 2a54bdad1c8a06182c5296c527c6c2506b87e3af
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d2960000f0bdc2ddbd0c6c0e933e38ef1d904b3189c4e0b5b024d2d36d02cd92b0c14d0b3f9f1970a722cfe8946280cc47047d7e35961bfe31fba46c2b94c7ee
|
|
7
|
+
data.tar.gz: 0639ebd135ee9aa7b17530fb5a98d6a842284e07874fb7b15e1d7b39cf0b67b228963f885a123cea9c80777207025d3a5baea3705a5166a5252939cbd0943f4c
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.290
|
data/lib/v20180709/models.rb
CHANGED
|
@@ -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,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-billing
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.290
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-04-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|