tencentcloud-sdk-cpdp 3.0.381 → 3.0.385
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 +39 -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: b8750936ac090ca711ead09d6544b4f71e49996c
|
4
|
+
data.tar.gz: 05b3d84115cef4bf202d575010e4006825e96d36
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cc23e821cde3417293aebbc901b07897c425f939018d61529a2cf0053d19dbb8358f2111827b18ff3cbc6876f7e24d1d4c3d14bac0c53cb53629cf9573f09ea5
|
7
|
+
data.tar.gz: 2126c422d5775478275f587ee9c34f2f2a9b0327a6509fd23c79217aecf49742e0b11fd44d7ca2a93c76bad949fa76ce5eaf594ef86bccc49896bb21d5011dde
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.385
|
data/lib/v20190820/models.rb
CHANGED
@@ -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
|
|
@@ -3589,6 +3593,26 @@ module TencentCloud
|
|
3589
3593
|
end
|
3590
3594
|
end
|
3591
3595
|
|
3596
|
+
# 渠道方用户信息
|
3597
|
+
class CloudExternalUserInfo < TencentCloud::Common::AbstractModel
|
3598
|
+
# @param ExternalUserType: 渠道方用户类型
|
3599
|
+
# @type ExternalUserType: String
|
3600
|
+
# @param ExternalUserId: 渠道方用户ID
|
3601
|
+
# @type ExternalUserId: String
|
3602
|
+
|
3603
|
+
attr_accessor :ExternalUserType, :ExternalUserId
|
3604
|
+
|
3605
|
+
def initialize(externalusertype=nil, externaluserid=nil)
|
3606
|
+
@ExternalUserType = externalusertype
|
3607
|
+
@ExternalUserId = externaluserid
|
3608
|
+
end
|
3609
|
+
|
3610
|
+
def deserialize(params)
|
3611
|
+
@ExternalUserType = params['ExternalUserType']
|
3612
|
+
@ExternalUserId = params['ExternalUserId']
|
3613
|
+
end
|
3614
|
+
end
|
3615
|
+
|
3592
3616
|
# 全局支付时间信息
|
3593
3617
|
class CloudGlobalPayTimeInfo < TencentCloud::Common::AbstractModel
|
3594
3618
|
# @param StartTimestamp: 订单开始时间。
|
@@ -24449,10 +24473,12 @@ module TencentCloud
|
|
24449
24473
|
# ORDER_RECEIVE_MODE_V_COMBINE - 虚拟合单支付
|
24450
24474
|
# 若不传入该字段,则会根据是否传入子单来判断是 普通支付 还是 合单支付
|
24451
24475
|
# @type OrderReceiveMode: String
|
24476
|
+
# @param ExternalUserInfoList: 渠道方用户信息列表
|
24477
|
+
# @type ExternalUserInfoList: Array
|
24452
24478
|
|
24453
|
-
attr_accessor :MidasAppId, :UserId, :OutTradeNo, :CurrencyType, :ProductId, :ProductName, :ProductDetail, :OriginalAmt, :TotalAmt, :MidasEnvironment, :SubAppId, :RealChannel, :Channel, :Metadata, :Quantity, :CallbackUrl, :CancelUrl, :WxAppId, :WxSubAppId, :WxOpenId, :WxSubOpenId, :TotalPlatformIncome, :TotalMchIncome, :SubOrderList, :SettleInfo, :AttachmentInfoList, :PaymentNotifyUrl, :PayScene, :LocaleCode, :RegionCode, :UserClientIp, :ChannelOrderIdMode, :GlobalPayTimeInfo, :ChannelAppIdPolicy, :StoreInfo, :ClientInfo, :ExternalPromptGroupList, :OrderReceiveMode
|
24479
|
+
attr_accessor :MidasAppId, :UserId, :OutTradeNo, :CurrencyType, :ProductId, :ProductName, :ProductDetail, :OriginalAmt, :TotalAmt, :MidasEnvironment, :SubAppId, :RealChannel, :Channel, :Metadata, :Quantity, :CallbackUrl, :CancelUrl, :WxAppId, :WxSubAppId, :WxOpenId, :WxSubOpenId, :TotalPlatformIncome, :TotalMchIncome, :SubOrderList, :SettleInfo, :AttachmentInfoList, :PaymentNotifyUrl, :PayScene, :LocaleCode, :RegionCode, :UserClientIp, :ChannelOrderIdMode, :GlobalPayTimeInfo, :ChannelAppIdPolicy, :StoreInfo, :ClientInfo, :ExternalPromptGroupList, :OrderReceiveMode, :ExternalUserInfoList
|
24454
24480
|
|
24455
|
-
def initialize(midasappid=nil, userid=nil, outtradeno=nil, currencytype=nil, productid=nil, productname=nil, productdetail=nil, originalamt=nil, totalamt=nil, midasenvironment=nil, subappid=nil, realchannel=nil, channel=nil, metadata=nil, quantity=nil, callbackurl=nil, cancelurl=nil, wxappid=nil, wxsubappid=nil, wxopenid=nil, wxsubopenid=nil, totalplatformincome=nil, totalmchincome=nil, suborderlist=nil, settleinfo=nil, attachmentinfolist=nil, paymentnotifyurl=nil, payscene=nil, localecode=nil, regioncode=nil, userclientip=nil, channelorderidmode=nil, globalpaytimeinfo=nil, channelappidpolicy=nil, storeinfo=nil, clientinfo=nil, externalpromptgrouplist=nil, orderreceivemode=nil)
|
24481
|
+
def initialize(midasappid=nil, userid=nil, outtradeno=nil, currencytype=nil, productid=nil, productname=nil, productdetail=nil, originalamt=nil, totalamt=nil, midasenvironment=nil, subappid=nil, realchannel=nil, channel=nil, metadata=nil, quantity=nil, callbackurl=nil, cancelurl=nil, wxappid=nil, wxsubappid=nil, wxopenid=nil, wxsubopenid=nil, totalplatformincome=nil, totalmchincome=nil, suborderlist=nil, settleinfo=nil, attachmentinfolist=nil, paymentnotifyurl=nil, payscene=nil, localecode=nil, regioncode=nil, userclientip=nil, channelorderidmode=nil, globalpaytimeinfo=nil, channelappidpolicy=nil, storeinfo=nil, clientinfo=nil, externalpromptgrouplist=nil, orderreceivemode=nil, externaluserinfolist=nil)
|
24456
24482
|
@MidasAppId = midasappid
|
24457
24483
|
@UserId = userid
|
24458
24484
|
@OutTradeNo = outtradeno
|
@@ -24491,6 +24517,7 @@ module TencentCloud
|
|
24491
24517
|
@ClientInfo = clientinfo
|
24492
24518
|
@ExternalPromptGroupList = externalpromptgrouplist
|
24493
24519
|
@OrderReceiveMode = orderreceivemode
|
24520
|
+
@ExternalUserInfoList = externaluserinfolist
|
24494
24521
|
end
|
24495
24522
|
|
24496
24523
|
def deserialize(params)
|
@@ -24565,6 +24592,14 @@ module TencentCloud
|
|
24565
24592
|
end
|
24566
24593
|
end
|
24567
24594
|
@OrderReceiveMode = params['OrderReceiveMode']
|
24595
|
+
unless params['ExternalUserInfoList'].nil?
|
24596
|
+
@ExternalUserInfoList = []
|
24597
|
+
params['ExternalUserInfoList'].each do |i|
|
24598
|
+
cloudexternaluserinfo_tmp = CloudExternalUserInfo.new
|
24599
|
+
cloudexternaluserinfo_tmp.deserialize(i)
|
24600
|
+
@ExternalUserInfoList << cloudexternaluserinfo_tmp
|
24601
|
+
end
|
24602
|
+
end
|
24568
24603
|
end
|
24569
24604
|
end
|
24570
24605
|
|
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.385
|
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-
|
11
|
+
date: 2022-08-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|