tencentcloud-sdk-cpdp 1.0.339 → 1.0.342

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190820/models.rb +18 -8
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7219c5cfbcab1a3f0677a297903ca93aff23eccd
4
- data.tar.gz: 49dace0fb305dd03a17960851de6c2db252e71e0
3
+ metadata.gz: 2ebe91ad3781b3530b404d1c7c2cf2025428e447
4
+ data.tar.gz: d8ecb2bf9e6170dc95e88bdb2cf4d9051d1a5673
5
5
  SHA512:
6
- metadata.gz: 75cf465ac121660e9f68900fee5915ccc4288b3bc4c8c58fb4fc553e06efe0326806f180de318432059da57411be67e60035fc3c9ed0d590b2d4b906f6151528
7
- data.tar.gz: 11834c075d04f05597d70de6083ebf388d901283ba2cb8720ca9c57df70b301ac1774c3926e693fd7ea1e1127be15bd4174ac894dfaf4c4cfe9fbccc6566f73c
6
+ metadata.gz: 84de74d7da3ebd06381ef4fe848a0a89f83c882156c2841503e92ce17c1d6aadd388336aa3ea919d6dd2e5d2befa08e48b664e86f41e131ac82c4af4059160ea
7
+ data.tar.gz: 047a0994ff64ebbea387b51211d832f76eea12a177266efac10a6409e5ddd3f99e1ab0759904f4dbeba94e2edc521a5c708ccef1943aa756fddaf2b89729d9d0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.339
1
+ 1.0.342
@@ -6085,12 +6085,12 @@ module TencentCloud
6085
6085
  # @type ChannelMerchantId: String
6086
6086
  # @param OutSubMerchantId: 外部子商户ID,平台侧商户唯一ID。
6087
6087
  # @type OutSubMerchantId: String
6088
- # @param ChannelName: 渠道名称。
6088
+ # @param ChannelName: 渠道名称。详见附录-云企付枚举类说明-ChannelName。
6089
6089
  # __TENPAY__: 商企付
6090
6090
  # __WECHAT__: 微信支付
6091
6091
  # __ALIPAY__: 支付宝
6092
6092
  # @type ChannelName: String
6093
- # @param PaymentMethod: 支付方式。
6093
+ # @param PaymentMethod: 支付方式。详见附录-云企付枚举类说明-PaymentMethod。
6094
6094
  # __EBANK_PAYMENT__: ebank支付
6095
6095
  # __OPENBANK_PAYMENT__: openbank支付
6096
6096
  # @type PaymentMethod: String
@@ -6388,13 +6388,13 @@ module TencentCloud
6388
6388
  class CreateOpenBankPaymentOrderRequest < TencentCloud::Common::AbstractModel
6389
6389
  # @param ChannelMerchantId: 云企付渠道商户号。外部接入平台入驻云企付平台后下发。
6390
6390
  # @type ChannelMerchantId: String
6391
- # @param ChannelName: 渠道名称。
6391
+ # @param ChannelName: 渠道名称。详见附录-云企付枚举类说明-ChannelName。
6392
6392
  # __TENPAY__: 商企付
6393
6393
  # __WECHAT__: 微信支付
6394
6394
  # __ALIPAY__: 支付宝
6395
6395
  # __WECHAT__: 微信支付
6396
6396
  # @type ChannelName: String
6397
- # @param PaymentMethod: 付款方式。如
6397
+ # @param PaymentMethod: 付款方式。详见附录-云企付枚举类说明-PaymentMethod。
6398
6398
  # __EBANK_PAYMENT__:B2B EBank付款
6399
6399
  # __OPENBANK_PAYMENT__:B2C openbank付款
6400
6400
  # __SAFT_ISV__:支付宝安心发
@@ -17065,9 +17065,9 @@ module TencentCloud
17065
17065
  # @type ChannelOrderId: String
17066
17066
  # @param ThirdPayOrderId: 第三方支付平台订单号
17067
17067
  # @type ThirdPayOrderId: String
