tencentcloud-sdk-billing 3.0.970 → 3.0.971
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 +10 -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: f6ab4ad34cb3bfa05e3930cd20b2c36d45ebe2e2
|
4
|
+
data.tar.gz: 67b39463f74b1a47d7bc46ee5cb01fcf4c8fdd6f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 921d031ca9f01ebbe6354890762e240582cf264d2b9778ce5fac629481fe5bcf859f81fe0fe241e364839e0b35638dd0929051f404bffae47c66786ff1073958
|
7
|
+
data.tar.gz: 58cb366518d4b3f559b449e0fb1a3320f8d69e0aa15dbe0aee3a4d2fc2bee9725e8a3958f9a2b5061a617af777a1e048d17b22d356c6c3c2ca8ae27fb4e38336
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.971
|
data/lib/v20180709/models.rb
CHANGED
@@ -9857,10 +9857,14 @@ module TencentCloud
|
|
9857
9857
|
# @type ApplicableProducts: :class:`Tencentcloud::Billing.v20180709.models.ApplicableProducts`
|
9858
9858
|
# @param ExcludedProducts: 不适用商品信息
|
9859
9859
|
# @type ExcludedProducts: Array
|
9860
|
+
# @param PolicyRemark: 使用说明/批次备注
|
9861
|
+
# @type PolicyRemark: String
|
9862
|
+
# @param CreateTime: 发券时间
|
9863
|
+
# @type CreateTime: String
|
9860
9864
|
|
9861
|
-
attr_accessor :OwnerUin, :Status, :NominalValue, :Balance, :VoucherId, :PayMode, :PayScene, :BeginTime, :EndTime, :ApplicableProducts, :ExcludedProducts
|
9865
|
+
attr_accessor :OwnerUin, :Status, :NominalValue, :Balance, :VoucherId, :PayMode, :PayScene, :BeginTime, :EndTime, :ApplicableProducts, :ExcludedProducts, :PolicyRemark, :CreateTime
|
9862
9866
|
|
9863
|
-
def initialize(owneruin=nil, status=nil, nominalvalue=nil, balance=nil, voucherid=nil, paymode=nil, payscene=nil, begintime=nil, endtime=nil, applicableproducts=nil, excludedproducts=nil)
|
9867
|
+
def initialize(owneruin=nil, status=nil, nominalvalue=nil, balance=nil, voucherid=nil, paymode=nil, payscene=nil, begintime=nil, endtime=nil, applicableproducts=nil, excludedproducts=nil, policyremark=nil, createtime=nil)
|
9864
9868
|
@OwnerUin = owneruin
|
9865
9869
|
@Status = status
|
9866
9870
|
@NominalValue = nominalvalue
|
@@ -9872,6 +9876,8 @@ module TencentCloud
|
|
9872
9876
|
@EndTime = endtime
|
9873
9877
|
@ApplicableProducts = applicableproducts
|
9874
9878
|
@ExcludedProducts = excludedproducts
|
9879
|
+
@PolicyRemark = policyremark
|
9880
|
+
@CreateTime = createtime
|
9875
9881
|
end
|
9876
9882
|
|
9877
9883
|
def deserialize(params)
|
@@ -9896,6 +9902,8 @@ module TencentCloud
|
|
9896
9902
|
@ExcludedProducts << excludedproducts_tmp
|
9897
9903
|
end
|
9898
9904
|
end
|
9905
|
+
@PolicyRemark = params['PolicyRemark']
|
9906
|
+
@CreateTime = params['CreateTime']
|
9899
9907
|
end
|
9900
9908
|
end
|
9901
9909
|
|
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: 3.0.
|
4
|
+
version: 3.0.971
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-12-
|
11
|
+
date: 2024-12-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|