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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180709/models.rb +19 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 87b1a4593fff1d727f65354713b8b19ac18ade86
4
- data.tar.gz: 5f3f477d28d532c01ac16c52d2a9617be25f891e
3
+ metadata.gz: 5e38c951d1fb87a8df9ea728599be0cc61914ee7
4
+ data.tar.gz: 70a11823174ba01e2f664771c960d3a66b5cf533
5
5
  SHA512:
6
- metadata.gz: f94645ae285f5c15b3cf8dc71cdc3e277e4bc15bdf6ae4abbe2da29d1a2bb6bf7aa003f1ddc4b13e2fb740825df0d4e5029f75ee41774ad33b49ee4ad758309d
7
- data.tar.gz: ab9adf4ebf019910b4da4c221d82c6f5621250076ef75aac017781170389b0523edd0a5165fb9e931cf7333c9131ffc7d3ebe11e22e9bfa85353a99f2d9c1d7e
6
+ metadata.gz: 907a760abcc88d3dda50136a4ab7de5c8cadd9ad71eab06f2497c752b4723abdaf711ce6ca8aca3d134fa05ae65f66790ac91a29e9ee395fdc95e50fb3164002
7
+ data.tar.gz: 0c9905ca3eb2ddab02ad1bc8fa35dc1c49d9b7568ab56d16e3c0384498effa7d0faac7e58eab8d1760e917363fef4fcbd2e11427bb2a32ad77d2ed64d33e7262
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.238
1
+ 1.0.239
@@ -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.238
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-10 00:00:00.000000000 Z
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