tencentcloud-sdk-cpdp 3.0.458 → 3.0.459
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 +14 -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: ec1898a46365092407c6c2ee87c6e6ca5c0424d3
|
4
|
+
data.tar.gz: f244723f9e48c49ecc237f821d081d0fc3dd83c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d7b39bdb9586dce96631c5813f4d9f9ce1793d064738936ae1542b3586de4b4953a94221f566d3789056bd06295fb3fd5075099e571caacec952eb7a8285ea4c
|
7
|
+
data.tar.gz: 1c9837a1ac1aa7e28b59336d075756e4c74a6e781bb536f3d4b18d4aaf22ed36ad3aed481330cb03b8c91a1f5cf24dee9d3516da9f40dc5f25b44770e3a61cdd
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.459
|
data/lib/v20190820/models.rb
CHANGED
@@ -4051,10 +4051,18 @@ module TencentCloud
|
|
4051
4051
|
# @param PaymentMethod: 支付方式
|
4052
4052
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4053
4053
|
# @type PaymentMethod: String
|
4054
|
+
# @param TotalPlatformIncome: 平台应收金额
|
4055
|
+
# 单位:分,需要注意的是,TotalAmt=TotalPlatformIncome+TotalMchIncome
|
4056
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4057
|
+
# @type TotalPlatformIncome: Integer
|
4058
|
+
# @param TotalMchIncome: 商户应收金额
|
4059
|
+
# 单位:分,需要注意的是,TotalAmt=TotalPlatformIncome+TotalMchIncome
|
4060
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4061
|
+
# @type TotalMchIncome: Integer
|
4054
4062
|
|
4055
|
-
attr_accessor :AppId, :OutTradeNo, :SubOrderList, :TransactionId, :UserId, :Channel, :ProductId, :Metadata, :CurrencyType, :Amt, :OrderState, :OrderTime, :PayTime, :CallBackTime, :ChannelExternalOrderId, :ChannelOrderId, :RefundFlag, :CashAmt, :CouponAmt, :ProductName, :SettleInfo, :AttachmentInfoList, :ChannelExternalUserInfoList, :ExternalReturnPromptGroupList, :SceneInfo, :SubAppId, :PayScene, :PaymentMethod
|
4063
|
+
attr_accessor :AppId, :OutTradeNo, :SubOrderList, :TransactionId, :UserId, :Channel, :ProductId, :Metadata, :CurrencyType, :Amt, :OrderState, :OrderTime, :PayTime, :CallBackTime, :ChannelExternalOrderId, :ChannelOrderId, :RefundFlag, :CashAmt, :CouponAmt, :ProductName, :SettleInfo, :AttachmentInfoList, :ChannelExternalUserInfoList, :ExternalReturnPromptGroupList, :SceneInfo, :SubAppId, :PayScene, :PaymentMethod, :TotalPlatformIncome, :TotalMchIncome
|
4056
4064
|
|
4057
|
-
def initialize(appid=nil, outtradeno=nil, suborderlist=nil, transactionid=nil, userid=nil, channel=nil, productid=nil, metadata=nil, currencytype=nil, amt=nil, orderstate=nil, ordertime=nil, paytime=nil, callbacktime=nil, channelexternalorderid=nil, channelorderid=nil, refundflag=nil, cashamt=nil, couponamt=nil, productname=nil, settleinfo=nil, attachmentinfolist=nil, channelexternaluserinfolist=nil, externalreturnpromptgrouplist=nil, sceneinfo=nil, subappid=nil, payscene=nil, paymentmethod=nil)
|
4065
|
+
def initialize(appid=nil, outtradeno=nil, suborderlist=nil, transactionid=nil, userid=nil, channel=nil, productid=nil, metadata=nil, currencytype=nil, amt=nil, orderstate=nil, ordertime=nil, paytime=nil, callbacktime=nil, channelexternalorderid=nil, channelorderid=nil, refundflag=nil, cashamt=nil, couponamt=nil, productname=nil, settleinfo=nil, attachmentinfolist=nil, channelexternaluserinfolist=nil, externalreturnpromptgrouplist=nil, sceneinfo=nil, subappid=nil, payscene=nil, paymentmethod=nil, totalplatformincome=nil, totalmchincome=nil)
|
4058
4066
|
@AppId = appid
|
4059
4067
|
@OutTradeNo = outtradeno
|
4060
4068
|
@SubOrderList = suborderlist
|
@@ -4083,6 +4091,8 @@ module TencentCloud
|
|
4083
4091
|
@SubAppId = subappid
|
4084
4092
|
@PayScene = payscene
|
4085
4093
|
@PaymentMethod = paymentmethod
|
4094
|
+
@TotalPlatformIncome = totalplatformincome
|
4095
|
+
@TotalMchIncome = totalmchincome
|
4086
4096
|
end
|
4087
4097
|
|
4088
4098
|
def deserialize(params)
|
@@ -4145,6 +4155,8 @@ module TencentCloud
|
|
4145
4155
|
@SubAppId = params['SubAppId']
|
4146
4156
|
@PayScene = params['PayScene']
|
4147
4157
|
@PaymentMethod = params['PaymentMethod']
|
4158
|
+
@TotalPlatformIncome = params['TotalPlatformIncome']
|
4159
|
+
@TotalMchIncome = params['TotalMchIncome']
|
4148
4160
|
end
|
4149
4161
|
end
|
4150
4162
|
|
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.459
|
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-11-
|
11
|
+
date: 2022-11-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|