tencentcloud-sdk-billing 3.0.682 → 3.0.684
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: 0a14cc1d884c0366ea723ee839f3ae928168ec26
|
4
|
+
data.tar.gz: daf2d7cfd6a1bd9c777391f312ec6bf629f4edbf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b7984eb8b955d3fc34b684393e8de041d5cd84c2149769c2995c0329c763332bccc54f315302c591473e5b2ca3ce4228b5e74c436c8b23327437cc5830bd48e
|
7
|
+
data.tar.gz: 20a2d7fef0323b22635e73c0fe138e3099cd019eae5ea508fcbaa3f272302aa5a0f836e7ae3dd07d7bad930a51bbfc3099af1d8dd793c406dfde4bac248a6277
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.684
|
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.684
|
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-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|