tencentcloud-sdk-billing 3.0.682 → 3.0.683
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 +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 29cf5b9e3c0fd128514296a1b4dafbb23a05b5ae
|
4
|
+
data.tar.gz: fa718eec3d732c88af8022a4b24b948a4a4621eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb182fea758b695d0ff57dac6f7a3615231bfbacb666c407addda77be11a309421accc5dc0086a8c8fea94a9df75d510c8d6cf9c4a77f68100e09283280eddfe
|
7
|
+
data.tar.gz: a86c2287326b2bb44a669c6aaff3be9282b95416a4d2b3a3f0084f66e85191bdb0ce86f8c6aab81006a0148ab50c07bd3ca2b6700e843f4ee496f51a1739e3d3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.683
|
data/lib/v20180709/models.rb
CHANGED
@@ -3886,10 +3886,14 @@ module TencentCloud
|
|
3886
3886
|
# @type PayScene: String
|
3887
3887
|
# @param Operator: 操作人,默认就是用户uin
|
3888
3888
|
# @type Operator: String
|
3889
|
+
# @param VoucherMainType: 代金券主类型 has_price 为有价现金券 no_price 为无价代金券
|
3890
|
+
# @type VoucherMainType: String
|
3891
|
+
# @param VoucherSubType: 代金券副类型 discount 为折扣券 deduct 为抵扣券
|
3892
|
+
# @type VoucherSubType: String
|
3889
3893
|
|
3890
|
-
attr_accessor :Limit, :Offset, :Status, :VoucherId, :CodeId, :ProductCode, :ActivityId, :VoucherName, :TimeFrom, :TimeTo, :SortField, :SortOrder, :PayMode, :PayScene, :Operator
|
3894
|
+
attr_accessor :Limit, :Offset, :Status, :VoucherId, :CodeId, :ProductCode, :ActivityId, :VoucherName, :TimeFrom, :TimeTo, :SortField, :SortOrder, :PayMode, :PayScene, :Operator, :VoucherMainType, :VoucherSubType
|
3891
3895
|
|
3892
|
-
def initialize(limit=nil, offset=nil, status=nil, voucherid=nil, codeid=nil, productcode=nil, activityid=nil, vouchername=nil, timefrom=nil, timeto=nil, sortfield=nil, sortorder=nil, paymode=nil, payscene=nil, operator=nil)
|
3896
|
+
def initialize(limit=nil, offset=nil, status=nil, voucherid=nil, codeid=nil, productcode=nil, activityid=nil, vouchername=nil, timefrom=nil, timeto=nil, sortfield=nil, sortorder=nil, paymode=nil, payscene=nil, operator=nil, vouchermaintype=nil, vouchersubtype=nil)
|
3893
3897
|
@Limit = limit
|
3894
3898
|
@Offset = offset
|
3895
3899
|
@Status = status
|
@@ -3905,6 +3909,8 @@ module TencentCloud
|
|
3905
3909
|
@PayMode = paymode
|
3906
3910
|
@PayScene = payscene
|
3907
3911
|
@Operator = operator
|
3912
|
+
@VoucherMainType = vouchermaintype
|
3913
|
+
@VoucherSubType = vouchersubtype
|
3908
3914
|
end
|
3909
3915
|
|
3910
3916
|
def deserialize(params)
|
@@ -3923,6 +3929,8 @@ module TencentCloud
|
|
3923
3929
|
@PayMode = params['PayMode']
|
3924
3930
|
@PayScene = params['PayScene']
|
3925
3931
|
@Operator = params['Operator']
|
3932
|
+
@VoucherMainType = params['VoucherMainType']
|
3933
|
+
@VoucherSubType = params['VoucherSubType']
|
3926
3934
|
end
|
3927
3935
|
end
|
3928
3936
|
|
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.683
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-10-
|
11
|
+
date: 2023-10-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,8 +33,8 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/v20180709/client.rb
|
37
36
|
- lib/v20180709/models.rb
|
37
|
+
- lib/v20180709/client.rb
|
38
38
|
- lib/tencentcloud-sdk-billing.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|