tencentcloud-sdk-billing 1.0.236 → 1.0.240
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 +19 -2
- 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: a18d558ad6818bc76327f94b312e0929be933dbc
|
|
4
|
+
data.tar.gz: 4d95a4dd2ea13d2887d6a8f2a70fd3dd3144c9ec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1725b1f2fa3bf06e10e522c3f01e979b457cd1d7ea17b42a6f817c8b549aea30325de7a8d5ec97a8fa93e5f5387193391be7c65fb39302f93b98aff2dd67cb17
|
|
7
|
+
data.tar.gz: d23380b14d82f4336e0e75520d7a7bea4a5dcb570b324495e235f2d87920f416949f5b9fca4cf830dc9781071492201f09d5c5d5cc2d6746c8e8477bbda2d147
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.240
|
data/lib/v20180709/models.rb
CHANGED
|
@@ -1266,10 +1266,25 @@ module TencentCloud
|
|
|
1266
1266
|
# @type RefReturnDeals: String
|
|
1267
1267
|
# @param PayMode: 付费模式:prePay 预付费 postPay后付费 riPay预留实例
|
|
1268
1268
|
# @type PayMode: String
|
|
1269
|
+
# @param Action: 交易类型
|
|
1270
|
+
# modifyNetworkMode 调整带宽模式
|
|
1271
|
+
# modifyNetworkSize 调整带宽大小
|
|
1272
|
+
# refund 退款
|
|
1273
|
+
# downgrade 降配
|
|
1274
|
+
# upgrade 升配
|
|
1275
|
+
# renew 续费
|
|
1276
|
+
# purchase 购买
|
|
1277
|
+
# preMoveOut 包年包月迁出资源
|
|
1278
|
+
# preMoveIn 包年包月迁入资源
|
|
1279
|
+
# preToPost 预付费转后付费
|
|
1280
|
+
# postMoveOut 按量计费迁出资源
|
|
1281
|
+
# postMoveIn 按量计费迁入资源
|
|
1282
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1283
|
+
# @type Action: String
|
|
1269
1284
|
|
|
1270
|
-
attr_accessor :OrderId, :Status, :Payer, :CreateTime, :Creator, :RealTotalCost, :VoucherDecline, :ProjectId, :GoodsCategoryId, :ProductInfo, :TimeSpan, :TimeUnit, :Currency, :Policy, :Price, :TotalCost, :ProductCode, :SubProductCode, :BigDealId, :Formula, :RefReturnDeals, :PayMode
|
|
1285
|
+
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
|
|
1271
1286
|
|
|
1272
|
-
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)
|
|
1287
|
+
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)
|
|
1273
1288
|
@OrderId = orderid
|
|
1274
1289
|
@Status = status
|
|
1275
1290
|
@Payer = payer
|
|
@@ -1292,6 +1307,7 @@ module TencentCloud
|
|
|
1292
1307
|
@Formula = formula
|
|
1293
1308
|
@RefReturnDeals = refreturndeals
|
|
1294
1309
|
@PayMode = paymode
|
|
1310
|
+
@Action = action
|
|
1295
1311
|
end
|
|
1296
1312
|
|
|
1297
1313
|
def deserialize(params)
|
|
@@ -1324,6 +1340,7 @@ module TencentCloud
|
|
|
1324
1340
|
@Formula = params['Formula']
|
|
1325
1341
|
@RefReturnDeals = params['RefReturnDeals']
|
|
1326
1342
|
@PayMode = params['PayMode']
|
|
1343
|
+
@Action = params['Action']
|
|
1327
1344
|
end
|
|
1328
1345
|
end
|
|
1329
1346
|
|
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.240
|
|
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-01-
|
|
11
|
+
date: 2022-01-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|