tencentcloud-sdk-cpdp 3.0.382 → 3.0.384

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 712dd7ce7508726491f74416b2b658c587bd3e5a
4
- data.tar.gz: 413903b5111ef21850735b174bb3603a943df3b1
3
+ metadata.gz: 8e4c807a8ecfdd092e668e8f7fea0f2a253db9d0
4
+ data.tar.gz: 3bddc070ffae1eedd376f1a76132ec2e9772a80a
5
5
  SHA512:
6
- metadata.gz: a84677f7f030d23a5c6fa03e0cce3720807e71820fc260077e0e2b881036889ff79eb6af53096e99a82bbea364e0f486b4456857ba2478699f9b7f514a45a1f4
7
- data.tar.gz: ed75f00c840477a383c5eebee6d12fac8f6cef8f0649de8c0753afe414a09b9ab80dcd235d035e62959c22d190ba1639b5e4e040d2077320bb4169d9f817a23c
6
+ metadata.gz: 85d839759bca8ac3c24921bbb362426b69f4dfaa31237804081e711363de8adcd2a941d7d806a546857b856ae7cec5471f852c65ee8937055ef149e290825ed5
7
+ data.tar.gz: 21b3f13b7e3b4de439f31ad57d26bb243ee7a08ed3e2567ccc8440209bfc352377b4f48b4d9325412df68437b586a57256eb00cc139e9b0fd501093ce09e73d1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.382
1
+ 3.0.384
@@ -1163,10 +1163,12 @@ module TencentCloud
1163
1163
  # __test__:测试环境
1164
1164
  # 缺省默认为生产环境
1165
1165
  # @type Environment: String
1166
+ # @param NotifyUrl: 支付结果通知回调地址
1167
+ # @type NotifyUrl: String
1166
1168
 
1167
- attr_accessor :PayeeId, :IncomeType, :AmountBeforeTax, :OutOrderId, :FundingAccountInfo, :Remark, :Environment
1169
+ attr_accessor :PayeeId, :IncomeType, :AmountBeforeTax, :OutOrderId, :FundingAccountInfo, :Remark, :Environment, :NotifyUrl
1168
1170
 
1169
- def initialize(payeeid=nil, incometype=nil, amountbeforetax=nil, outorderid=nil, fundingaccountinfo=nil, remark=nil, environment=nil)
1171
+ def initialize(payeeid=nil, incometype=nil, amountbeforetax=nil, outorderid=nil, fundingaccountinfo=nil, remark=nil, environment=nil, notifyurl=nil)
1170
1172
  @PayeeId = payeeid
1171
1173
  @IncomeType = incometype
1172
1174
  @AmountBeforeTax = amountbeforetax
@@ -1174,6 +1176,7 @@ module TencentCloud
1174
1176
  @FundingAccountInfo = fundingaccountinfo
1175
1177
  @Remark = remark
1176
1178
  @Environment = environment
1179
+ @NotifyUrl = notifyurl
1177
1180
  end
1178
1181
 
1179
1182
  def deserialize(params)
@@ -1187,6 +1190,7 @@ module TencentCloud
1187
1190
  end
1188
1191
  @Remark = params['Remark']
1189
1192
  @Environment = params['Environment']
1193
+ @NotifyUrl = params['NotifyUrl']
1190
1194
  end
1191
1195
  end
1192
1196
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cpdp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.382
4
+ version: 3.0.384
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-08-08 00:00:00.000000000 Z
11
+ date: 2022-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common