tencentcloud-sdk-cpdp 3.0.384 → 3.0.385
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 +33 -2
- 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
@@ -3593,6 +3593,26 @@ module TencentCloud
|
|
3593
3593
|
end
|
3594
3594
|
end
|
3595
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
|
+
|
3596
3616
|
# 全局支付时间信息
|
3597
3617
|
class CloudGlobalPayTimeInfo < TencentCloud::Common::AbstractModel
|
3598
3618
|
# @param StartTimestamp: 订单开始时间。
|
@@ -24453,10 +24473,12 @@ module TencentCloud
|
|
24453
24473
|
# ORDER_RECEIVE_MODE_V_COMBINE - 虚拟合单支付
|
24454
24474
|
# 若不传入该字段,则会根据是否传入子单来判断是 普通支付 还是 合单支付
|
24455
24475
|
# @type OrderReceiveMode: String
|
24476
|
+
# @param ExternalUserInfoList: 渠道方用户信息列表
|
24477
|
+
# @type ExternalUserInfoList: Array
|
24456
24478
|
|
24457
|
-
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
|
24458
24480
|
|
24459
|
-
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)
|
24460
24482
|
@MidasAppId = midasappid
|
24461
24483
|
@UserId = userid
|
24462
24484
|
@OutTradeNo = outtradeno
|
@@ -24495,6 +24517,7 @@ module TencentCloud
|
|
24495
24517
|
@ClientInfo = clientinfo
|
24496
24518
|
@ExternalPromptGroupList = externalpromptgrouplist
|
24497
24519
|
@OrderReceiveMode = orderreceivemode
|
24520
|
+
@ExternalUserInfoList = externaluserinfolist
|
24498
24521
|
end
|
24499
24522
|
|
24500
24523
|
def deserialize(params)
|
@@ -24569,6 +24592,14 @@ module TencentCloud
|
|
24569
24592
|
end
|
24570
24593
|
end
|
24571
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
|
24572
24603
|
end
|
24573
24604
|
end
|
24574
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
|