tencentcloud-sdk-billing 1.0.238 → 1.0.239
Sign up to get free protection for your applications and to get access to all the features.
- 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: 5e38c951d1fb87a8df9ea728599be0cc61914ee7
|
4
|
+
data.tar.gz: 70a11823174ba01e2f664771c960d3a66b5cf533
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 907a760abcc88d3dda50136a4ab7de5c8cadd9ad71eab06f2497c752b4723abdaf711ce6ca8aca3d134fa05ae65f66790ac91a29e9ee395fdc95e50fb3164002
|
7
|
+
data.tar.gz: 0c9905ca3eb2ddab02ad1bc8fa35dc1c49d9b7568ab56d16e3c0384498effa7d0faac7e58eab8d1760e917363fef4fcbd2e11427bb2a32ad77d2ed64d33e7262
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.239
|
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.239
|
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-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|