tencentcloud-sdk-cpdp 3.0.431 → 3.0.432

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2a6a1dffc204d1b7f2ff5314aef60da8c9b8e6dd
4
- data.tar.gz: 3568e11004f72beabb11512b8c907832a1db2dd0
3
+ metadata.gz: a068c490390cdf5b0ce4a91e2f8e36c9648c20d8
4
+ data.tar.gz: a9737160c4e9690615dff46e4d259d847647c4a8
5
5
  SHA512:
6
- metadata.gz: 657792ffdb0bda3a65682d944001ba7c22ad10288b26a1dacad8f6d08edc173413722ea3191c3da9cbe90b42b2f9bf16af80716075318473b19291aa52c4dda2
7
- data.tar.gz: d71357935b7225af8e840999c2f415b1470da21c6fc82a18a5388aa5a0a1b1b453a4e8a7f47dcc13557e2ff80a876a5f652b4bd120a6b0058adebd0abc7403f8
6
+ metadata.gz: 951d3668a16e6eb3f5d95938f563e2cf76e1621dc3a23c2009e7a7e59857f97ad9fb8c7ac970c2b0b4aa6d705e9b20cf66a8480d2b293161329c563941a82930
7
+ data.tar.gz: 31a6c7ab57c9638b5cea930eb04f15ec66a4008d53bcb4b7806e31c68beb53fc8678c11a9d887b886f3f9d1bdc19c69bb3926f9e50dc697d95f32644960091db
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.431
1
+ 3.0.432
@@ -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.431
4
+ version: 3.0.432
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-19 00:00:00.000000000 Z
11
+ date: 2022-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common