tencentcloud-sdk-cpdp 3.0.406 → 3.0.407
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/v20190820/models.rb +19 -4
- 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: 33a9495721210efcd047c34e595ce55b6109fe09
|
4
|
+
data.tar.gz: 33ee8e2da980d2f6e3c456d74936053a4631353f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c78bc05d40e4332e87d1c8b0739935f3e43c7e5b3c0e4cfc3bdde84b2f995099ab31747b70cd9c5efb5d6cfee9587510c18af695f14b15183cfe107cc896b41
|
7
|
+
data.tar.gz: a6f8b57ed10a43e6985c84d1f253a0a7010e2e4e6ea03f45d007fcfe3d9215575729fa96c5212f7a10274df7c691d4384efffd4fdea5c177662edc5e59e465d5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.407
|
data/lib/v20190820/models.rb
CHANGED
@@ -6946,14 +6946,22 @@ module TencentCloud
|
|
6946
6946
|
# @type RedirectInfo: :class:`Tencentcloud::Cpdp.v20190820.models.OpenBankRedirectInfo`
|
6947
6947
|
# @param OutOrderId: 外部商户订单号,只能是数字、大小写字母,且在同一个接入平台下唯一。
|
6948
6948
|
# @type OutOrderId: String
|
6949
|
+
# @param PayInfo: 渠道扩展支付信息
|
6950
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6951
|
+
# @type PayInfo: String
|
6952
|
+
# @param PayInfoType: 渠道扩展支付信息类型
|
6953
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6954
|
+
# @type PayInfoType: String
|
6949
6955
|
|
6950
|
-
attr_accessor :ChannelOrderId, :ThirdPayOrderId, :RedirectInfo, :OutOrderId
|
6956
|
+
attr_accessor :ChannelOrderId, :ThirdPayOrderId, :RedirectInfo, :OutOrderId, :PayInfo, :PayInfoType
|
6951
6957
|
|
6952
|
-
def initialize(channelorderid=nil, thirdpayorderid=nil, redirectinfo=nil, outorderid=nil)
|
6958
|
+
def initialize(channelorderid=nil, thirdpayorderid=nil, redirectinfo=nil, outorderid=nil, payinfo=nil, payinfotype=nil)
|
6953
6959
|
@ChannelOrderId = channelorderid
|
6954
6960
|
@ThirdPayOrderId = thirdpayorderid
|
6955
6961
|
@RedirectInfo = redirectinfo
|
6956
6962
|
@OutOrderId = outorderid
|
6963
|
+
@PayInfo = payinfo
|
6964
|
+
@PayInfoType = payinfotype
|
6957
6965
|
end
|
6958
6966
|
|
6959
6967
|
def deserialize(params)
|
@@ -6964,6 +6972,8 @@ module TencentCloud
|
|
6964
6972
|
@RedirectInfo.deserialize(params['RedirectInfo'])
|
6965
6973
|
end
|
6966
6974
|
@OutOrderId = params['OutOrderId']
|
6975
|
+
@PayInfo = params['PayInfo']
|
6976
|
+
@PayInfoType = params['PayInfoType']
|
6967
6977
|
end
|
6968
6978
|
end
|
6969
6979
|
|
@@ -19094,10 +19104,13 @@ module TencentCloud
|
|
19094
19104
|
# @param ProfitShareRespInfoList: 分账信息
|
19095
19105
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
19096
19106
|
# @type ProfitShareRespInfoList: Array
|
19107
|
+
# @param TimeFinish: 支付完成时间
|
19108
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
19109
|
+
# @type TimeFinish: String
|
19097
19110
|
|
19098
|
-
attr_accessor :ChannelMerchantId, :OutOrderId, :ChannelOrderId, :ThirdPayOrderId, :OrderStatus, :ChannelName, :PaymentMethod, :TotalAmount, :PayAmount, :FailReason, :Attachment, :RedirectInfo, :ExternalReturnData, :BankApprovalGuideInfo, :FeeAmount, :FeeRate, :ProfitShareRespInfoList
|
19111
|
+
attr_accessor :ChannelMerchantId, :OutOrderId, :ChannelOrderId, :ThirdPayOrderId, :OrderStatus, :ChannelName, :PaymentMethod, :TotalAmount, :PayAmount, :FailReason, :Attachment, :RedirectInfo, :ExternalReturnData, :BankApprovalGuideInfo, :FeeAmount, :FeeRate, :ProfitShareRespInfoList, :TimeFinish
|
19099
19112
|
|
19100
|
-
def initialize(channelmerchantid=nil, outorderid=nil, channelorderid=nil, thirdpayorderid=nil, orderstatus=nil, channelname=nil, paymentmethod=nil, totalamount=nil, payamount=nil, failreason=nil, attachment=nil, redirectinfo=nil, externalreturndata=nil, bankapprovalguideinfo=nil, feeamount=nil, feerate=nil, profitsharerespinfolist=nil)
|
19113
|
+
def initialize(channelmerchantid=nil, outorderid=nil, channelorderid=nil, thirdpayorderid=nil, orderstatus=nil, channelname=nil, paymentmethod=nil, totalamount=nil, payamount=nil, failreason=nil, attachment=nil, redirectinfo=nil, externalreturndata=nil, bankapprovalguideinfo=nil, feeamount=nil, feerate=nil, profitsharerespinfolist=nil, timefinish=nil)
|
19101
19114
|
@ChannelMerchantId = channelmerchantid
|
19102
19115
|
@OutOrderId = outorderid
|
19103
19116
|
@ChannelOrderId = channelorderid
|
@@ -19115,6 +19128,7 @@ module TencentCloud
|
|
19115
19128
|
@FeeAmount = feeamount
|
19116
19129
|
@FeeRate = feerate
|
19117
19130
|
@ProfitShareRespInfoList = profitsharerespinfolist
|
19131
|
+
@TimeFinish = timefinish
|
19118
19132
|
end
|
19119
19133
|
|
19120
19134
|
def deserialize(params)
|
@@ -19148,6 +19162,7 @@ module TencentCloud
|
|
19148
19162
|
@ProfitShareRespInfoList << openbankprofitsharerespinfo_tmp
|
19149
19163
|
end
|
19150
19164
|
end
|
19165
|
+
@TimeFinish = params['TimeFinish']
|
19151
19166
|
end
|
19152
19167
|
end
|
19153
19168
|
|
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.
|
4
|
+
version: 3.0.407
|
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-09-
|
11
|
+
date: 2022-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|