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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190820/models.rb +19 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c939f74f844825d8fe307f6ce3041bb88de67192
4
- data.tar.gz: 2c6f763380cc583eddb4e28cef132625b6c79b4b
3
+ metadata.gz: 33a9495721210efcd047c34e595ce55b6109fe09
4
+ data.tar.gz: 33ee8e2da980d2f6e3c456d74936053a4631353f
5
5
  SHA512:
6
- metadata.gz: 00b1bec9d180b823486b67271c85ddd35906380a900ad5e96fe3694ea379ee007cc4bdd93a51636a504e3f79e0edd61e6d26b4d92b6fa78648f5cec10a71b698
7
- data.tar.gz: 05e3b5ec5e8f75f339e17a147402a62a0d85a41c66da8d1817e340058b6eb2372a760a7a9dbda3b69311c16304c50f95f356b31622ba5fd7c1e50945a74251e0
6
+ metadata.gz: 0c78bc05d40e4332e87d1c8b0739935f3e43c7e5b3c0e4cfc3bdde84b2f995099ab31747b70cd9c5efb5d6cfee9587510c18af695f14b15183cfe107cc896b41
7
+ data.tar.gz: a6f8b57ed10a43e6985c84d1f253a0a7010e2e4e6ea03f45d007fcfe3d9215575729fa96c5212f7a10274df7c691d4384efffd4fdea5c177662edc5e59e465d5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.406
1
+ 3.0.407
@@ -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.406
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-08 00:00:00.000000000 Z
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