tencentcloud-sdk-cpdp 3.0.431 → 3.0.433
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 +9 -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: f7c53220e26a3dbafd62b9914f0062d2edf95be0
|
4
|
+
data.tar.gz: 2ba1fa66085fe96fd6124dbfb2e0be87d3dbd8ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 09d2e6353c9dced36581b64b9f2fac64f0e540ab67db5f404998e4b5245706b0b3fefdcfd55ce14b91dd51b8fed31f3c7d551510013383cce978c543d59377f5
|
7
|
+
data.tar.gz: d6013684d0a226426e8a1551ee933ea6fe0f1eb1dc7dfc98d250f206894058166b1b2a1ccea4e79b19919f11815564925a79af43cf2eeb93d16f2b0a9ae26bde
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.433
|
data/lib/v20190820/models.rb
CHANGED
@@ -6911,10 +6911,15 @@ module TencentCloud
|
|
6911
6911
|
# @type ShippingInfo: :class:`Tencentcloud::Cpdp.v20190820.models.OpenBankShippingInfo`
|
6912
6912
|
# @param BillingInfo: 账单信息
|
6913
6913
|
# @type BillingInfo: :class:`Tencentcloud::Cpdp.v20190820.models.OpenBankBillingInfo`
|
6914
|
+
# @param Environment: 环境类型
|
6915
|
+
# __release__:生产环境
|
6916
|
+
# __sandbox__:沙箱环境
|
6917
|
+
# 缺省默认为生产环境
|
6918
|
+
# @type Environment: String
|
6914
6919
|
|
6915
|
-
attr_accessor :ChannelMerchantId, :ChannelName, :PayType, :OutOrderId, :TotalAmount, :Currency, :ChannelSubMerchantId, :NotifyUrl, :FrontUrl, :FrontLanguage, :Remark, :ExternalPaymentData, :GoodsInfos, :ShippingInfo, :BillingInfo
|
6920
|
+
attr_accessor :ChannelMerchantId, :ChannelName, :PayType, :OutOrderId, :TotalAmount, :Currency, :ChannelSubMerchantId, :NotifyUrl, :FrontUrl, :FrontLanguage, :Remark, :ExternalPaymentData, :GoodsInfos, :ShippingInfo, :BillingInfo, :Environment
|
6916
6921
|
|
6917
|
-
def initialize(channelmerchantid=nil, channelname=nil, paytype=nil, outorderid=nil, totalamount=nil, currency=nil, channelsubmerchantid=nil, notifyurl=nil, fronturl=nil, frontlanguage=nil, remark=nil, externalpaymentdata=nil, goodsinfos=nil, shippinginfo=nil, billinginfo=nil)
|
6922
|
+
def initialize(channelmerchantid=nil, channelname=nil, paytype=nil, outorderid=nil, totalamount=nil, currency=nil, channelsubmerchantid=nil, notifyurl=nil, fronturl=nil, frontlanguage=nil, remark=nil, externalpaymentdata=nil, goodsinfos=nil, shippinginfo=nil, billinginfo=nil, environment=nil)
|
6918
6923
|
@ChannelMerchantId = channelmerchantid
|
6919
6924
|
@ChannelName = channelname
|
6920
6925
|
@PayType = paytype
|
@@ -6930,6 +6935,7 @@ module TencentCloud
|
|
6930
6935
|
@GoodsInfos = goodsinfos
|
6931
6936
|
@ShippingInfo = shippinginfo
|
6932
6937
|
@BillingInfo = billinginfo
|
6938
|
+
@Environment = environment
|
6933
6939
|
end
|
6934
6940
|
|
6935
6941
|
def deserialize(params)
|
@@ -6961,6 +6967,7 @@ module TencentCloud
|
|
6961
6967
|
@BillingInfo = OpenBankBillingInfo.new
|
6962
6968
|
@BillingInfo.deserialize(params['BillingInfo'])
|
6963
6969
|
end
|
6970
|
+
@Environment = params['Environment']
|
6964
6971
|
end
|
6965
6972
|
end
|
6966
6973
|
|
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.433
|
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-10-
|
11
|
+
date: 2022-10-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|