17068
- # @param OrderStatus: INIT:初始化
17068
+ # @param OrderStatus: 订单状态。
17069
+ # INIT:初始化
17069
17070
  # PAYING:支付中
17070
- # DEDUCTED:扣款成功
17071
17071
  # ACCEPTED:支付受理成功
17072
17072
  # SUCCESS:支付成功
17073
17073
  # CLOSED:关单
@@ -17099,10 +17099,16 @@ module TencentCloud
17099
17099
  # @param BankApprovalGuideInfo: 银行复核指引。当TENPAY下OPENBANT_PAYMENT时,下单受理成功是返回。
17100
17100
  # 注意:此字段可能返回 null,表示取不到有效值。
17101
17101
  # @type BankApprovalGuideInfo: :class:`Tencentcloud::Cpdp.v20190820.models.OpenBankApprovalGuideInfo`
17102
+ # @param FeeAmount: 手续费金额
17103
+ # 注意:此字段可能返回 null,表示取不到有效值。
17104
+ # @type FeeAmount: Integer
17105
+ # @param FeeRate: 手续费费率
17106
+ # 注意:此字段可能返回 null,表示取不到有效值。
17107
+ # @type FeeRate: Integer
17102
17108
 
17103
- attr_accessor :ChannelMerchantId, :OutOrderId, :ChannelOrderId, :ThirdPayOrderId, :OrderStatus, :ChannelName, :PaymentMethod, :TotalAmount, :PayAmount, :FailReason, :Attachment, :RedirectInfo, :ExternalReturnData, :BankApprovalGuideInfo
17109
+ attr_accessor :ChannelMerchantId, :OutOrderId, :ChannelOrderId, :ThirdPayOrderId, :OrderStatus, :ChannelName, :PaymentMethod, :TotalAmount, :PayAmount, :FailReason, :Attachment, :RedirectInfo, :ExternalReturnData, :BankApprovalGuideInfo, :FeeAmount, :FeeRate
17104
17110
 
17105
- def initialize(channelmerchantid=nil, outorderid=nil, channelorderid=nil, thirdpayorderid=nil, orderstatus=nil, channelname=nil, paymentmethod=nil, totalamount=nil, payamount=nil, failreason=nil, attachment=nil, redirectinfo=nil, externalreturndata=nil, bankapprovalguideinfo=nil)
17111
+ def initialize(channelmerchantid=nil, outorderid=nil, channelorderid=nil, thirdpayorderid=nil, orderstatus=nil, channelname=nil, paymentmethod=nil, totalamount=nil, payamount=nil, failreason=nil, attachment=nil, redirectinfo=nil, externalreturndata=nil, bankapprovalguideinfo=nil, feeamount=nil, feerate=nil)
17106
17112
  @ChannelMerchantId = channelmerchantid
17107
17113
  @OutOrderId = outorderid
17108
17114
  @ChannelOrderId = channelorderid
@@ -17117,6 +17123,8 @@ module TencentCloud
17117
17123
  @RedirectInfo = redirectinfo
17118
17124
  @ExternalReturnData = externalreturndata
17119
17125
  @BankApprovalGuideInfo = bankapprovalguideinfo
17126
+ @FeeAmount = feeamount
17127
+ @FeeRate = feerate
17120
17128
  end
17121
17129
 
17122
17130
  def deserialize(params)
@@ -17140,6 +17148,8 @@ module TencentCloud
17140
17148
  @BankApprovalGuideInfo = OpenBankApprovalGuideInfo.new
17141
17149
  @BankApprovalGuideInfo.deserialize(params['BankApprovalGuideInfo'])
17142
17150
  end
17151
+ @FeeAmount = params['FeeAmount']
17152
+ @FeeRate = params['FeeRate']
17143
17153
  end
17144
17154
  end
17145
17155
 
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: 1.0.339
4
+ version: 1.0.342
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-06-21 00:00:00.000000000 Z
11
+ date: 2022-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common