tencentcloud-sdk-cpdp 3.0.380 → 3.0.384

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: baa96b29fc1b79e4548a9da2c77edecc1db9ac54
4
- data.tar.gz: fcc134a12d6f0f97fd81480caaa06c9e465aac25
3
+ metadata.gz: 8e4c807a8ecfdd092e668e8f7fea0f2a253db9d0
4
+ data.tar.gz: 3bddc070ffae1eedd376f1a76132ec2e9772a80a
5
5
  SHA512:
6
- metadata.gz: 3ccf5911a8509e1a1ef71303febbba6b6b4541c922e536aced95751ca851863395ef5027d29be634f248ee96ad1aaa58f32905a67985ed8e5d3a3af12bcf0f73
7
- data.tar.gz: ff28b678c5186162173315ab559b56c9a74ebf34900d2aa4fc03bd888e3f889c58befbed5abb3ac41743c00f1255a8a9c8a8d598e7527af15a8d7c5a1989f6c1
6
+ metadata.gz: 85d839759bca8ac3c24921bbb362426b69f4dfaa31237804081e711363de8adcd2a941d7d806a546857b856ae7cec5471f852c65ee8937055ef149e290825ed5
7
+ data.tar.gz: 21b3f13b7e3b4de439f31ad57d26bb243ee7a08ed3e2567ccc8440209bfc352377b4f48b4d9325412df68437b586a57256eb00cc139e9b0fd501093ce09e73d1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.380
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.380
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-04 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