tencentcloud-sdk-cpdp 3.0.405 → 3.0.408
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 +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: cec104ab645d8ebc0905718efc28dbfdb5dd1ba1
|
4
|
+
data.tar.gz: f36266552045a861d1efa6ace222ddd52fb7f25c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f73ddba79f2940e6c777939b68ff5f8dbc16af5b7a107ca102392d8b08b1ff60c5d6061230f4bd912d8ceb7402eb2d054a89b4ef589052afe16bbfa9591a96c1
|
7
|
+
data.tar.gz: 8520417db71725b4d4c88370c7154163a229ce6a010d065723c4a03f031f6fa9cc6a729c9be109a3217619f6717f0cf03e3b950eeed3679a951b5041d502a48a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.408
|
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.408
|
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-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|