tencentcloud-sdk-cpdp 1.0.342 → 1.0.345

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.
@@ -2748,6 +2748,42 @@ module TencentCloud
2748
2748
  end
2749
2749
  end
2750
2750
 
2751
+ # 营业证件信息
2752
+ class BusinessLicenseInfo < TencentCloud::Common::AbstractModel
2753
+ # @param BusinessLicenseType: 营业证件类型
2754
+ # IDCARD:身份证
2755
+ # CREDITCODE:统一社会信用代码
2756
+ # @type BusinessLicenseType: String
2757
+ # @param BusinessLicenseNumber: 营业证件号码 非个人商户上送统一社会信用代码,个人商户上送身份证号码
2758
+ # @type BusinessLicenseNumber: String
2759
+ # @param BusinessLicenseValidityType: 营业证件有效期类型
2760
+ # LONGTERM:长期有效
2761
+ # OTHER:非长期有效
2762
+ # @type BusinessLicenseValidityType: String
2763
+ # @param BusinessLicenseEffectiveDate: 营业证件生效日期,yyyy-MM-dd
2764
+ # @type BusinessLicenseEffectiveDate: String
2765
+ # @param BusinessLicenseExpireDate: 营业证件失效日期,yyyy-MM-dd
2766
+ # @type BusinessLicenseExpireDate: String
2767
+
2768
+ attr_accessor :BusinessLicenseType, :BusinessLicenseNumber, :BusinessLicenseValidityType, :BusinessLicenseEffectiveDate, :BusinessLicenseExpireDate
2769
+
2770
+ def initialize(businesslicensetype=nil, businesslicensenumber=nil, businesslicensevaliditytype=nil, businesslicenseeffectivedate=nil, businesslicenseexpiredate=nil)
2771
+ @BusinessLicenseType = businesslicensetype
2772
+ @BusinessLicenseNumber = businesslicensenumber
2773
+ @BusinessLicenseValidityType = businesslicensevaliditytype
2774
+ @BusinessLicenseEffectiveDate = businesslicenseeffectivedate
2775
+ @BusinessLicenseExpireDate = businesslicenseexpiredate
2776
+ end
2777
+
2778
+ def deserialize(params)
2779
+ @BusinessLicenseType = params['BusinessLicenseType']
2780
+ @BusinessLicenseNumber = params['BusinessLicenseNumber']
2781
+ @BusinessLicenseValidityType = params['BusinessLicenseValidityType']
2782
+ @BusinessLicenseEffectiveDate = params['BusinessLicenseEffectiveDate']
2783
+ @BusinessLicenseExpireDate = params['BusinessLicenseExpireDate']
2784
+ end
2785
+ end
2786
+
2751
2787
  # 米大师内部存放的合约信息
2752
2788
  class ChannelContractInfo < TencentCloud::Common::AbstractModel
2753
2789
  # @param OutContractCode: 外部合约协议号
@@ -5998,6 +6034,192 @@ module TencentCloud
5998
6034
  end
5999
6035
  end
6000
6036
 
6037
+ # CreateOpenBankAggregatedSubMerchantRegistration请求参数结构体
6038
+ class CreateOpenBankAggregatedSubMerchantRegistrationRequest < TencentCloud::Common::AbstractModel
6039
+ # @param OutRegistrationNo: 外部进件序列号。
6040
+ # @type OutRegistrationNo: String
6041
+ # @param ChannelMerchantId: 渠道商户ID。
6042
+ # @type ChannelMerchantId: String
6043
+ # @param OutSubMerchantId: 外部子商户ID。
6044
+ # @type OutSubMerchantId: String
6045
+ # @param ChannelName: 渠道名称。详见附录-云企付枚举类说明-ChannelName。
6046
+ # TENPAY: 商企付
6047
+ # WECHAT: 微信支付
6048
+ # ALIPAY: 支付宝
6049
+ # HELIPAY:合利宝
6050
+ # @type ChannelName: String
6051
+ # @param OutSubMerchantType: 外部子商户类型。
6052
+ # ENTERPRISE:企业商户
6053
+ # INSTITUTION:事业单位商户
6054
+ # INDIVIDUALBISS:个体工商户
6055
+ # PERSON:个人商户(小微商户)
6056
+ # SUBJECT_TYPE_OTHERS:其他组织
6057
+ # @type OutSubMerchantType: String
6058
+ # @param OutSubMerchantName: 外部子商户名称。
6059
+ # HELIPAY渠道(长度不能小于5大于150)。
6060
+ # @type OutSubMerchantName: String
6061
+ # @param LegalPersonInfo: 商户法人代表信息。
6062
+ # @type LegalPersonInfo: :class:`Tencentcloud::Cpdp.v20190820.models.LegalPersonInfo`
6063
+ # @param BusinessLicenseInfo: 营业证件信息。
6064
+ # @type BusinessLicenseInfo: :class:`Tencentcloud::Cpdp.v20190820.models.BusinessLicenseInfo`
6065
+ # @param InterConnectionSubMerchantData: 支付渠道子商户进件信息。
6066
+ # json字符串,详情见附录-复杂类型-InterConnectionSubMerchantData。
6067
+ # @type InterConnectionSubMerchantData: String
6068
+ # @param PaymentMethod: 支付方式。详见附录-云企付枚举类说明-PaymentMethod。
6069
+ # 合利宝渠道不需要传。
6070
+ # @type PaymentMethod: String
6071
+ # @param OutSubMerchantShortName: 外部子商户简称。
6072
+ # HELIPAY渠道必传(长度不能小于2大于20)。
6073
+ # @type OutSubMerchantShortName: String
6074
+ # @param OutSubMerchantDescription: 外部子商户描述。
6075
+ # @type OutSubMerchantDescription: String
6076
+ # @param NotifyUrl: 通知地址。
6077
+ # @type NotifyUrl: String
6078
+ # @param NaturalPersonList: 相关自然人信息列表。
6079
+ # HELIPAY渠道必传业务联系人。
6080
+ # @type NaturalPersonList: Array
6081
+ # @param SettleInfo: 商户结算信息。
6082
+ # HELIPAY渠道必传。
6083
+ # @type SettleInfo: :class:`Tencentcloud::Cpdp.v20190820.models.SettleInfo`
6084
+ # @param OutSubMerchantExtensionInfo: 外部子商户其他公用扩展信息。
6085
+ # HELIPAY渠道必传。
6086
+ # @type OutSubMerchantExtensionInfo: :class:`Tencentcloud::Cpdp.v20190820.models.OutSubMerchantExtensionInfo`
6087
+ # @param Environment: 环境类型。
6088
+ # __release__:生产环境
6089
+ # __sandbox__:沙箱环境
6090
+ # _不填默认为生产环境_
6091
+ # @type Environment: String
6092
+
6093
+ attr_accessor :OutRegistrationNo, :ChannelMerchantId, :OutSubMerchantId, :ChannelName, :OutSubMerchantType, :OutSubMerchantName, :LegalPersonInfo, :BusinessLicenseInfo, :InterConnectionSubMerchantData, :PaymentMethod, :OutSubMerchantShortName, :OutSubMerchantDescription, :NotifyUrl, :NaturalPersonList, :SettleInfo, :OutSubMerchantExtensionInfo, :Environment
6094
+
6095
+ def initialize(outregistrationno=nil, channelmerchantid=nil, outsubmerchantid=nil, channelname=nil, outsubmerchanttype=nil, outsubmerchantname=nil, legalpersoninfo=nil, businesslicenseinfo=nil, interconnectionsubmerchantdata=nil, paymentmethod=nil, outsubmerchantshortname=nil, outsubmerchantdescription=nil, notifyurl=nil, naturalpersonlist=nil, settleinfo=nil, outsubmerchantextensioninfo=nil, environment=nil)
6096
+ @OutRegistrationNo = outregistrationno
6097
+ @ChannelMerchantId = channelmerchantid
6098
+ @OutSubMerchantId = outsubmerchantid
6099
+ @ChannelName = channelname
6100
+ @OutSubMerchantType = outsubmerchanttype
6101
+ @OutSubMerchantName = outsubmerchantname
6102
+ @LegalPersonInfo = legalpersoninfo
6103
+ @BusinessLicenseInfo = businesslicenseinfo
6104
+ @InterConnectionSubMerchantData = interconnectionsubmerchantdata
6105
+ @PaymentMethod = paymentmethod
6106
+ @OutSubMerchantShortName = outsubmerchantshortname
6107
+ @OutSubMerchantDescription = outsubmerchantdescription
6108
+ @NotifyUrl = notifyurl
6109
+ @NaturalPersonList = naturalpersonlist
6110
+ @SettleInfo = settleinfo
6111
+ @OutSubMerchantExtensionInfo = outsubmerchantextensioninfo
6112
+ @Environment = environment
6113
+ end
6114
+
6115
+ def deserialize(params)
6116
+ @OutRegistrationNo = params['OutRegistrationNo']
6117
+ @ChannelMerchantId = params['ChannelMerchantId']
6118
+ @OutSubMerchantId = params['OutSubMerchantId']
6119
+ @ChannelName = params['ChannelName']
6120
+ @OutSubMerchantType = params['OutSubMerchantType']
6121
+ @OutSubMerchantName = params['OutSubMerchantName']
6122
+ unless params['LegalPersonInfo'].nil?
6123
+ @LegalPersonInfo = LegalPersonInfo.new
6124
+ @LegalPersonInfo.deserialize(params['LegalPersonInfo'])
6125
+ end
6126
+ unless params['BusinessLicenseInfo'].nil?
6127
+ @BusinessLicenseInfo = BusinessLicenseInfo.new
6128
+ @BusinessLicenseInfo.deserialize(params['BusinessLicenseInfo'])
6129
+ end
6130
+ @InterConnectionSubMerchantData = params['InterConnectionSubMerchantData']
6131
+ @PaymentMethod = params['PaymentMethod']
6132
+ @OutSubMerchantShortName = params['OutSubMerchantShortName']
6133
+ @OutSubMerchantDescription = params['OutSubMerchantDescription']
6134
+ @NotifyUrl = params['NotifyUrl']
6135
+ unless params['NaturalPersonList'].nil?
6136
+ @NaturalPersonList = []
6137
+ params['NaturalPersonList'].each do |i|
6138
+ naturalpersoninfo_tmp = NaturalPersonInfo.new
6139
+ naturalpersoninfo_tmp.deserialize(i)
6140
+ @NaturalPersonList << naturalpersoninfo_tmp
6141
+ end
6142
+ end
6143
+ unless params['SettleInfo'].nil?
6144
+ @SettleInfo = SettleInfo.new
6145
+ @SettleInfo.deserialize(params['SettleInfo'])
6146
+ end
6147
+ unless params['OutSubMerchantExtensionInfo'].nil?
6148
+ @OutSubMerchantExtensionInfo = OutSubMerchantExtensionInfo.new
6149
+ @OutSubMerchantExtensionInfo.deserialize(params['OutSubMerchantExtensionInfo'])
6150
+ end
6151
+ @Environment = params['Environment']
6152
+ end
6153
+ end
6154
+
6155
+ # CreateOpenBankAggregatedSubMerchantRegistration返回参数结构体
6156
+ class CreateOpenBankAggregatedSubMerchantRegistrationResponse < TencentCloud::Common::AbstractModel
6157
+ # @param ErrCode: 错误码。
6158
+ # __SUCCESS__: 成功
6159
+ # __其他__: 见附录-错误码表
6160
+ # @type ErrCode: String
6161
+ # @param ErrMessage: 错误消息。
6162
+ # 注意:此字段可能返回 null,表示取不到有效值。
6163
+ # @type ErrMessage: String
6164
+ # @param Result: 返回结果。
6165
+ # 注意:此字段可能返回 null,表示取不到有效值。
6166
+ # @type Result: :class:`Tencentcloud::Cpdp.v20190820.models.CreateOpenBankExternalAggregatedSubMerchantRegistrationResult`
6167
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6168
+ # @type RequestId: String
6169
+
6170
+ attr_accessor :ErrCode, :ErrMessage, :Result, :RequestId
6171
+
6172
+ def initialize(errcode=nil, errmessage=nil, result=nil, requestid=nil)
6173
+ @ErrCode = errcode
6174
+ @ErrMessage = errmessage
6175
+ @Result = result
6176
+ @RequestId = requestid
6177
+ end
6178
+
6179
+ def deserialize(params)
6180
+ @ErrCode = params['ErrCode']
6181
+ @ErrMessage = params['ErrMessage']
6182
+ unless params['Result'].nil?
6183
+ @Result = CreateOpenBankExternalAggregatedSubMerchantRegistrationResult.new
6184
+ @Result.deserialize(params['Result'])
6185
+ end
6186
+ @RequestId = params['RequestId']
6187
+ end
6188
+ end
6189
+
6190
+ # 聚合支付子商户线上入驻结果
6191
+ class CreateOpenBankExternalAggregatedSubMerchantRegistrationResult < TencentCloud::Common::AbstractModel
6192
+ # @param RegistrationStatus: 进件状态
6193
+ # SUCCESS: 进件成功
6194
+ # FAILED: 进件失败
6195
+ # PROCESSING: 进件中
6196
+ # 注意:若返回进件中,需要再次调用进件结果查询接口,查询结果。
6197
+ # @type RegistrationStatus: String
6198
+ # @param RegistrationMessage: 进件返回描述
6199
+ # 注意:此字段可能返回 null,表示取不到有效值。
6200
+ # @type RegistrationMessage: String
6201
+ # @param ChannelRegistrationNo: 渠道进件序列号
6202
+ # @type ChannelRegistrationNo: String
6203
+ # @param ChannelSubMerchantId: 渠道子商户ID
6204
+ # @type ChannelSubMerchantId: String
6205
+
6206
+ attr_accessor :RegistrationStatus, :RegistrationMessage, :ChannelRegistrationNo, :ChannelSubMerchantId
6207
+
6208
+ def initialize(registrationstatus=nil, registrationmessage=nil, channelregistrationno=nil, channelsubmerchantid=nil)
6209
+ @RegistrationStatus = registrationstatus
6210
+ @RegistrationMessage = registrationmessage
6211
+ @ChannelRegistrationNo = channelregistrationno
6212
+ @ChannelSubMerchantId = channelsubmerchantid
6213
+ end
6214
+
6215
+ def deserialize(params)
6216
+ @RegistrationStatus = params['RegistrationStatus']
6217
+ @RegistrationMessage = params['RegistrationMessage']
6218
+ @ChannelRegistrationNo = params['ChannelRegistrationNo']
6219
+ @ChannelSubMerchantId = params['ChannelSubMerchantId']
6220
+ end
6221
+ end
6222
+
6001
6223
  # CreateOpenBankExternalSubMerchantAccountBook请求参数结构体
6002
6224
  class CreateOpenBankExternalSubMerchantAccountBookRequest < TencentCloud::Common::AbstractModel
6003
6225
  # @param OutAccountBookId: 外部账本ID
@@ -6324,7 +6546,7 @@ module TencentCloud
6324
6546
  # @param ThirdPayOrderId: 第三方支付平台返回支付订单号。
6325
6547
  # 注意:此字段可能返回 null,表示取不到有效值。
6326
6548
  # @type ThirdPayOrderId: String
6327
- # @param RedirectInfo: 小程序跳转参数
6549
+ # @param RedirectInfo: 跳转参数
6328
6550
  # 渠道为TENPAY,付款方式为EBANK_PAYMENT时必选。
6329
6551
  # 注意:此字段可能返回 null,表示取不到有效值。
6330
6552
  # @type RedirectInfo: :class:`Tencentcloud::Cpdp.v20190820.models.OpenBankRedirectInfo`
@@ -6649,104 +6871,423 @@ module TencentCloud
6649
6871
  end
6650
6872
  end
6651
6873
 
6652
- # CreateOrder请求参数结构体
6653
- class CreateOrderRequest < TencentCloud::Common::AbstractModel
6654
- # @param ChannelCode: 渠道编号。ZSB2B:招商银行B2B。
6655
- # @type ChannelCode: String
6656
- # @param MerchantAppId: 进件成功后返给商户方的 AppId。
6657
- # @type MerchantAppId: String
6658
- # @param Amount: 交易金额。单位:元
6659
- # @type Amount: String
6660
- # @param TraceNo: 商户流水号。商户唯一订单号由字母或数字组成。
6661
- # @type TraceNo: String
6662
- # @param NotifyUrl: 通知地址。商户接收交易结果的通知地址。
6874
+ # CreateOpenBankSubMerchantRateConfigure请求参数结构体
6875
+ class CreateOpenBankSubMerchantRateConfigureRequest < TencentCloud::Common::AbstractModel
6876
+ # @param ChannelRegistrationNo: 渠道进件序列号。
6877
+ # 填写子商户进件返回的渠道进件编号。
6878
+ # @type ChannelRegistrationNo: String
6879
+ # @param OutProductFeeNo: 外部产品费率申请序列号。
6880
+ # @type OutProductFeeNo: String
6881
+ # @param ChannelMerchantId: 渠道商户ID。
6882
+ # @type ChannelMerchantId: String
6883
+ # @param ChannelSubMerchantId: 渠道子商户ID。
6884
+ # @type ChannelSubMerchantId: String
6885
+ # @param ChannelName: 渠道名称。详见附录-云企付枚举类说明-ChannelName。
6886
+ # @type ChannelName: String
6887
+ # @param PayType: 支付类型。
6888
+ # SWIPE:刷卡
6889
+ # SCAN:扫码
6890
+ # WAP:WAP
6891
+ # PUBLIC:公众号支付
6892
+ # SDK:SDK
6893
+ # MINI_PROGRAM:小程序
6894
+ # 注意:HELIPAY渠道传SDK。
6895
+ # @type PayType: String
6896
+ # @param PayChannel: 支付渠道。
6897
+ # ALIPAY:支付宝
6898
+ # WXPAY:微信支付
6899
+ # UNIONPAY:银联
6900
+ # @type PayChannel: String
6901
+ # @param FeeMode: 计费模式。
6902
+ # SINGLE:按单笔金额计费
6903
+ # RATIO:按单笔费率计费
6904
+ # RANGE:按分段区间计费
6905
+ # @type FeeMode: String
6906
+ # @param FeeValue: 费用值,单位(0.01%或分)。
6907
+ # @type FeeValue: Integer
6908
+ # @param PaymentMethod: 支付方式。详见附录-云企付枚举类说明-PaymentMethod。
6909
+ # HELIPAY渠道不需要传入。
6910
+ # @type PaymentMethod: String
6911
+ # @param MinFee: 最低收费金额,单位(分)。
6912
+ # @type MinFee: Integer
6913
+ # @param MaxFee: 最高收费金额,单位(分)。
6914
+ # @type MaxFee: Integer
6915
+ # @param NotifyUrl: 通知地址。
6663
6916
  # @type NotifyUrl: String
6664
- # @param ReturnUrl: 返回地址。支付成功后,页面将跳 转返回到商户的该地址。
6665
- # @type ReturnUrl: String
6917
+ # @param FeeRangeList: 分段计费区间列表。
6918
+ # @type FeeRangeList: Array
6919
+ # @param Environment: 环境类型。
6920
+ # __release__:生产环境
6921
+ # __sandbox__:沙箱环境
6922
+ # _不填默认为生产环境_
6923
+ # @type Environment: String
6666
6924
 
6667
- attr_accessor :ChannelCode, :MerchantAppId, :Amount, :TraceNo, :NotifyUrl, :ReturnUrl
6925
+ attr_accessor :ChannelRegistrationNo, :OutProductFeeNo, :ChannelMerchantId, :ChannelSubMerchantId, :ChannelName, :PayType, :PayChannel, :FeeMode, :FeeValue, :PaymentMethod, :MinFee, :MaxFee, :NotifyUrl, :FeeRangeList, :Environment
6668
6926
 
6669
- def initialize(channelcode=nil, merchantappid=nil, amount=nil, traceno=nil, notifyurl=nil, returnurl=nil)
6670
- @ChannelCode = channelcode
6671
- @MerchantAppId = merchantappid
6672
- @Amount = amount
6673
- @TraceNo = traceno
6927
+ def initialize(channelregistrationno=nil, outproductfeeno=nil, channelmerchantid=nil, channelsubmerchantid=nil, channelname=nil, paytype=nil, paychannel=nil, feemode=nil, feevalue=nil, paymentmethod=nil, minfee=nil, maxfee=nil, notifyurl=nil, feerangelist=nil, environment=nil)
6928
+ @ChannelRegistrationNo = channelregistrationno
6929
+ @OutProductFeeNo = outproductfeeno
6930
+ @ChannelMerchantId = channelmerchantid
6931
+ @ChannelSubMerchantId = channelsubmerchantid
6932
+ @ChannelName = channelname
6933
+ @PayType = paytype
6934
+ @PayChannel = paychannel
6935
+ @FeeMode = feemode
6936
+ @FeeValue = feevalue
6937
+ @PaymentMethod = paymentmethod
6938
+ @MinFee = minfee
6939
+ @MaxFee = maxfee
6674
6940
  @NotifyUrl = notifyurl
6675
- @ReturnUrl = returnurl
6941
+ @FeeRangeList = feerangelist
6942
+ @Environment = environment
6676
6943
  end
6677
6944
 
6678
6945
  def deserialize(params)
6679
- @ChannelCode = params['ChannelCode']
6680
- @MerchantAppId = params['MerchantAppId']
6681
- @Amount = params['Amount']
6682
- @TraceNo = params['TraceNo']
6946
+ @ChannelRegistrationNo = params['ChannelRegistrationNo']
6947
+ @OutProductFeeNo = params['OutProductFeeNo']
6948
+ @ChannelMerchantId = params['ChannelMerchantId']
6949
+ @ChannelSubMerchantId = params['ChannelSubMerchantId']
6950
+ @ChannelName = params['ChannelName']
6951
+ @PayType = params['PayType']
6952
+ @PayChannel = params['PayChannel']
6953
+ @FeeMode = params['FeeMode']
6954
+ @FeeValue = params['FeeValue']
6955
+ @PaymentMethod = params['PaymentMethod']
6956
+ @MinFee = params['MinFee']
6957
+ @MaxFee = params['MaxFee']
6683
6958
  @NotifyUrl = params['NotifyUrl']
6684
- @ReturnUrl = params['ReturnUrl']
6959
+ unless params['FeeRangeList'].nil?
6960
+ @FeeRangeList = []
6961
+ params['FeeRangeList'].each do |i|
6962
+ feeranginfo_tmp = FeeRangInfo.new
6963
+ feeranginfo_tmp.deserialize(i)
6964
+ @FeeRangeList << feeranginfo_tmp
6965
+ end
6966
+ end
6967
+ @Environment = params['Environment']
6685
6968
  end
6686
6969
  end
6687
6970
 
6688
- # CreateOrder返回参数结构体
6689
- class CreateOrderResponse < TencentCloud::Common::AbstractModel
6690
- # @param MerchantAppId: 进件成功后返给商户方的AppId。
6691
- # @type MerchantAppId: String
6692
- # @param TraceNo: 商户流水号,商户唯一订单号由字母或数字组成。
6693
- # @type TraceNo: String
6694
- # @param OrderNo: 平台流水号,若下单成功则返回。
6695
- # @type OrderNo: String
6696
- # @param PayUrl: 支付页面跳转地址,若下单成功则返回。
6697
- # @type PayUrl: String
6971
+ # CreateOpenBankSubMerchantRateConfigure返回参数结构体
6972
+ class CreateOpenBankSubMerchantRateConfigureResponse < TencentCloud::Common::AbstractModel
6973
+ # @param ErrCode: 错误码。
6974
+ # __SUCCESS__: 成功
6975
+ # __其他__: 见附录-错误码表
6976
+ # @type ErrCode: String
6977
+ # @param ErrMessage: 错误消息。
6978
+ # 注意:此字段可能返回 null,表示取不到有效值。
6979
+ # @type ErrMessage: String
6980
+ # @param Result: 返回结果。
6981
+ # 注意:此字段可能返回 null,表示取不到有效值。
6982
+ # @type Result: :class:`Tencentcloud::Cpdp.v20190820.models.CreateOpenBankSubMerchantRateConfigureResult`
6698
6983
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6699
6984
  # @type RequestId: String
6700
6985
 
6701
- attr_accessor :MerchantAppId, :TraceNo, :OrderNo, :PayUrl, :RequestId
6986
+ attr_accessor :ErrCode, :ErrMessage, :Result, :RequestId
6702
6987
 
6703
- def initialize(merchantappid=nil, traceno=nil, orderno=nil, payurl=nil, requestid=nil)
6704
- @MerchantAppId = merchantappid
6705
- @TraceNo = traceno
6706
- @OrderNo = orderno
6707
- @PayUrl = payurl
6988
+ def initialize(errcode=nil, errmessage=nil, result=nil, requestid=nil)
6989
+ @ErrCode = errcode
6990
+ @ErrMessage = errmessage
6991
+ @Result = result
6708
6992
  @RequestId = requestid
6709
6993
  end
6710
6994
 
6711
6995
  def deserialize(params)
6712
- @MerchantAppId = params['MerchantAppId']
6713
- @TraceNo = params['TraceNo']
6714
- @OrderNo = params['OrderNo']
6715
- @PayUrl = params['PayUrl']
6996
+ @ErrCode = params['ErrCode']
6997
+ @ErrMessage = params['ErrMessage']
6998
+ unless params['Result'].nil?
6999
+ @Result = CreateOpenBankSubMerchantRateConfigureResult.new
7000
+ @Result.deserialize(params['Result'])
7001
+ end
6716
7002
  @RequestId = params['RequestId']
6717
7003
  end
6718
7004
  end
6719
7005
 
6720
- # CreatePayMerchant请求参数结构体
6721
- class CreatePayMerchantRequest < TencentCloud::Common::AbstractModel
6722
- # @param PlatformCode: 平台编号
6723
- # @type PlatformCode: String
6724
- # @param ChannelMerchantNo: 渠道方收款商户编号,由渠道方(银行)提 供。
6725
- # @type ChannelMerchantNo: String
6726
- # @param ChannelCheckFlag: 是否需要向渠道进行 商户信息验证 1:验证
6727
- # 0:不验证
6728
- # @type ChannelCheckFlag: String
6729
- # @param MerchantName: 收款商户名称
6730
- # @type MerchantName: String
6731
- # @param BusinessPayFlag: 是否开通 B2B 支付 1:开通 0:不开通 缺省:1
6732
- # @type BusinessPayFlag: String
7006
+ # 聚合支付子商户费率配置结果
7007
+ class CreateOpenBankSubMerchantRateConfigureResult < TencentCloud::Common::AbstractModel
7008
+ # @param DealStatus: 处理状态
7009
+ # SUCCESS: 开通成功
7010
+ # FAILED: 开通失败
7011
+ # PROCESSING: 开通中
7012
+ # 注意:若返回开通中,需要再次调用费率配置结果查询接口,查询结果。
7013
+ # @type DealStatus: String
7014
+ # @param DealMessage: 处理描述
7015
+ # 注意:此字段可能返回 null,表示取不到有效值。
7016
+ # @type DealMessage: String
7017
+ # @param ChannelProductFeeNo: 渠道产品费率序列号
7018
+ # @type ChannelProductFeeNo: String
6733
7019
 
6734
- attr_accessor :PlatformCode, :ChannelMerchantNo, :ChannelCheckFlag, :MerchantName, :BusinessPayFlag
7020
+ attr_accessor :DealStatus, :DealMessage, :ChannelProductFeeNo
6735
7021
 
6736
- def initialize(platformcode=nil, channelmerchantno=nil, channelcheckflag=nil, merchantname=nil, businesspayflag=nil)
6737
- @PlatformCode = platformcode
6738
- @ChannelMerchantNo = channelmerchantno
6739
- @ChannelCheckFlag = channelcheckflag
6740
- @MerchantName = merchantname
6741
- @BusinessPayFlag = businesspayflag
7022
+ def initialize(dealstatus=nil, dealmessage=nil, channelproductfeeno=nil)
7023
+ @DealStatus = dealstatus
7024
+ @DealMessage = dealmessage
7025
+ @ChannelProductFeeNo = channelproductfeeno
6742
7026
  end
6743
7027
 
6744
7028
  def deserialize(params)
6745
- @PlatformCode = params['PlatformCode']
6746
- @ChannelMerchantNo = params['ChannelMerchantNo']
6747
- @ChannelCheckFlag = params['ChannelCheckFlag']
6748
- @MerchantName = params['MerchantName']
6749
- @BusinessPayFlag = params['BusinessPayFlag']
7029
+ @DealStatus = params['DealStatus']
7030
+ @DealMessage = params['DealMessage']
7031
+ @ChannelProductFeeNo = params['ChannelProductFeeNo']
7032
+ end
7033
+ end
7034
+
7035
+ # CreateOpenBankUnifiedOrder请求参数结构体
7036
+ class CreateOpenBankUnifiedOrderRequest < TencentCloud::Common::AbstractModel
7037
+ # @param ChannelMerchantId: 渠道商户号。
7038
+ # @type ChannelMerchantId: String
7039
+ # @param ChannelName: 渠道名称。
7040
+ # @type ChannelName: String
7041
+ # @param PayType: 支付产品类型。
7042
+ # 被扫(扫码):SWIPE, 主扫(刷卡):SCAN,
7043
+ # H5:WAP, 公众号:PUBLIC,
7044
+ # APP-SDK:SDK, 小程序:MINI_PROGRAM,
7045
+ # 快捷支付:QUICK, 网银支付:ONLINE_BANK。
7046
+ # @type PayType: String
7047
+ # @param OutOrderId: 外部商户订单号。
7048
+ # 只能是数字、大小写字母,且在同一个接入平台下唯一。
7049
+ # @type OutOrderId: String
7050
+ # @param TotalAmount: 交易金额,单位分。
7051
+ # @type TotalAmount: Integer
7052
+ # @param Currency: 币种。固定:CNY。
7053
+ # @type Currency: String
7054
+ # @param ChannelSubMerchantId: 渠道子商户号。
7055
+ # @type ChannelSubMerchantId: String
7056
+ # @param PayChannel: 实际支付渠道。没有则无需填写。如
7057
+ # 支付宝 ALIPAY
7058
+ # 微信支付 WXPAY
7059
+ # 银联 UNIONPAY
7060
+ # 一般在间连模式下使用。
7061
+ # @type PayChannel: String
7062
+ # @param SceneInfo: 设备信息。
7063
+ # @type SceneInfo: :class:`Tencentcloud::Cpdp.v20190820.models.OpenBankSceneInfo`
7064
+ # @param ProfitShareInfoList: 分账信息列表。
7065
+ # @type ProfitShareInfoList: Array
7066
+ # @param OrderSubject: 订单标题。
7067
+ # @type OrderSubject: String
7068
+ # @param GoodsDetail: 商品信息。
7069
+ # @type GoodsDetail: String
7070
+ # @param ExpireTime: 超时时间。
7071
+ # @type ExpireTime: String
7072
+ # @param NotifyUrl: 支付成功回调地址。
7073
+ # @type NotifyUrl: String
7074
+ # @param FrontUrl: 支付成功前端跳转URL。
7075
+ # @type FrontUrl: String
7076
+ # @param Attachment: 订单附加信息,查询或者回调的时候原样返回。
7077
+ # @type Attachment: String
7078
+ # @param ExternalPaymentData: 第三方渠道扩展字段。见附录-复杂类型。
7079
+ # 未作特殊说明,则无需传入。
7080
+ # @type ExternalPaymentData: String
7081
+ # @param Remark: 备注。
7082
+ # @type Remark: String
7083
+ # @param StoreInfo: 门店信息。
7084
+ # @type StoreInfo: :class:`Tencentcloud::Cpdp.v20190820.models.OpenBankStoreInfo`
7085
+ # @param PayLimitInfo: 支付限制。
7086
+ # @type PayLimitInfo: :class:`Tencentcloud::Cpdp.v20190820.models.OpenBankPayLimitInfo`
7087
+ # @param Environment: 环境类型。
7088
+ # __release__:生产环境
7089
+ # __sandbox__:沙箱环境
7090
+ # _不填默认为生产环境_
7091
+ # @type Environment: String
7092
+
7093
+ attr_accessor :ChannelMerchantId, :ChannelName, :PayType, :OutOrderId, :TotalAmount, :Currency, :ChannelSubMerchantId, :PayChannel, :SceneInfo, :ProfitShareInfoList, :OrderSubject, :GoodsDetail, :ExpireTime, :NotifyUrl, :FrontUrl, :Attachment, :ExternalPaymentData, :Remark, :StoreInfo, :PayLimitInfo, :Environment
7094
+
7095
+ def initialize(channelmerchantid=nil, channelname=nil, paytype=nil, outorderid=nil, totalamount=nil, currency=nil, channelsubmerchantid=nil, paychannel=nil, sceneinfo=nil, profitshareinfolist=nil, ordersubject=nil, goodsdetail=nil, expiretime=nil, notifyurl=nil, fronturl=nil, attachment=nil, externalpaymentdata=nil, remark=nil, storeinfo=nil, paylimitinfo=nil, environment=nil)
7096
+ @ChannelMerchantId = channelmerchantid
7097
+ @ChannelName = channelname
7098
+ @PayType = paytype
7099
+ @OutOrderId = outorderid
7100
+ @TotalAmount = totalamount
7101
+ @Currency = currency
7102
+ @ChannelSubMerchantId = channelsubmerchantid
7103
+ @PayChannel = paychannel
7104
+ @SceneInfo = sceneinfo
7105
+ @ProfitShareInfoList = profitshareinfolist
7106
+ @OrderSubject = ordersubject
7107
+ @GoodsDetail = goodsdetail
7108
+ @ExpireTime = expiretime
7109
+ @NotifyUrl = notifyurl
7110
+ @FrontUrl = fronturl
7111
+ @Attachment = attachment
7112
+ @ExternalPaymentData = externalpaymentdata
7113
+ @Remark = remark
7114
+ @StoreInfo = storeinfo
7115
+ @PayLimitInfo = paylimitinfo
7116
+ @Environment = environment
7117
+ end
7118
+
7119
+ def deserialize(params)
7120
+ @ChannelMerchantId = params['ChannelMerchantId']
7121
+ @ChannelName = params['ChannelName']
7122
+ @PayType = params['PayType']
7123
+ @OutOrderId = params['OutOrderId']
7124
+ @TotalAmount = params['TotalAmount']
7125
+ @Currency = params['Currency']
7126
+ @ChannelSubMerchantId = params['ChannelSubMerchantId']
7127
+ @PayChannel = params['PayChannel']
7128
+ unless params['SceneInfo'].nil?
7129
+ @SceneInfo = OpenBankSceneInfo.new
7130
+ @SceneInfo.deserialize(params['SceneInfo'])
7131
+ end
7132
+ unless params['ProfitShareInfoList'].nil?
7133
+ @ProfitShareInfoList = []
7134
+ params['ProfitShareInfoList'].each do |i|
7135
+ openbankprofitshareinfo_tmp = OpenBankProfitShareInfo.new
7136
+ openbankprofitshareinfo_tmp.deserialize(i)
7137
+ @ProfitShareInfoList << openbankprofitshareinfo_tmp
7138
+ end
7139
+ end
7140
+ @OrderSubject = params['OrderSubject']
7141
+ @GoodsDetail = params['GoodsDetail']
7142
+ @ExpireTime = params['ExpireTime']
7143
+ @NotifyUrl = params['NotifyUrl']
7144
+ @FrontUrl = params['FrontUrl']
7145
+ @Attachment = params['Attachment']
7146
+ @ExternalPaymentData = params['ExternalPaymentData']
7147
+ @Remark = params['Remark']
7148
+ unless params['StoreInfo'].nil?
7149
+ @StoreInfo = OpenBankStoreInfo.new
7150
+ @StoreInfo.deserialize(params['StoreInfo'])
7151
+ end
7152
+ unless params['PayLimitInfo'].nil?
7153
+ @PayLimitInfo = OpenBankPayLimitInfo.new
7154
+ @PayLimitInfo.deserialize(params['PayLimitInfo'])
7155
+ end
7156
+ @Environment = params['Environment']
7157
+ end
7158
+ end
7159
+
7160
+ # CreateOpenBankUnifiedOrder返回参数结构体
7161
+ class CreateOpenBankUnifiedOrderResponse < TencentCloud::Common::AbstractModel
7162
+ # @param ErrCode: 业务系统返回码,SUCCESS表示成功,其他表示失败。
7163
+ # @type ErrCode: String
7164
+ # @param ErrMessage: 业务系统返回消息。
7165
+ # 注意:此字段可能返回 null,表示取不到有效值。
7166
+ # @type ErrMessage: String
7167
+ # @param Result: 统一下单响应对象。
7168
+ # 注意:此字段可能返回 null,表示取不到有效值。
7169
+ # @type Result: :class:`Tencentcloud::Cpdp.v20190820.models.CreateOpenBankOrderPaymentResult`
7170
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7171
+ # @type RequestId: String
7172
+
7173
+ attr_accessor :ErrCode, :ErrMessage, :Result, :RequestId
7174
+
7175
+ def initialize(errcode=nil, errmessage=nil, result=nil, requestid=nil)
7176
+ @ErrCode = errcode
7177
+ @ErrMessage = errmessage
7178
+ @Result = result
7179
+ @RequestId = requestid
7180
+ end
7181
+
7182
+ def deserialize(params)
7183
+ @ErrCode = params['ErrCode']
7184
+ @ErrMessage = params['ErrMessage']
7185
+ unless params['Result'].nil?
7186
+ @Result = CreateOpenBankOrderPaymentResult.new
7187
+ @Result.deserialize(params['Result'])
7188
+ end
7189
+ @RequestId = params['RequestId']
7190
+ end
7191
+ end
7192
+
7193
+ # CreateOrder请求参数结构体
7194
+ class CreateOrderRequest < TencentCloud::Common::AbstractModel
7195
+ # @param ChannelCode: 渠道编号。ZSB2B:招商银行B2B。
7196
+ # @type ChannelCode: String
7197
+ # @param MerchantAppId: 进件成功后返给商户方的 AppId。
7198
+ # @type MerchantAppId: String
7199
+ # @param Amount: 交易金额。单位:元
7200
+ # @type Amount: String
7201
+ # @param TraceNo: 商户流水号。商户唯一订单号由字母或数字组成。
7202
+ # @type TraceNo: String
7203
+ # @param NotifyUrl: 通知地址。商户接收交易结果的通知地址。
7204
+ # @type NotifyUrl: String
7205
+ # @param ReturnUrl: 返回地址。支付成功后,页面将跳 转返回到商户的该地址。
7206
+ # @type ReturnUrl: String
7207
+
7208
+ attr_accessor :ChannelCode, :MerchantAppId, :Amount, :TraceNo, :NotifyUrl, :ReturnUrl
7209
+
7210
+ def initialize(channelcode=nil, merchantappid=nil, amount=nil, traceno=nil, notifyurl=nil, returnurl=nil)
7211
+ @ChannelCode = channelcode
7212
+ @MerchantAppId = merchantappid
7213
+ @Amount = amount
7214
+ @TraceNo = traceno
7215
+ @NotifyUrl = notifyurl
7216
+ @ReturnUrl = returnurl
7217
+ end
7218
+
7219
+ def deserialize(params)
7220
+ @ChannelCode = params['ChannelCode']
7221
+ @MerchantAppId = params['MerchantAppId']
7222
+ @Amount = params['Amount']
7223
+ @TraceNo = params['TraceNo']
7224
+ @NotifyUrl = params['NotifyUrl']
7225
+ @ReturnUrl = params['ReturnUrl']
7226
+ end
7227
+ end
7228
+
7229
+ # CreateOrder返回参数结构体
7230
+ class CreateOrderResponse < TencentCloud::Common::AbstractModel
7231
+ # @param MerchantAppId: 进件成功后返给商户方的AppId。
7232
+ # @type MerchantAppId: String
7233
+ # @param TraceNo: 商户流水号,商户唯一订单号由字母或数字组成。
7234
+ # @type TraceNo: String
7235
+ # @param OrderNo: 平台流水号,若下单成功则返回。
7236
+ # @type OrderNo: String
7237
+ # @param PayUrl: 支付页面跳转地址,若下单成功则返回。
7238
+ # @type PayUrl: String
7239
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7240
+ # @type RequestId: String
7241
+
7242
+ attr_accessor :MerchantAppId, :TraceNo, :OrderNo, :PayUrl, :RequestId
7243
+
7244
+ def initialize(merchantappid=nil, traceno=nil, orderno=nil, payurl=nil, requestid=nil)
7245
+ @MerchantAppId = merchantappid
7246
+ @TraceNo = traceno
7247
+ @OrderNo = orderno
7248
+ @PayUrl = payurl
7249
+ @RequestId = requestid
7250
+ end
7251
+
7252
+ def deserialize(params)
7253
+ @MerchantAppId = params['MerchantAppId']
7254
+ @TraceNo = params['TraceNo']
7255
+ @OrderNo = params['OrderNo']
7256
+ @PayUrl = params['PayUrl']
7257
+ @RequestId = params['RequestId']
7258
+ end
7259
+ end
7260
+
7261
+ # CreatePayMerchant请求参数结构体
7262
+ class CreatePayMerchantRequest < TencentCloud::Common::AbstractModel
7263
+ # @param PlatformCode: 平台编号
7264
+ # @type PlatformCode: String
7265
+ # @param ChannelMerchantNo: 渠道方收款商户编号,由渠道方(银行)提 供。
7266
+ # @type ChannelMerchantNo: String
7267
+ # @param ChannelCheckFlag: 是否需要向渠道进行 商户信息验证 1:验证
7268
+ # 0:不验证
7269
+ # @type ChannelCheckFlag: String
7270
+ # @param MerchantName: 收款商户名称
7271
+ # @type MerchantName: String
7272
+ # @param BusinessPayFlag: 是否开通 B2B 支付 1:开通 0:不开通 缺省:1
7273
+ # @type BusinessPayFlag: String
7274
+
7275
+ attr_accessor :PlatformCode, :ChannelMerchantNo, :ChannelCheckFlag, :MerchantName, :BusinessPayFlag
7276
+
7277
+ def initialize(platformcode=nil, channelmerchantno=nil, channelcheckflag=nil, merchantname=nil, businesspayflag=nil)
7278
+ @PlatformCode = platformcode
7279
+ @ChannelMerchantNo = channelmerchantno
7280
+ @ChannelCheckFlag = channelcheckflag
7281
+ @MerchantName = merchantname
7282
+ @BusinessPayFlag = businesspayflag
7283
+ end
7284
+
7285
+ def deserialize(params)
7286
+ @PlatformCode = params['PlatformCode']
7287
+ @ChannelMerchantNo = params['ChannelMerchantNo']
7288
+ @ChannelCheckFlag = params['ChannelCheckFlag']
7289
+ @MerchantName = params['MerchantName']
7290
+ @BusinessPayFlag = params['BusinessPayFlag']
6750
7291
  end
6751
7292
  end
6752
7293
 
@@ -9143,6 +9684,50 @@ module TencentCloud
9143
9684
  end
9144
9685
  end
9145
9686
 
9687
+ # 分段计费区间信息
9688
+ class FeeRangInfo < TencentCloud::Common::AbstractModel
9689
+ # @param CardType: 卡类型,银联产品使用
9690
+ # DEBIT:借记卡
9691
+ # CREDIT:贷记卡
9692
+ # @type CardType: String
9693
+ # @param RangeStartValue: 区间起始金额,单位(分)
9694
+ # @type RangeStartValue: Integer
9695
+ # @param RangeEndValue: 区间结束金额,单位(分)
9696
+ # @type RangeEndValue: Integer
9697
+ # @param RangeFeeMode: 分段计费模式
9698
+ # SINGLE:按金额计费
9699
+ # RATIO:按费率计费
9700
+ # @type RangeFeeMode: String
9701
+ # @param FeeValue: 费用值,单位(0.01%或分)
9702
+ # @type FeeValue: Integer
9703
+ # @param MinFee: 最低收费金额,单位(分)
9704
+ # @type MinFee: Integer
9705
+ # @param MaxFee: 最高收费金额,单位(分)
9706
+ # @type MaxFee: Integer
9707
+
9708
+ attr_accessor :CardType, :RangeStartValue, :RangeEndValue, :RangeFeeMode, :FeeValue, :MinFee, :MaxFee
9709
+
9710
+ def initialize(cardtype=nil, rangestartvalue=nil, rangeendvalue=nil, rangefeemode=nil, feevalue=nil, minfee=nil, maxfee=nil)
9711
+ @CardType = cardtype
9712
+ @RangeStartValue = rangestartvalue
9713
+ @RangeEndValue = rangeendvalue
9714
+ @RangeFeeMode = rangefeemode
9715
+ @FeeValue = feevalue
9716
+ @MinFee = minfee
9717
+ @MaxFee = maxfee
9718
+ end
9719
+
9720
+ def deserialize(params)
9721
+ @CardType = params['CardType']
9722
+ @RangeStartValue = params['RangeStartValue']
9723
+ @RangeEndValue = params['RangeEndValue']
9724
+ @RangeFeeMode = params['RangeFeeMode']
9725
+ @FeeValue = params['FeeValue']
9726
+ @MinFee = params['MinFee']
9727
+ @MaxFee = params['MaxFee']
9728
+ end
9729
+ end
9730
+
9146
9731
  # 对账文件信息
9147
9732
  class FileItem < TencentCloud::Common::AbstractModel
9148
9733
  # @param FileName: STRING(256),文件名称
@@ -9770,6 +10355,59 @@ module TencentCloud
9770
10355
  end
9771
10356
  end
9772
10357
 
10358
+ # 商户法人代表信息
10359
+ class LegalPersonInfo < TencentCloud::Common::AbstractModel
10360
+ # @param IdType: 证件类型
10361
+ # IDCARD:身份证
10362
+ # PASSPORT:护照 SOLDIERSCERTIFICATE:士兵证 OFFICERSCERTIFICATE:军官证 GATXCERTIFICATE:香港居民来往内地通行证 TWNDCERTIFICATE:台湾同胞来往内地通行证
10363
+ # MACAOCERTIFICATE:澳门来往内地通行证
10364
+ # @type IdType: String
10365
+ # @param IdNumber: 证件号码
10366
+ # @type IdNumber: String
10367
+ # @param PersonName: 姓名
10368
+ # @type PersonName: String
10369
+ # @param IdValidityType: 证件有效期类型
10370
+ # LONGTERM:长期有效
10371
+ # OTHER:非长期有效
10372
+ # @type IdValidityType: String
10373
+ # @param IdEffectiveDate: 证件生效日期,yyyy-MM-dd
10374
+ # @type IdEffectiveDate: String
10375
+ # @param ContactPhone: 联系电话
10376
+ # @type ContactPhone: String
10377
+ # @param IdExpireDate: 证件失效日期,yyyy-MM-dd
10378
+ # @type IdExpireDate: String
10379
+ # @param ContactAddress: 联系地址
10380
+ # @type ContactAddress: String
10381
+ # @param EmailAddress: 邮箱地址
10382
+ # @type EmailAddress: String
10383
+
10384
+ attr_accessor :IdType, :IdNumber, :PersonName, :IdValidityType, :IdEffectiveDate, :ContactPhone, :IdExpireDate, :ContactAddress, :EmailAddress
10385
+
10386
+ def initialize(idtype=nil, idnumber=nil, personname=nil, idvaliditytype=nil, ideffectivedate=nil, contactphone=nil, idexpiredate=nil, contactaddress=nil, emailaddress=nil)
10387
+ @IdType = idtype
10388
+ @IdNumber = idnumber
10389
+ @PersonName = personname
10390
+ @IdValidityType = idvaliditytype
10391
+ @IdEffectiveDate = ideffectivedate
10392
+ @ContactPhone = contactphone
10393
+ @IdExpireDate = idexpiredate
10394
+ @ContactAddress = contactaddress
10395
+ @EmailAddress = emailaddress
10396
+ end
10397
+
10398
+ def deserialize(params)
10399
+ @IdType = params['IdType']
10400
+ @IdNumber = params['IdNumber']
10401
+ @PersonName = params['PersonName']
10402
+ @IdValidityType = params['IdValidityType']
10403
+ @IdEffectiveDate = params['IdEffectiveDate']
10404
+ @ContactPhone = params['ContactPhone']
10405
+ @IdExpireDate = params['IdExpireDate']
10406
+ @ContactAddress = params['ContactAddress']
10407
+ @EmailAddress = params['EmailAddress']
10408
+ end
10409
+ end
10410
+
9773
10411
  # 会员间交易明细信息
9774
10412
  class MemberTransactionItem < TencentCloud::Common::AbstractModel
9775
10413
  # @param TransType: 交易类型。
@@ -10512,6 +11150,70 @@ module TencentCloud
10512
11150
  end
10513
11151
  end
10514
11152
 
11153
+ # 自然人信息
11154
+ class NaturalPersonInfo < TencentCloud::Common::AbstractModel
11155
+ # @param PersonType: 自然人类型
11156
+ # 2:商户负责人
11157
+ # 3:授权经办人
11158
+ # 4:业务联系人
11159
+ # 5:实际控制人
11160
+ # 6:控股股东
11161
+ # 7:受益人
11162
+ # 8:结算人
11163
+ # 注意:HELIPAY渠道必传业务联系人
11164
+ # @type PersonType: String
11165
+ # @param IdType: 证件类型
11166
+ # IDCARD:身份证
11167
+ # PASSPORT:护照 SOLDIERSCERTIFICATE:士兵证 OFFICERSCERTIFICATE:军官证 GATXCERTIFICATE:香港居民来往内地通行证 TWNDCERTIFICATE:台湾同胞来往内地通行证 MACAOCERTIFICATE:澳门来往内地通行证
11168
+ # @type IdType: String
11169
+ # @param IdNumber: 证件号码
11170
+ # @type IdNumber: String
11171
+ # @param PersonName: 姓名
11172
+ # @type PersonName: String
11173
+ # @param IdValidityType: 证件有效期类型
11174
+ # LONGTERM:长期有效
11175
+ # OTHER:非长期有效
11176
+ # @type IdValidityType: String
11177
+ # @param IdEffectiveDate: 证件生效日期,yyyy-MM-dd
11178
+ # @type IdEffectiveDate: String
11179
+ # @param IdExpireDate: 证件失效日期,yyyy-MM-dd
11180
+ # @type IdExpireDate: String
11181
+ # @param ContactPhone: 联系电话,HELIPAY渠道业务联系人必传
11182
+ # @type ContactPhone: String
11183
+ # @param ContactAddress: 联系地址
11184
+ # @type ContactAddress: String
11185
+ # @param EmailAddress: 邮箱地址
11186
+ # @type EmailAddress: String
11187
+
11188
+ attr_accessor :PersonType, :IdType, :IdNumber, :PersonName, :IdValidityType, :IdEffectiveDate, :IdExpireDate, :ContactPhone, :ContactAddress, :EmailAddress
11189
+
11190
+ def initialize(persontype=nil, idtype=nil, idnumber=nil, personname=nil, idvaliditytype=nil, ideffectivedate=nil, idexpiredate=nil, contactphone=nil, contactaddress=nil, emailaddress=nil)
11191
+ @PersonType = persontype
11192
+ @IdType = idtype
11193
+ @IdNumber = idnumber
11194
+ @PersonName = personname
11195
+ @IdValidityType = idvaliditytype
11196
+ @IdEffectiveDate = ideffectivedate
11197
+ @IdExpireDate = idexpiredate
11198
+ @ContactPhone = contactphone
11199
+ @ContactAddress = contactaddress
11200
+ @EmailAddress = emailaddress
11201
+ end
11202
+
11203
+ def deserialize(params)
11204
+ @PersonType = params['PersonType']
11205
+ @IdType = params['IdType']
11206
+ @IdNumber = params['IdNumber']
11207
+ @PersonName = params['PersonName']
11208
+ @IdValidityType = params['IdValidityType']
11209
+ @IdEffectiveDate = params['IdEffectiveDate']
11210
+ @IdExpireDate = params['IdExpireDate']
11211
+ @ContactPhone = params['ContactPhone']
11212
+ @ContactAddress = params['ContactAddress']
11213
+ @EmailAddress = params['EmailAddress']
11214
+ end
11215
+ end
11216
+
10515
11217
  # 银行复核指引。银行侧返回网银授权指引链接,一般PC网银,手机网银链接
10516
11218
  class OpenBankApprovalGuideInfo < TencentCloud::Common::AbstractModel
10517
11219
  # @param PcGuideUrl: PC网银指引
@@ -10533,6 +11235,28 @@ module TencentCloud
10533
11235
  end
10534
11236
  end
10535
11237
 
11238
+ # 网银页面提交html
11239
+ class OpenBankFormInfo < TencentCloud::Common::AbstractModel
11240
+ # @param FormHtml: 网银页面提交html
11241
+ # 注意:此字段可能返回 null,表示取不到有效值。
11242
+ # @type FormHtml: String
11243
+ # @param FormEncoding: 网银提交页面字符集
11244
+ # 注意:此字段可能返回 null,表示取不到有效值。
11245
+ # @type FormEncoding: String
11246
+
11247
+ attr_accessor :FormHtml, :FormEncoding
11248
+
11249
+ def initialize(formhtml=nil, formencoding=nil)
11250
+ @FormHtml = formhtml
11251
+ @FormEncoding = formencoding
11252
+ end
11253
+
11254
+ def deserialize(params)
11255
+ @FormHtml = params['FormHtml']
11256
+ @FormEncoding = params['FormEncoding']
11257
+ end
11258
+ end
11259
+
10536
11260
  # 云企付-商品信息
10537
11261
  class OpenBankGoodsInfo < TencentCloud::Common::AbstractModel
10538
11262
  # @param GoodsName: 商品标题。默认值“商品支付”。
@@ -10561,8 +11285,28 @@ module TencentCloud
10561
11285
  end
10562
11286
  end
10563
11287
 
10564
- # 云企付-收款人信息
10565
- class OpenBankPayeeInfo < TencentCloud::Common::AbstractModel
11288
+ # 云企付-支付限制
11289
+ class OpenBankPayLimitInfo < TencentCloud::Common::AbstractModel
11290
+ # @param PayLimitType: 限制类型
11291
+ # @type PayLimitType: String
11292
+ # @param PayLimitValue: 限制类型值
11293
+ # @type PayLimitValue: String
11294
+
11295
+ attr_accessor :PayLimitType, :PayLimitValue
11296
+
11297
+ def initialize(paylimittype=nil, paylimitvalue=nil)
11298
+ @PayLimitType = paylimittype
11299
+ @PayLimitValue = paylimitvalue
11300
+ end
11301
+
11302
+ def deserialize(params)
11303
+ @PayLimitType = params['PayLimitType']
11304
+ @PayLimitValue = params['PayLimitValue']
11305
+ end
11306
+ end
11307
+
11308
+ # 云企付-收款人信息
11309
+ class OpenBankPayeeInfo < TencentCloud::Common::AbstractModel
10566
11310
  # @param PayeeId: 收款方唯一标识。
10567
11311
  # 当渠道为TENPAY,付款方式为EBANK_PAYMENT,必填,上送收款方入驻云企付商户ID;
10568
11312
  # 付款方式为OPENBANK_PAYMENT时,非必填,输入外部收款方的标识ID
@@ -10673,6 +11417,73 @@ module TencentCloud
10673
11417
  end
10674
11418
  end
10675
11419
 
11420
+ # 云企付-退款查询结果
11421
+ class OpenBankQueryRefundOrderResult < TencentCloud::Common::AbstractModel
11422
+ # @param OutRefundId: 外部商户退款单号
11423
+ # 注意:此字段可能返回 null,表示取不到有效值。
11424
+ # @type OutRefundId: String
11425
+ # @param ChannelRefundId: 渠道退款单号
11426
+ # 注意:此字段可能返回 null,表示取不到有效值。
11427
+ # @type ChannelRefundId: String
11428
+ # @param RefundReason: 退款原因
11429
+ # 注意:此字段可能返回 null,表示取不到有效值。
11430
+ # @type RefundReason: String
11431
+ # @param RefundAmount: 退款金额,单位分
11432
+ # 注意:此字段可能返回 null,表示取不到有效值。
11433
+ # @type RefundAmount: Integer
11434
+ # @param RealRefundAmount: 实际退款金额,单位分
11435
+ # 注意:此字段可能返回 null,表示取不到有效值。
11436
+ # @type RealRefundAmount: Integer
11437
+ # @param TotalAmount: 原支付订单总金额,单位分
11438
+ # 注意:此字段可能返回 null,表示取不到有效值。
11439
+ # @type TotalAmount: Integer
11440
+ # @param TimeFinish: 退款完成时间
11441
+ # 注意:此字段可能返回 null,表示取不到有效值。
11442
+ # @type TimeFinish: String
11443
+ # @param RefundStatus: 退款订单状态
11444
+ # 注意:此字段可能返回 null,表示取不到有效值。
11445
+ # @type RefundStatus: String
11446
+ # @param RefundInfo: 退款明细信息
11447
+ # 注意:此字段可能返回 null,表示取不到有效值。
11448
+ # @type RefundInfo: String
11449
+ # @param FeeAmount: 退款手续费金额
11450
+ # 注意:此字段可能返回 null,表示取不到有效值。
11451
+ # @type FeeAmount: Integer
11452
+ # @param RefundMessage: 退款返回描述,比如失败原因等。
11453
+ # 注意:此字段可能返回 null,表示取不到有效值。
11454
+ # @type RefundMessage: String
11455
+
11456
+ attr_accessor :OutRefundId, :ChannelRefundId, :RefundReason, :RefundAmount, :RealRefundAmount, :TotalAmount, :TimeFinish, :RefundStatus, :RefundInfo, :FeeAmount, :RefundMessage
11457
+
11458
+ def initialize(outrefundid=nil, channelrefundid=nil, refundreason=nil, refundamount=nil, realrefundamount=nil, totalamount=nil, timefinish=nil, refundstatus=nil, refundinfo=nil, feeamount=nil, refundmessage=nil)
11459
+ @OutRefundId = outrefundid
11460
+ @ChannelRefundId = channelrefundid
11461
+ @RefundReason = refundreason
11462
+ @RefundAmount = refundamount
11463
+ @RealRefundAmount = realrefundamount
11464
+ @TotalAmount = totalamount
11465
+ @TimeFinish = timefinish
11466
+ @RefundStatus = refundstatus
11467
+ @RefundInfo = refundinfo
11468
+ @FeeAmount = feeamount
11469
+ @RefundMessage = refundmessage
11470
+ end
11471
+
11472
+ def deserialize(params)
11473
+ @OutRefundId = params['OutRefundId']
11474
+ @ChannelRefundId = params['ChannelRefundId']
11475
+ @RefundReason = params['RefundReason']
11476
+ @RefundAmount = params['RefundAmount']
11477
+ @RealRefundAmount = params['RealRefundAmount']
11478
+ @TotalAmount = params['TotalAmount']
11479
+ @TimeFinish = params['TimeFinish']
11480
+ @RefundStatus = params['RefundStatus']
11481
+ @RefundInfo = params['RefundInfo']
11482
+ @FeeAmount = params['FeeAmount']
11483
+ @RefundMessage = params['RefundMessage']
11484
+ end
11485
+ end
11486
+
10676
11487
  # 云企付-充值单收款人信息
10677
11488
  class OpenBankRechargePayeeInfo < TencentCloud::Common::AbstractModel
10678
11489
  # @param PayeeId: 收款方标识
@@ -10733,10 +11544,13 @@ module TencentCloud
10733
11544
  # @type MpPath: String
10734
11545
  # @param MpUserName: 小程序原始 id
10735
11546
  # @type MpUserName: String
11547
+ # @param FormInfo: 网银支付提交页面信息
11548
+ # 注意:此字段可能返回 null,表示取不到有效值。
11549
+ # @type FormInfo: :class:`Tencentcloud::Cpdp.v20190820.models.OpenBankFormInfo`
10736
11550
 
10737
- attr_accessor :QRCodeUrl, :QRCodeKey, :Url, :ExpireTime, :MpAppId, :MpPath, :MpUserName
11551
+ attr_accessor :QRCodeUrl, :QRCodeKey, :Url, :ExpireTime, :MpAppId, :MpPath, :MpUserName, :FormInfo
10738
11552
 
10739
- def initialize(qrcodeurl=nil, qrcodekey=nil, url=nil, expiretime=nil, mpappid=nil, mppath=nil, mpusername=nil)
11553
+ def initialize(qrcodeurl=nil, qrcodekey=nil, url=nil, expiretime=nil, mpappid=nil, mppath=nil, mpusername=nil, forminfo=nil)
10740
11554
  @QRCodeUrl = qrcodeurl
10741
11555
  @QRCodeKey = qrcodekey
10742
11556
  @Url = url
@@ -10744,6 +11558,7 @@ module TencentCloud
10744
11558
  @MpAppId = mpappid
10745
11559
  @MpPath = mppath
10746
11560
  @MpUserName = mpusername
11561
+ @FormInfo = forminfo
10747
11562
  end
10748
11563
 
10749
11564
  def deserialize(params)
@@ -10754,6 +11569,62 @@ module TencentCloud
10754
11569
  @MpAppId = params['MpAppId']
10755
11570
  @MpPath = params['MpPath']
10756
11571
  @MpUserName = params['MpUserName']
11572
+ unless params['FormInfo'].nil?
11573
+ @FormInfo = OpenBankFormInfo.new
11574
+ @FormInfo.deserialize(params['FormInfo'])
11575
+ end
11576
+ end
11577
+ end
11578
+
11579
+ # 云企付-退款申请结果
11580
+ class OpenBankRefundOrderApplyResult < TencentCloud::Common::AbstractModel
11581
+ # @param ChannelOrderId: 云企付订单号
11582
+ # 注意:此字段可能返回 null,表示取不到有效值。
11583
+ # @type ChannelOrderId: String
11584
+ # @param ChannelRefundId: 云企付退款流水号
11585
+ # 注意:此字段可能返回 null,表示取不到有效值。
11586
+ # @type ChannelRefundId: String
11587
+ # @param OutRefundId: 外部商户退款单号
11588
+ # 注意:此字段可能返回 null,表示取不到有效值。
11589
+ # @type OutRefundId: String
11590
+ # @param OutOrderId: 外部商户订单号
11591
+ # 注意:此字段可能返回 null,表示取不到有效值。
11592
+ # @type OutOrderId: String
11593
+ # @param RefundMessage: 退款返回描述,比如失败原因等。
11594
+ # 注意:此字段可能返回 null,表示取不到有效值。
11595
+ # @type RefundMessage: String
11596
+ # @param RefundAmount: 退款金额
11597
+ # 注意:此字段可能返回 null,表示取不到有效值。
11598
+ # @type RefundAmount: Integer
11599
+ # @param FeeAmount: 退款手续费金额
11600
+ # 注意:此字段可能返回 null,表示取不到有效值。
11601
+ # @type FeeAmount: Integer
11602
+ # @param RefundStatus: 退款状态
11603
+ # 注意:此字段可能返回 null,表示取不到有效值。
11604
+ # @type RefundStatus: String
11605
+
11606
+ attr_accessor :ChannelOrderId, :ChannelRefundId, :OutRefundId, :OutOrderId, :RefundMessage, :RefundAmount, :FeeAmount, :RefundStatus
11607
+
11608
+ def initialize(channelorderid=nil, channelrefundid=nil, outrefundid=nil, outorderid=nil, refundmessage=nil, refundamount=nil, feeamount=nil, refundstatus=nil)
11609
+ @ChannelOrderId = channelorderid
11610
+ @ChannelRefundId = channelrefundid
11611
+ @OutRefundId = outrefundid
11612
+ @OutOrderId = outorderid
11613
+ @RefundMessage = refundmessage
11614
+ @RefundAmount = refundamount
11615
+ @FeeAmount = feeamount
11616
+ @RefundStatus = refundstatus
11617
+ end
11618
+
11619
+ def deserialize(params)
11620
+ @ChannelOrderId = params['ChannelOrderId']
11621
+ @ChannelRefundId = params['ChannelRefundId']
11622
+ @OutRefundId = params['OutRefundId']
11623
+ @OutOrderId = params['OutOrderId']
11624
+ @RefundMessage = params['RefundMessage']
11625
+ @RefundAmount = params['RefundAmount']
11626
+ @FeeAmount = params['FeeAmount']
11627
+ @RefundStatus = params['RefundStatus']
10757
11628
  end
10758
11629
  end
10759
11630
 
@@ -10790,6 +11661,34 @@ module TencentCloud
10790
11661
  end
10791
11662
  end
10792
11663
 
11664
+ # 云企付-门店信息
11665
+ class OpenBankStoreInfo < TencentCloud::Common::AbstractModel
11666
+ # @param Name: 门店名称
11667
+ # @type Name: String
11668
+ # @param AreaCode: 地区编码
11669
+ # @type AreaCode: String
11670
+ # @param Address: 详细地址
11671
+ # @type Address: String
11672
+ # @param Id: 门店编号
11673
+ # @type Id: String
11674
+
11675
+ attr_accessor :Name, :AreaCode, :Address, :Id
11676
+
11677
+ def initialize(name=nil, areacode=nil, address=nil, id=nil)
11678
+ @Name = name
11679
+ @AreaCode = areacode
11680
+ @Address = address
11681
+ @Id = id
11682
+ end
11683
+
11684
+ def deserialize(params)
11685
+ @Name = params['Name']
11686
+ @AreaCode = params['AreaCode']
11687
+ @Address = params['Address']
11688
+ @Id = params['Id']
11689
+ end
11690
+ end
11691
+
10793
11692
  # 线下查票-订单信息
10794
11693
  class Order < TencentCloud::Common::AbstractModel
10795
11694
  # @param AmountHasTax: 含税金额
@@ -10954,6 +11853,48 @@ module TencentCloud
10954
11853
  end
10955
11854
  end
10956
11855
 
11856
+ # 外部子商户扩展信息
11857
+ class OutSubMerchantExtensionInfo < TencentCloud::Common::AbstractModel
11858
+ # @param RegionCode: 地区代码,国标码
11859
+ # HELIPAY渠道必传
11860
+ # @type RegionCode: String
11861
+ # @param RegisterAddress: 注册地址
11862
+ # @type RegisterAddress: String
11863
+ # @param MailingAddress: 通讯地址
11864
+ # HELIPAY渠道必传
11865
+ # @type MailingAddress: String
11866
+ # @param BusinessAddress: 营业地址/经营地址
11867
+ # @type BusinessAddress: String
11868
+ # @param ServicePhone: 客服电话
11869
+ # @type ServicePhone: String
11870
+ # @param WebSiteUrl: 网站url
11871
+ # @type WebSiteUrl: String
11872
+ # @param EmailAddress: 邮箱地址
11873
+ # @type EmailAddress: String
11874
+
11875
+ attr_accessor :RegionCode, :RegisterAddress, :MailingAddress, :BusinessAddress, :ServicePhone, :WebSiteUrl, :EmailAddress
11876
+
11877
+ def initialize(regioncode=nil, registeraddress=nil, mailingaddress=nil, businessaddress=nil, servicephone=nil, websiteurl=nil, emailaddress=nil)
11878
+ @RegionCode = regioncode
11879
+ @RegisterAddress = registeraddress
11880
+ @MailingAddress = mailingaddress
11881
+ @BusinessAddress = businessaddress
11882
+ @ServicePhone = servicephone
11883
+ @WebSiteUrl = websiteurl
11884
+ @EmailAddress = emailaddress
11885
+ end
11886
+
11887
+ def deserialize(params)
11888
+ @RegionCode = params['RegionCode']
11889
+ @RegisterAddress = params['RegisterAddress']
11890
+ @MailingAddress = params['MailingAddress']
11891
+ @BusinessAddress = params['BusinessAddress']
11892
+ @ServicePhone = params['ServicePhone']
11893
+ @WebSiteUrl = params['WebSiteUrl']
11894
+ @EmailAddress = params['EmailAddress']
11895
+ end
11896
+ end
11897
+
10957
11898
  # 分页参数
10958
11899
  class Paging < TencentCloud::Common::AbstractModel
10959
11900
  # @param Index: 页码
@@ -16217,6 +17158,254 @@ module TencentCloud
16217
17158
  end
16218
17159
  end
16219
17160
 
17161
+ # 云企付-分页查询对账单数据结果
17162
+ class QueryOpenBankBillData < TencentCloud::Common::AbstractModel
17163
+ # @param BillDate: 交易日期
17164
+ # @type BillDate: String
17165
+ # @param Channel: 渠道编码
17166
+ # @type Channel: String
17167
+ # @param SubChannel: 二级渠道
17168
+ # 注意:此字段可能返回 null,表示取不到有效值。
17169
+ # @type SubChannel: String
17170
+ # @param ParentMerchantId: 系统父商户号
17171
+ # 注意:此字段可能返回 null,表示取不到有效值。
17172
+ # @type ParentMerchantId: String
17173
+ # @param OutMerchantId: 外部商户号
17174
+ # 注意:此字段可能返回 null,表示取不到有效值。
17175
+ # @type OutMerchantId: String
17176
+ # @param MerchantId: 系统商户号
17177
+ # @type MerchantId: String
17178
+ # @param EndMerchantId: 第三方商户号
17179
+ # 注意:此字段可能返回 null,表示取不到有效值。
17180
+ # @type EndMerchantId: String
17181
+ # @param OutTradeNo: 外部订单号
17182
+ # 注意:此字段可能返回 null,表示取不到有效值。
17183
+ # @type OutTradeNo: String
17184
+ # @param TradeNo: 系统订单号
17185
+ # @type TradeNo: String
17186
+ # @param EndTradeNo: 第三方订单号
17187
+ # 注意:此字段可能返回 null,表示取不到有效值。
17188
+ # @type EndTradeNo: String
17189
+ # @param PaymentType: 收付类型,PAYMENT:付款,INCOME:收款
17190
+ # 注意:此字段可能返回 null,表示取不到有效值。
17191
+ # @type PaymentType: String
17192
+ # @param BusinessType: 业务类型,WITHDRAW:提现,PAY:支付,RECHARGE:充值,TRANSFER:转账,REFUND:退款
17193
+ # 注意:此字段可能返回 null,表示取不到有效值。
17194
+ # @type BusinessType: String
17195
+ # @param TradeTime: 发起交易时间,格式yyyy-MM-dd HH:mm:ss
17196
+ # @type TradeTime: String
17197
+ # @param FinishTime: 交易完成时间,格式yyyy-MM-dd HH:mm:ss
17198
+ # 注意:此字段可能返回 null,表示取不到有效值。
17199
+ # @type FinishTime: String
17200
+ # @param TradeStatus: 交易状态,0:未知,1:成功,2:失败
17201
+ # @type TradeStatus: String
17202
+ # @param CheckStatus: 对账状态,1:成功,2:失败 3:长账 4:短账
17203
+ # @type CheckStatus: String
17204
+ # @param CheckFailReason: 对账失败原因
17205
+ # 注意:此字段可能返回 null,表示取不到有效值。
17206
+ # @type CheckFailReason: String
17207
+ # @param OrderAmount: 交易金额(元)
17208
+ # @type OrderAmount: String
17209
+ # @param ServiceFee: 服务费(元)
17210
+ # 注意:此字段可能返回 null,表示取不到有效值。
17211
+ # @type ServiceFee: String
17212
+ # @param PayeeAccount: 收款人账号
17213
+ # 注意:此字段可能返回 null,表示取不到有效值。
17214
+ # @type PayeeAccount: String
17215
+ # @param PayeeName: 收款人名称
17216
+ # 注意:此字段可能返回 null,表示取不到有效值。
17217
+ # @type PayeeName: String
17218
+ # @param PayerAccount: 付款人账号
17219
+ # 注意:此字段可能返回 null,表示取不到有效值。
17220
+ # @type PayerAccount: String
17221
+ # @param PayerName: 付款人名称
17222
+ # 注意:此字段可能返回 null,表示取不到有效值。
17223
+ # @type PayerName: String
17224
+ # @param Description: 支付信息描述
17225
+ # 注意:此字段可能返回 null,表示取不到有效值。
17226
+ # @type Description: String
17227
+
17228
+ attr_accessor :BillDate, :Channel, :SubChannel, :ParentMerchantId, :OutMerchantId, :MerchantId, :EndMerchantId, :OutTradeNo, :TradeNo, :EndTradeNo, :PaymentType, :BusinessType, :TradeTime, :FinishTime, :TradeStatus, :CheckStatus, :CheckFailReason, :OrderAmount, :ServiceFee, :PayeeAccount, :PayeeName, :PayerAccount, :PayerName, :Description
17229
+
17230
+ def initialize(billdate=nil, channel=nil, subchannel=nil, parentmerchantid=nil, outmerchantid=nil, merchantid=nil, endmerchantid=nil, outtradeno=nil, tradeno=nil, endtradeno=nil, paymenttype=nil, businesstype=nil, tradetime=nil, finishtime=nil, tradestatus=nil, checkstatus=nil, checkfailreason=nil, orderamount=nil, servicefee=nil, payeeaccount=nil, payeename=nil, payeraccount=nil, payername=nil, description=nil)
17231
+ @BillDate = billdate
17232
+ @Channel = channel
17233
+ @SubChannel = subchannel
17234
+ @ParentMerchantId = parentmerchantid
17235
+ @OutMerchantId = outmerchantid
17236
+ @MerchantId = merchantid
17237
+ @EndMerchantId = endmerchantid
17238
+ @OutTradeNo = outtradeno
17239
+ @TradeNo = tradeno
17240
+ @EndTradeNo = endtradeno
17241
+ @PaymentType = paymenttype
17242
+ @BusinessType = businesstype
17243
+ @TradeTime = tradetime
17244
+ @FinishTime = finishtime
17245
+ @TradeStatus = tradestatus
17246
+ @CheckStatus = checkstatus
17247
+ @CheckFailReason = checkfailreason
17248
+ @OrderAmount = orderamount
17249
+ @ServiceFee = servicefee
17250
+ @PayeeAccount = payeeaccount
17251
+ @PayeeName = payeename
17252
+ @PayerAccount = payeraccount
17253
+ @PayerName = payername
17254
+ @Description = description
17255
+ end
17256
+
17257
+ def deserialize(params)
17258
+ @BillDate = params['BillDate']
17259
+ @Channel = params['Channel']
17260
+ @SubChannel = params['SubChannel']
17261
+ @ParentMerchantId = params['ParentMerchantId']
17262
+ @OutMerchantId = params['OutMerchantId']
17263
+ @MerchantId = params['MerchantId']
17264
+ @EndMerchantId = params['EndMerchantId']
17265
+ @OutTradeNo = params['OutTradeNo']
17266
+ @TradeNo = params['TradeNo']
17267
+ @EndTradeNo = params['EndTradeNo']
17268
+ @PaymentType = params['PaymentType']
17269
+ @BusinessType = params['BusinessType']
17270
+ @TradeTime = params['TradeTime']
17271
+ @FinishTime = params['FinishTime']
17272
+ @TradeStatus = params['TradeStatus']
17273
+ @CheckStatus = params['CheckStatus']
17274
+ @CheckFailReason = params['CheckFailReason']
17275
+ @OrderAmount = params['OrderAmount']
17276
+ @ServiceFee = params['ServiceFee']
17277
+ @PayeeAccount = params['PayeeAccount']
17278
+ @PayeeName = params['PayeeName']
17279
+ @PayerAccount = params['PayerAccount']
17280
+ @PayerName = params['PayerName']
17281
+ @Description = params['Description']
17282
+ end
17283
+ end
17284
+
17285
+ # QueryOpenBankBillDataPage请求参数结构体
17286
+ class QueryOpenBankBillDataPageRequest < TencentCloud::Common::AbstractModel
17287
+ # @param ChannelMerchantId: 渠道商户号,外部接入平台方入驻云企付平台后下发。
17288
+ # EBANK_PAYMENT支付方式下,填写渠道商户号;
17289
+ # SAFT_ISV支付方式下,填写渠道子商户号;
17290
+ # HELIPAY渠道下,填写渠道子商户号。
17291
+ # @type ChannelMerchantId: String
17292
+ # @param BillDate: 账单日期,yyyy-MM-dd。
17293
+ # @type BillDate: String
17294
+ # @param ChannelName: 渠道名称。详见附录-云企付枚举类说明-ChannelName。
17295
+ # __TENPAY__: 商企付
17296
+ # __WECHAT__: 微信支付
17297
+ # __ALIPAY__: 支付宝
17298
+ # HELIPAY:合利宝
17299
+ # @type ChannelName: String
17300
+ # @param PageNo: 分页页码。
17301
+ # @type PageNo: Integer
17302
+ # @param PageSize: 分页大小,最大1000。
17303
+ # @type PageSize: Integer
17304
+ # @param BillType: 账单类型,默认交易账单。
17305
+ # @type BillType: String
17306
+ # @param PaymentMethod: 支付方式。详见附录-云企付枚举类说明-PaymentMethod。
17307
+ # @type PaymentMethod: String
17308
+ # @param Environment: 环境类型。
17309
+ # __release__:生产环境
17310
+ # __sandbox__:沙箱环境
17311
+ # _不填默认为生产环境_
17312
+ # @type Environment: String
17313
+
17314
+ attr_accessor :ChannelMerchantId, :BillDate, :ChannelName, :PageNo, :PageSize, :BillType, :PaymentMethod, :Environment
17315
+
17316
+ def initialize(channelmerchantid=nil, billdate=nil, channelname=nil, pageno=nil, pagesize=nil, billtype=nil, paymentmethod=nil, environment=nil)
17317
+ @ChannelMerchantId = channelmerchantid
17318
+ @BillDate = billdate
17319
+ @ChannelName = channelname
17320
+ @PageNo = pageno
17321
+ @PageSize = pagesize
17322
+ @BillType = billtype
17323
+ @PaymentMethod = paymentmethod
17324
+ @Environment = environment
17325
+ end
17326
+
17327
+ def deserialize(params)
17328
+ @ChannelMerchantId = params['ChannelMerchantId']
17329
+ @BillDate = params['BillDate']
17330
+ @ChannelName = params['ChannelName']
17331
+ @PageNo = params['PageNo']
17332
+ @PageSize = params['PageSize']
17333
+ @BillType = params['BillType']
17334
+ @PaymentMethod = params['PaymentMethod']
17335
+ @Environment = params['Environment']
17336
+ end
17337
+ end
17338
+
17339
+ # QueryOpenBankBillDataPage返回参数结构体
17340
+ class QueryOpenBankBillDataPageResponse < TencentCloud::Common::AbstractModel
17341
+ # @param ErrCode: 错误码。
17342
+ # __SUCCESS__: 成功
17343
+ # __其他__: 见附录-错误码表
17344
+ # @type ErrCode: String
17345
+ # @param ErrMessage: 错误消息。
17346
+ # @type ErrMessage: String
17347
+ # @param Result: 结果
17348
+ # 注意:此字段可能返回 null,表示取不到有效值。
17349
+ # @type Result: :class:`Tencentcloud::Cpdp.v20190820.models.QueryOpenBankBillDataPageResult`
17350
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
17351
+ # @type RequestId: String
17352
+
17353
+ attr_accessor :ErrCode, :ErrMessage, :Result, :RequestId
17354
+
17355
+ def initialize(errcode=nil, errmessage=nil, result=nil, requestid=nil)
17356
+ @ErrCode = errcode
17357
+ @ErrMessage = errmessage
17358
+ @Result = result
17359
+ @RequestId = requestid
17360
+ end
17361
+
17362
+ def deserialize(params)
17363
+ @ErrCode = params['ErrCode']
17364
+ @ErrMessage = params['ErrMessage']
17365
+ unless params['Result'].nil?
17366
+ @Result = QueryOpenBankBillDataPageResult.new
17367
+ @Result.deserialize(params['Result'])
17368
+ end
17369
+ @RequestId = params['RequestId']
17370
+ end
17371
+ end
17372
+
17373
+ # 云企付-分页查询对账单数据结果
17374
+ class QueryOpenBankBillDataPageResult < TencentCloud::Common::AbstractModel
17375
+ # @param PageNo: 页码
17376
+ # @type PageNo: Integer
17377
+ # @param PageSize: 分页大小
17378
+ # @type PageSize: Integer
17379
+ # @param Count: 总数
17380
+ # @type Count: Integer
17381
+ # @param DataList: 账单数据明细
17382
+ # 注意:此字段可能返回 null,表示取不到有效值。
17383
+ # @type DataList: Array
17384
+
17385
+ attr_accessor :PageNo, :PageSize, :Count, :DataList
17386
+
17387
+ def initialize(pageno=nil, pagesize=nil, count=nil, datalist=nil)
17388
+ @PageNo = pageno
17389
+ @PageSize = pagesize
17390
+ @Count = count
17391
+ @DataList = datalist
17392
+ end
17393
+
17394
+ def deserialize(params)
17395
+ @PageNo = params['PageNo']
17396
+ @PageSize = params['PageSize']
17397
+ @Count = params['Count']
17398
+ unless params['DataList'].nil?
17399
+ @DataList = []
17400
+ params['DataList'].each do |i|
17401
+ queryopenbankbilldata_tmp = QueryOpenBankBillData.new
17402
+ queryopenbankbilldata_tmp.deserialize(i)
17403
+ @DataList << queryopenbankbilldata_tmp
17404
+ end
17405
+ end
17406
+ end
17407
+ end
17408
+
16220
17409
  # QueryOpenBankBindExternalSubMerchantBankAccount请求参数结构体
16221
17410
  class QueryOpenBankBindExternalSubMerchantBankAccountRequest < TencentCloud::Common::AbstractModel
16222
17411
  # @param ChannelSubMerchantId: 渠道子商户ID。
@@ -17027,11 +18216,354 @@ module TencentCloud
17027
18216
  class QueryOpenBankPaymentOrderResponse < TencentCloud::Common::AbstractModel
17028
18217
  # @param ErrCode: 业务系统返回码,SUCCESS表示成功,其他表示失败。
17029
18218
  # @type ErrCode: String
17030
- # @param ErrMessage: 业务系统返回消息。
18219
+ # @param ErrMessage: 业务系统返回消息。
18220
+ # @type ErrMessage: String
18221
+ # @param Result: 查询支付结果响应对象。
18222
+ # 注意:此字段可能返回 null,表示取不到有效值。
18223
+ # @type Result: :class:`Tencentcloud::Cpdp.v20190820.models.QueryOpenBankPaymentOrderResult`
18224
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
18225
+ # @type RequestId: String
18226
+
18227
+ attr_accessor :ErrCode, :ErrMessage, :Result, :RequestId
18228
+
18229
+ def initialize(errcode=nil, errmessage=nil, result=nil, requestid=nil)
18230
+ @ErrCode = errcode
18231
+ @ErrMessage = errmessage
18232
+ @Result = result
18233
+ @RequestId = requestid
18234
+ end
18235
+
18236
+ def deserialize(params)
18237
+ @ErrCode = params['ErrCode']
18238
+ @ErrMessage = params['ErrMessage']
18239
+ unless params['Result'].nil?
18240
+ @Result = QueryOpenBankPaymentOrderResult.new
18241
+ @Result.deserialize(params['Result'])
18242
+ end
18243
+ @RequestId = params['RequestId']
18244
+ end
18245
+ end
18246
+
18247
+ # 云企付-查询订单支付结果
18248
+ class QueryOpenBankPaymentOrderResult < TencentCloud::Common::AbstractModel
18249
+ # @param ChannelMerchantId: 渠道商户号。外部接入平台入驻云企付平台下发
18250
+ # @type ChannelMerchantId: String
18251
+ # @param OutOrderId: 外部商户订单号
18252
+ # @type OutOrderId: String
18253
+ # @param ChannelOrderId: 云企付平台订单号
18254
+ # @type ChannelOrderId: String
18255
+ # @param ThirdPayOrderId: 第三方支付平台订单号
18256
+ # @type ThirdPayOrderId: String
18257
+ # @param OrderStatus: 订单状态。
18258
+ # INIT:初始化
18259
+ # PAYING:支付中
18260
+ # ACCEPTED:支付受理成功
18261
+ # SUCCESS:支付成功
18262
+ # CLOSED:关单
18263
+ # PAY_FAIL:支付失败
18264
+ # REVOKE:退票
18265
+ # @type OrderStatus: String
18266
+ # @param ChannelName: 支付渠道名称,如TENPAY
18267
+ # @type ChannelName: String
18268
+ # @param PaymentMethod: 付款方式。如EBANK_PAYMENT
18269
+ # OPENBANK_PAYMENT
18270
+ # @type PaymentMethod: String
18271
+ # @param TotalAmount: 订单金额。单位分
18272
+ # @type TotalAmount: Integer
18273
+ # @param PayAmount: 实际支付金额。单位分,支付成功时返回
18274
+ # @type PayAmount: Integer
18275
+ # @param FailReason: 失败原因,若失败的返回
18276
+ # 注意:此字段可能返回 null,表示取不到有效值。
18277
+ # @type FailReason: String
18278
+ # @param Attachment: 附加信息,查询时原样透传
18279
+ # 注意:此字段可能返回 null,表示取不到有效值。
18280
+ # @type Attachment: String
18281
+ # @param RedirectInfo: 重定向参数,用于客户端跳转,订单未支付时返回该参数
18282
+ # 渠道为TENPAY,付款方式为EBANK_PAYMENT时返回
18283
+ # 注意:此字段可能返回 null,表示取不到有效值。
18284
+ # @type RedirectInfo: :class:`Tencentcloud::Cpdp.v20190820.models.OpenBankRedirectInfo`
18285
+ # @param ExternalReturnData: 第三方渠道返回信息,见渠道特殊说明,详情见附录-复杂类型。
18286
+ # 注意:此字段可能返回 null,表示取不到有效值。
18287
+ # @type ExternalReturnData: String
18288
+ # @param BankApprovalGuideInfo: 银行复核指引。当TENPAY下OPENBANT_PAYMENT时,下单受理成功是返回。
18289
+ # 注意:此字段可能返回 null,表示取不到有效值。
18290
+ # @type BankApprovalGuideInfo: :class:`Tencentcloud::Cpdp.v20190820.models.OpenBankApprovalGuideInfo`
18291
+ # @param FeeAmount: 手续费金额
18292
+ # 注意:此字段可能返回 null,表示取不到有效值。
18293
+ # @type FeeAmount: Integer
18294
+ # @param FeeRate: 手续费费率
18295
+ # 注意:此字段可能返回 null,表示取不到有效值。
18296
+ # @type FeeRate: Integer
18297
+
18298
+ attr_accessor :ChannelMerchantId, :OutOrderId, :ChannelOrderId, :ThirdPayOrderId, :OrderStatus, :ChannelName, :PaymentMethod, :TotalAmount, :PayAmount, :FailReason, :Attachment, :RedirectInfo, :ExternalReturnData, :BankApprovalGuideInfo, :FeeAmount, :FeeRate
18299
+
18300
+ 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)
18301
+ @ChannelMerchantId = channelmerchantid
18302
+ @OutOrderId = outorderid
18303
+ @ChannelOrderId = channelorderid
18304
+ @ThirdPayOrderId = thirdpayorderid
18305
+ @OrderStatus = orderstatus
18306
+ @ChannelName = channelname
18307
+ @PaymentMethod = paymentmethod
18308
+ @TotalAmount = totalamount
18309
+ @PayAmount = payamount
18310
+ @FailReason = failreason
18311
+ @Attachment = attachment
18312
+ @RedirectInfo = redirectinfo
18313
+ @ExternalReturnData = externalreturndata
18314
+ @BankApprovalGuideInfo = bankapprovalguideinfo
18315
+ @FeeAmount = feeamount
18316
+ @FeeRate = feerate
18317
+ end
18318
+
18319
+ def deserialize(params)
18320
+ @ChannelMerchantId = params['ChannelMerchantId']
18321
+ @OutOrderId = params['OutOrderId']
18322
+ @ChannelOrderId = params['ChannelOrderId']
18323
+ @ThirdPayOrderId = params['ThirdPayOrderId']
18324
+ @OrderStatus = params['OrderStatus']
18325
+ @ChannelName = params['ChannelName']
18326
+ @PaymentMethod = params['PaymentMethod']
18327
+ @TotalAmount = params['TotalAmount']
18328
+ @PayAmount = params['PayAmount']
18329
+ @FailReason = params['FailReason']
18330
+ @Attachment = params['Attachment']
18331
+ unless params['RedirectInfo'].nil?
18332
+ @RedirectInfo = OpenBankRedirectInfo.new
18333
+ @RedirectInfo.deserialize(params['RedirectInfo'])
18334
+ end
18335
+ @ExternalReturnData = params['ExternalReturnData']
18336
+ unless params['BankApprovalGuideInfo'].nil?
18337
+ @BankApprovalGuideInfo = OpenBankApprovalGuideInfo.new
18338
+ @BankApprovalGuideInfo.deserialize(params['BankApprovalGuideInfo'])
18339
+ end
18340
+ @FeeAmount = params['FeeAmount']
18341
+ @FeeRate = params['FeeRate']
18342
+ end
18343
+ end
18344
+
18345
+ # QueryOpenBankRefundOrder请求参数结构体
18346
+ class QueryOpenBankRefundOrderRequest < TencentCloud::Common::AbstractModel
18347
+ # @param ChannelMerchantId: 渠道商户号。
18348
+ # @type ChannelMerchantId: String
18349
+ # @param OutRefundId: 外部商户退单号,与渠道退款单号二者选填其一。
18350
+ # @type OutRefundId: String
18351
+ # @param ChannelRefundId: 渠道退款订单号,与外部商户退款单号二者选填其一。
18352
+ # @type ChannelRefundId: String
18353
+ # @param Environment: 环境类型。
18354
+ # __release__:生产环境
18355
+ # __sandbox__:沙箱环境
18356
+ # _不填默认为生产环境_
18357
+ # @type Environment: String
18358
+
18359
+ attr_accessor :ChannelMerchantId, :OutRefundId, :ChannelRefundId, :Environment
18360
+
18361
+ def initialize(channelmerchantid=nil, outrefundid=nil, channelrefundid=nil, environment=nil)
18362
+ @ChannelMerchantId = channelmerchantid
18363
+ @OutRefundId = outrefundid
18364
+ @ChannelRefundId = channelrefundid
18365
+ @Environment = environment
18366
+ end
18367
+
18368
+ def deserialize(params)
18369
+ @ChannelMerchantId = params['ChannelMerchantId']
18370
+ @OutRefundId = params['OutRefundId']
18371
+ @ChannelRefundId = params['ChannelRefundId']
18372
+ @Environment = params['Environment']
18373
+ end
18374
+ end
18375
+
18376
+ # QueryOpenBankRefundOrder返回参数结构体
18377
+ class QueryOpenBankRefundOrderResponse < TencentCloud::Common::AbstractModel
18378
+ # @param ErrCode: 错误码
18379
+ # @type ErrCode: String
18380
+ # @param ErrMessage: 错误消息
18381
+ # 注意:此字段可能返回 null,表示取不到有效值。
18382
+ # @type ErrMessage: String
18383
+ # @param Result: 返回结果
18384
+ # 注意:此字段可能返回 null,表示取不到有效值。
18385
+ # @type Result: :class:`Tencentcloud::Cpdp.v20190820.models.OpenBankQueryRefundOrderResult`
18386
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
18387
+ # @type RequestId: String
18388
+
18389
+ attr_accessor :ErrCode, :ErrMessage, :Result, :RequestId
18390
+
18391
+ def initialize(errcode=nil, errmessage=nil, result=nil, requestid=nil)
18392
+ @ErrCode = errcode
18393
+ @ErrMessage = errmessage
18394
+ @Result = result
18395
+ @RequestId = requestid
18396
+ end
18397
+
18398
+ def deserialize(params)
18399
+ @ErrCode = params['ErrCode']
18400
+ @ErrMessage = params['ErrMessage']
18401
+ unless params['Result'].nil?
18402
+ @Result = OpenBankQueryRefundOrderResult.new
18403
+ @Result.deserialize(params['Result'])
18404
+ end
18405
+ @RequestId = params['RequestId']
18406
+ end
18407
+ end
18408
+
18409
+ # QueryOpenBankSubMerchantCredential请求参数结构体
18410
+ class QueryOpenBankSubMerchantCredentialRequest < TencentCloud::Common::AbstractModel
18411
+ # @param ChannelMerchantId: 渠道商户ID。
18412
+ # @type ChannelMerchantId: String
18413
+ # @param ChannelSubMerchantId: 渠道子商户ID。
18414
+ # @type ChannelSubMerchantId: String
18415
+ # @param ChannelName: 渠道名称。详见附录-枚举类型-ChannelName。
18416
+ # @type ChannelName: String
18417
+ # @param PaymentMethod: 支付方式。
18418
+ # 合利宝渠道不需要传。
18419
+ # @type PaymentMethod: String
18420
+ # @param OutApplyId: 外部申请流水号。
18421
+ # 外部申请流水号与渠道申请流水号两者选填其一。
18422
+ # @type OutApplyId: String
18423
+ # @param ChannelApplyId: 渠道申请流水号。
18424
+ # 外部申请流水号与渠道申请流水号两者选填其一。
18425
+ # @type ChannelApplyId: String
18426
+ # @param Environment: 环境类型。
18427
+ # __release__:生产环境
18428
+ # __sandbox__:沙箱环境
18429
+ # _不填默认为生产环境_
18430
+ # @type Environment: String
18431
+
18432
+ attr_accessor :ChannelMerchantId, :ChannelSubMerchantId, :ChannelName, :PaymentMethod, :OutApplyId, :ChannelApplyId, :Environment
18433
+
18434
+ def initialize(channelmerchantid=nil, channelsubmerchantid=nil, channelname=nil, paymentmethod=nil, outapplyid=nil, channelapplyid=nil, environment=nil)
18435
+ @ChannelMerchantId = channelmerchantid
18436
+ @ChannelSubMerchantId = channelsubmerchantid
18437
+ @ChannelName = channelname
18438
+ @PaymentMethod = paymentmethod
18439
+ @OutApplyId = outapplyid
18440
+ @ChannelApplyId = channelapplyid
18441
+ @Environment = environment
18442
+ end
18443
+
18444
+ def deserialize(params)
18445
+ @ChannelMerchantId = params['ChannelMerchantId']
18446
+ @ChannelSubMerchantId = params['ChannelSubMerchantId']
18447
+ @ChannelName = params['ChannelName']
18448
+ @PaymentMethod = params['PaymentMethod']
18449
+ @OutApplyId = params['OutApplyId']
18450
+ @ChannelApplyId = params['ChannelApplyId']
18451
+ @Environment = params['Environment']
18452
+ end
18453
+ end
18454
+
18455
+ # QueryOpenBankSubMerchantCredential返回参数结构体
18456
+ class QueryOpenBankSubMerchantCredentialResponse < TencentCloud::Common::AbstractModel
18457
+ # @param ErrCode: 错误码。
18458
+ # @type ErrCode: String
18459
+ # @param ErrMessage: 错误消息。
18460
+ # @type ErrMessage: String
18461
+ # @param Result: 返回结果
18462
+ # 注意:此字段可能返回 null,表示取不到有效值。
18463
+ # @type Result: :class:`Tencentcloud::Cpdp.v20190820.models.QueryOpenBankSubMerchantCredentialResult`
18464
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
18465
+ # @type RequestId: String
18466
+
18467
+ attr_accessor :ErrCode, :ErrMessage, :Result, :RequestId
18468
+
18469
+ def initialize(errcode=nil, errmessage=nil, result=nil, requestid=nil)
18470
+ @ErrCode = errcode
18471
+ @ErrMessage = errmessage
18472
+ @Result = result
18473
+ @RequestId = requestid
18474
+ end
18475
+
18476
+ def deserialize(params)
18477
+ @ErrCode = params['ErrCode']
18478
+ @ErrMessage = params['ErrMessage']
18479
+ unless params['Result'].nil?
18480
+ @Result = QueryOpenBankSubMerchantCredentialResult.new
18481
+ @Result.deserialize(params['Result'])
18482
+ end
18483
+ @RequestId = params['RequestId']
18484
+ end
18485
+ end
18486
+
18487
+ # 子商户资质文件查询
18488
+ class QueryOpenBankSubMerchantCredentialResult < TencentCloud::Common::AbstractModel
18489
+ # @param UploadStatus: 上传状态
18490
+ # @type UploadStatus: String
18491
+ # @param UploadMessage: 上传描述
18492
+ # 注意:此字段可能返回 null,表示取不到有效值。
18493
+ # @type UploadMessage: String
18494
+
18495
+ attr_accessor :UploadStatus, :UploadMessage
18496
+
18497
+ def initialize(uploadstatus=nil, uploadmessage=nil)
18498
+ @UploadStatus = uploadstatus
18499
+ @UploadMessage = uploadmessage
18500
+ end
18501
+
18502
+ def deserialize(params)
18503
+ @UploadStatus = params['UploadStatus']
18504
+ @UploadMessage = params['UploadMessage']
18505
+ end
18506
+ end
18507
+
18508
+ # QueryOpenBankSubMerchantRateConfigure请求参数结构体
18509
+ class QueryOpenBankSubMerchantRateConfigureRequest < TencentCloud::Common::AbstractModel
18510
+ # @param ChannelRegistrationNo: 渠道进件序列号。
18511
+ # @type ChannelRegistrationNo: String
18512
+ # @param ChannelMerchantId: 渠道商户ID。
18513
+ # @type ChannelMerchantId: String
18514
+ # @param ChannelSubMerchantId: 渠道子商户ID。
18515
+ # @type ChannelSubMerchantId: String
18516
+ # @param ChannelName: 渠道名称。详见附录-云企付枚举类说明-ChannelName。
18517
+ # TENPAY: 商企付
18518
+ # WECHAT: 微信支付
18519
+ # ALIPAY: 支付宝
18520
+ # HELIPAY:合利宝
18521
+ # @type ChannelName: String
18522
+ # @param ChannelProductFeeNo: 渠道产品费率序列号。与外部产品费率序列号二者选填其一。
18523
+ # @type ChannelProductFeeNo: String
18524
+ # @param OutProductFeeNo: 外部产品费率序列号。与渠道产品费率序列号二者选填其一。
18525
+ # @type OutProductFeeNo: String
18526
+ # @param Environment: 环境类型。
18527
+ # __release__:生产环境
18528
+ # __sandbox__:沙箱环境
18529
+ # _不填默认为生产环境_
18530
+ # @type Environment: String
18531
+
18532
+ attr_accessor :ChannelRegistrationNo, :ChannelMerchantId, :ChannelSubMerchantId, :ChannelName, :ChannelProductFeeNo, :OutProductFeeNo, :Environment
18533
+
18534
+ def initialize(channelregistrationno=nil, channelmerchantid=nil, channelsubmerchantid=nil, channelname=nil, channelproductfeeno=nil, outproductfeeno=nil, environment=nil)
18535
+ @ChannelRegistrationNo = channelregistrationno
18536
+ @ChannelMerchantId = channelmerchantid
18537
+ @ChannelSubMerchantId = channelsubmerchantid
18538
+ @ChannelName = channelname
18539
+ @ChannelProductFeeNo = channelproductfeeno
18540
+ @OutProductFeeNo = outproductfeeno
18541
+ @Environment = environment
18542
+ end
18543
+
18544
+ def deserialize(params)
18545
+ @ChannelRegistrationNo = params['ChannelRegistrationNo']
18546
+ @ChannelMerchantId = params['ChannelMerchantId']
18547
+ @ChannelSubMerchantId = params['ChannelSubMerchantId']
18548
+ @ChannelName = params['ChannelName']
18549
+ @ChannelProductFeeNo = params['ChannelProductFeeNo']
18550
+ @OutProductFeeNo = params['OutProductFeeNo']
18551
+ @Environment = params['Environment']
18552
+ end
18553
+ end
18554
+
18555
+ # QueryOpenBankSubMerchantRateConfigure返回参数结构体
18556
+ class QueryOpenBankSubMerchantRateConfigureResponse < TencentCloud::Common::AbstractModel
18557
+ # @param ErrCode: 错误码。
18558
+ # __SUCCESS__: 成功
18559
+ # __其他__: 见附录-错误码表
18560
+ # @type ErrCode: String
18561
+ # @param ErrMessage: 错误消息。
18562
+ # 注意:此字段可能返回 null,表示取不到有效值。
17031
18563
  # @type ErrMessage: String
17032
- # @param Result: 查询支付结果响应对象。
18564
+ # @param Result: 返回结果。
17033
18565
  # 注意:此字段可能返回 null,表示取不到有效值。
17034
- # @type Result: :class:`Tencentcloud::Cpdp.v20190820.models.QueryOpenBankPaymentOrderResult`
18566
+ # @type Result: :class:`Tencentcloud::Cpdp.v20190820.models.QueryOpenBankSubMerchantRateConfigureResult`
17035
18567
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
17036
18568
  # @type RequestId: String
17037
18569
 
@@ -17048,108 +18580,34 @@ module TencentCloud
17048
18580
  @ErrCode = params['ErrCode']
17049
18581
  @ErrMessage = params['ErrMessage']
17050
18582
  unless params['Result'].nil?
17051
- @Result = QueryOpenBankPaymentOrderResult.new
18583
+ @Result = QueryOpenBankSubMerchantRateConfigureResult.new
17052
18584
  @Result.deserialize(params['Result'])
17053
18585
  end
17054
18586
  @RequestId = params['RequestId']
17055
18587
  end
17056
18588
  end
17057
18589
 
17058
- # 云企付-查询订单支付结果
17059
- class QueryOpenBankPaymentOrderResult < TencentCloud::Common::AbstractModel
17060
- # @param ChannelMerchantId: 渠道商户号。外部接入平台入驻云企付平台下发
17061
- # @type ChannelMerchantId: String
17062
- # @param OutOrderId: 外部商户订单号
17063
- # @type OutOrderId: String
17064
- # @param ChannelOrderId: 云企付平台订单号
17065
- # @type ChannelOrderId: String
17066
- # @param ThirdPayOrderId: 第三方支付平台订单号
17067
- # @type ThirdPayOrderId: String
17068
- # @param OrderStatus: 订单状态。
17069
- # INIT:初始化
17070
- # PAYING:支付中
17071
- # ACCEPTED:支付受理成功
17072
- # SUCCESS:支付成功
17073
- # CLOSED:关单
17074
- # PAY_FAIL:支付失败
17075
- # REVOKE:退票
17076
- # @type OrderStatus: String
17077
- # @param ChannelName: 支付渠道名称,如TENPAY
17078
- # @type ChannelName: String
17079
- # @param PaymentMethod: 付款方式。如EBANK_PAYMENT
17080
- # OPENBANK_PAYMENT
17081
- # @type PaymentMethod: String
17082
- # @param TotalAmount: 订单金额。单位分
17083
- # @type TotalAmount: Integer
17084
- # @param PayAmount: 实际支付金额。单位分,支付成功时返回
17085
- # @type PayAmount: Integer
17086
- # @param FailReason: 失败原因,若失败的返回
17087
- # 注意:此字段可能返回 null,表示取不到有效值。
17088
- # @type FailReason: String
17089
- # @param Attachment: 附加信息,查询时原样透传
17090
- # 注意:此字段可能返回 null,表示取不到有效值。
17091
- # @type Attachment: String
17092
- # @param RedirectInfo: 重定向参数,用于客户端跳转,订单未支付时返回该参数
17093
- # 渠道为TENPAY,付款方式为EBANK_PAYMENT时返回
17094
- # 注意:此字段可能返回 null,表示取不到有效值。
17095
- # @type RedirectInfo: :class:`Tencentcloud::Cpdp.v20190820.models.OpenBankRedirectInfo`
17096
- # @param ExternalReturnData: 第三方渠道返回信息,见渠道特殊说明,详情见附录-复杂类型。
17097
- # 注意:此字段可能返回 null,表示取不到有效值。
17098
- # @type ExternalReturnData: String
17099
- # @param BankApprovalGuideInfo: 银行复核指引。当TENPAY下OPENBANT_PAYMENT时,下单受理成功是返回。
17100
- # 注意:此字段可能返回 null,表示取不到有效值。
17101
- # @type BankApprovalGuideInfo: :class:`Tencentcloud::Cpdp.v20190820.models.OpenBankApprovalGuideInfo`
17102
- # @param FeeAmount: 手续费金额
17103
- # 注意:此字段可能返回 null,表示取不到有效值。
17104
- # @type FeeAmount: Integer
17105
- # @param FeeRate: 手续费费率
18590
+ # 子商户费率配置查询结果
18591
+ class QueryOpenBankSubMerchantRateConfigureResult < TencentCloud::Common::AbstractModel
18592
+ # @param DealStatus: 处理状态
18593
+ # SUCCESS: 开通成功
18594
+ # FAILED: 开通失败
18595
+ # PROCESSING: 开通中
18596
+ # @type DealStatus: String
18597
+ # @param DealMessage: 处理描述
17106
18598
  # 注意:此字段可能返回 null,表示取不到有效值。
17107
- # @type FeeRate: Integer
18599
+ # @type DealMessage: String
17108
18600
 
17109
- attr_accessor :ChannelMerchantId, :OutOrderId, :ChannelOrderId, :ThirdPayOrderId, :OrderStatus, :ChannelName, :PaymentMethod, :TotalAmount, :PayAmount, :FailReason, :Attachment, :RedirectInfo, :ExternalReturnData, :BankApprovalGuideInfo, :FeeAmount, :FeeRate
18601
+ attr_accessor :DealStatus, :DealMessage
17110
18602
 
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)
17112
- @ChannelMerchantId = channelmerchantid
17113
- @OutOrderId = outorderid
17114
- @ChannelOrderId = channelorderid
17115
- @ThirdPayOrderId = thirdpayorderid
17116
- @OrderStatus = orderstatus
17117
- @ChannelName = channelname
17118
- @PaymentMethod = paymentmethod
17119
- @TotalAmount = totalamount
17120
- @PayAmount = payamount
17121
- @FailReason = failreason
17122
- @Attachment = attachment
17123
- @RedirectInfo = redirectinfo
17124
- @ExternalReturnData = externalreturndata
17125
- @BankApprovalGuideInfo = bankapprovalguideinfo
17126
- @FeeAmount = feeamount
17127
- @FeeRate = feerate
18603
+ def initialize(dealstatus=nil, dealmessage=nil)
18604
+ @DealStatus = dealstatus
18605
+ @DealMessage = dealmessage
17128
18606
  end
17129
18607
 
17130
18608
  def deserialize(params)
17131
- @ChannelMerchantId = params['ChannelMerchantId']
17132
- @OutOrderId = params['OutOrderId']
17133
- @ChannelOrderId = params['ChannelOrderId']
17134
- @ThirdPayOrderId = params['ThirdPayOrderId']
17135
- @OrderStatus = params['OrderStatus']
17136
- @ChannelName = params['ChannelName']
17137
- @PaymentMethod = params['PaymentMethod']
17138
- @TotalAmount = params['TotalAmount']
17139
- @PayAmount = params['PayAmount']
17140
- @FailReason = params['FailReason']
17141
- @Attachment = params['Attachment']
17142
- unless params['RedirectInfo'].nil?
17143
- @RedirectInfo = OpenBankRedirectInfo.new
17144
- @RedirectInfo.deserialize(params['RedirectInfo'])
17145
- end
17146
- @ExternalReturnData = params['ExternalReturnData']
17147
- unless params['BankApprovalGuideInfo'].nil?
17148
- @BankApprovalGuideInfo = OpenBankApprovalGuideInfo.new
17149
- @BankApprovalGuideInfo.deserialize(params['BankApprovalGuideInfo'])
17150
- end
17151
- @FeeAmount = params['FeeAmount']
17152
- @FeeRate = params['FeeRate']
18609
+ @DealStatus = params['DealStatus']
18610
+ @DealMessage = params['DealMessage']
17153
18611
  end
17154
18612
  end
17155
18613
 
@@ -20014,6 +21472,95 @@ module TencentCloud
20014
21472
  end
20015
21473
  end
20016
21474
 
21475
+ # RefundOpenBankOrder请求参数结构体
21476
+ class RefundOpenBankOrderRequest < TencentCloud::Common::AbstractModel
21477
+ # @param OutRefundId: 外部商户退款单号。
21478
+ # @type OutRefundId: String
21479
+ # @param RefundAmount: 退款金额。单位分。
21480
+ # @type RefundAmount: Integer
21481
+ # @param ChannelMerchantId: 渠道商户号。
21482
+ # @type ChannelMerchantId: String
21483
+ # @param OutOrderId: 外部商户订单号,与云企付渠道订单号二者选填其一。
21484
+ # @type OutOrderId: String
21485
+ # @param ChannelOrderId: 云企付渠道订单号,与外部订单号二者选填其一。
21486
+ # @type ChannelOrderId: String
21487
+ # @param NotifyUrl: 退款通知地址。
21488
+ # @type NotifyUrl: String
21489
+ # @param RefundReason: 退款原因。
21490
+ # @type RefundReason: String
21491
+ # @param ExternalRefundData: 第三方渠道退款附加信息。详见附录-复杂类型。
21492
+ # 若未作特殊说明,则无需传入。
21493
+ # @type ExternalRefundData: String
21494
+ # @param Remark: 备注信息
21495
+ # @type Remark: String
21496
+ # @param Environment: 环境类型。
21497
+ # __release__:生产环境
21498
+ # __sandbox__:沙箱环境
21499
+ # _不填默认为生产环境_
21500
+ # @type Environment: String
21501
+
21502
+ attr_accessor :OutRefundId, :RefundAmount, :ChannelMerchantId, :OutOrderId, :ChannelOrderId, :NotifyUrl, :RefundReason, :ExternalRefundData, :Remark, :Environment
21503
+
21504
+ def initialize(outrefundid=nil, refundamount=nil, channelmerchantid=nil, outorderid=nil, channelorderid=nil, notifyurl=nil, refundreason=nil, externalrefunddata=nil, remark=nil, environment=nil)
21505
+ @OutRefundId = outrefundid
21506
+ @RefundAmount = refundamount
21507
+ @ChannelMerchantId = channelmerchantid
21508
+ @OutOrderId = outorderid
21509
+ @ChannelOrderId = channelorderid
21510
+ @NotifyUrl = notifyurl
21511
+ @RefundReason = refundreason
21512
+ @ExternalRefundData = externalrefunddata
21513
+ @Remark = remark
21514
+ @Environment = environment
21515
+ end
21516
+
21517
+ def deserialize(params)
21518
+ @OutRefundId = params['OutRefundId']
21519
+ @RefundAmount = params['RefundAmount']
21520
+ @ChannelMerchantId = params['ChannelMerchantId']
21521
+ @OutOrderId = params['OutOrderId']
21522
+ @ChannelOrderId = params['ChannelOrderId']
21523
+ @NotifyUrl = params['NotifyUrl']
21524
+ @RefundReason = params['RefundReason']
21525
+ @ExternalRefundData = params['ExternalRefundData']
21526
+ @Remark = params['Remark']
21527
+ @Environment = params['Environment']
21528
+ end
21529
+ end
21530
+
21531
+ # RefundOpenBankOrder返回参数结构体
21532
+ class RefundOpenBankOrderResponse < TencentCloud::Common::AbstractModel
21533
+ # @param ErrCode: 错误码
21534
+ # @type ErrCode: String
21535
+ # @param ErrMessage: 错误消息
21536
+ # 注意:此字段可能返回 null,表示取不到有效值。
21537
+ # @type ErrMessage: String
21538
+ # @param Result: 返回结果
21539
+ # 注意:此字段可能返回 null,表示取不到有效值。
21540
+ # @type Result: :class:`Tencentcloud::Cpdp.v20190820.models.OpenBankRefundOrderApplyResult`
21541
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
21542
+ # @type RequestId: String
21543
+
21544
+ attr_accessor :ErrCode, :ErrMessage, :Result, :RequestId
21545
+
21546
+ def initialize(errcode=nil, errmessage=nil, result=nil, requestid=nil)
21547
+ @ErrCode = errcode
21548
+ @ErrMessage = errmessage
21549
+ @Result = result
21550
+ @RequestId = requestid
21551
+ end
21552
+
21553
+ def deserialize(params)
21554
+ @ErrCode = params['ErrCode']
21555
+ @ErrMessage = params['ErrMessage']
21556
+ unless params['Result'].nil?
21557
+ @Result = OpenBankRefundOrderApplyResult.new
21558
+ @Result.deserialize(params['Result'])
21559
+ end
21560
+ @RequestId = params['RequestId']
21561
+ end
21562
+ end
21563
+
20017
21564
  # RefundOrder请求参数结构体
20018
21565
  class RefundOrderRequest < TencentCloud::Common::AbstractModel
20019
21566
  # @param MerchantAppId: 进件成功后返给商户方的AppId
@@ -21236,6 +22783,59 @@ module TencentCloud
21236
22783
  end
21237
22784
  end
21238
22785
 
22786
+ # 商户结算信息
22787
+ class SettleInfo < TencentCloud::Common::AbstractModel
22788
+ # @param SettleAccountType: 结算账户类型
22789
+ # PRIVATE:对私
22790
+ # BUSINESS:对公
22791
+ # HELIPAY渠道必传
22792
+ # @type SettleAccountType: String
22793
+ # @param SettleAccountNumber: 结算账号
22794
+ # HELIPAY渠道必传
22795
+ # @type SettleAccountNumber: String
22796
+ # @param SettleAccountName: 结算账户名称
22797
+ # HELIPAY渠道必传
22798
+ # @type SettleAccountName: String
22799
+ # @param BankBranchId: 支行号
22800
+ # HELIPAY渠道必传
22801
+ # @type BankBranchId: String
22802
+ # @param BankBranchName: 支行名称
22803
+ # @type BankBranchName: String
22804
+ # @param SettleMode: 结算方式
22805
+ # AUTO:自动结算
22806
+ # SELF:自主结算
22807
+ # HELIPAY渠道必传
22808
+ # @type SettleMode: String
22809
+ # @param SettlePeriod: 结算周期
22810
+ # T1:工作日隔天结算
22811
+ # D1:自然日隔天结算
22812
+ # D0:当日结算
22813
+ # HELIPAY渠道必传
22814
+ # @type SettlePeriod: String
22815
+
22816
+ attr_accessor :SettleAccountType, :SettleAccountNumber, :SettleAccountName, :BankBranchId, :BankBranchName, :SettleMode, :SettlePeriod
22817
+
22818
+ def initialize(settleaccounttype=nil, settleaccountnumber=nil, settleaccountname=nil, bankbranchid=nil, bankbranchname=nil, settlemode=nil, settleperiod=nil)
22819
+ @SettleAccountType = settleaccounttype
22820
+ @SettleAccountNumber = settleaccountnumber
22821
+ @SettleAccountName = settleaccountname
22822
+ @BankBranchId = bankbranchid
22823
+ @BankBranchName = bankbranchname
22824
+ @SettleMode = settlemode
22825
+ @SettlePeriod = settleperiod
22826
+ end
22827
+
22828
+ def deserialize(params)
22829
+ @SettleAccountType = params['SettleAccountType']
22830
+ @SettleAccountNumber = params['SettleAccountNumber']
22831
+ @SettleAccountName = params['SettleAccountName']
22832
+ @BankBranchId = params['BankBranchId']
22833
+ @BankBranchName = params['BankBranchName']
22834
+ @SettleMode = params['SettleMode']
22835
+ @SettlePeriod = params['SettlePeriod']
22836
+ end
22837
+ end
22838
+
21239
22839
  # 结算订单结果
21240
22840
  class SettlementOrderResult < TencentCloud::Common::AbstractModel
21241
22841
  # @param IncomeType: 收入类型
@@ -23019,6 +24619,125 @@ module TencentCloud
23019
24619
  end
23020
24620
  end
23021
24621
 
24622
+ # UploadOpenBankSubMerchantCredential请求参数结构体
24623
+ class UploadOpenBankSubMerchantCredentialRequest < TencentCloud::Common::AbstractModel
24624
+ # @param ChannelMerchantId: 渠道商户ID。
24625
+ # @type ChannelMerchantId: String
24626
+ # @param ChannelSubMerchantId: 渠道子商户ID。
24627
+ # @type ChannelSubMerchantId: String
24628
+ # @param ChannelName: 渠道名称。详见附录-枚举类型-ChannelName。
24629
+ # @type ChannelName: String
24630
+ # @param OutApplyId: 外部序列进件号。
24631
+ # @type OutApplyId: String
24632
+ # @param CredentialType: 资质类型,详见附录-枚举类型-CredentialType。
24633
+ # @type CredentialType: String
24634
+ # @param FileType: 文件类型。
24635
+ # 合利宝渠道,文件类型为PNG/JPG格式。
24636
+ # @type FileType: String
24637
+ # @param PaymentMethod: 支付方式。
24638
+ # 合利宝渠道不需要传。
24639
+ # @type PaymentMethod: String
24640
+ # @param CredentialContent: 资质文件内容。Base64编码,资质文件内容和链接二选一。
24641
+ # 合利宝渠道,文件限制大小5M以内。
24642
+ # @type CredentialContent: String
24643
+ # @param CredentialUrl: 资质文件链接。资质文件内容和链接二选一。
24644
+ # 合利宝渠道,文件限制大小5M以内。
24645
+ # @type CredentialUrl: String
24646
+ # @param Environment: 环境类型。
24647
+ # __release__:生产环境
24648
+ # __sandbox__:沙箱环境
24649
+ # _不填默认为生产环境_
24650
+ # @type Environment: String
24651
+
24652
+ attr_accessor :ChannelMerchantId, :ChannelSubMerchantId, :ChannelName, :OutApplyId, :CredentialType, :FileType, :PaymentMethod, :CredentialContent, :CredentialUrl, :Environment
24653
+
24654
+ def initialize(channelmerchantid=nil, channelsubmerchantid=nil, channelname=nil, outapplyid=nil, credentialtype=nil, filetype=nil, paymentmethod=nil, credentialcontent=nil, credentialurl=nil, environment=nil)
24655
+ @ChannelMerchantId = channelmerchantid
24656
+ @ChannelSubMerchantId = channelsubmerchantid
24657
+ @ChannelName = channelname
24658
+ @OutApplyId = outapplyid
24659
+ @CredentialType = credentialtype
24660
+ @FileType = filetype
24661
+ @PaymentMethod = paymentmethod
24662
+ @CredentialContent = credentialcontent
24663
+ @CredentialUrl = credentialurl
24664
+ @Environment = environment
24665
+ end
24666
+
24667
+ def deserialize(params)
24668
+ @ChannelMerchantId = params['ChannelMerchantId']
24669
+ @ChannelSubMerchantId = params['ChannelSubMerchantId']
24670
+ @ChannelName = params['ChannelName']
24671
+ @OutApplyId = params['OutApplyId']
24672
+ @CredentialType = params['CredentialType']
24673
+ @FileType = params['FileType']
24674
+ @PaymentMethod = params['PaymentMethod']
24675
+ @CredentialContent = params['CredentialContent']
24676
+ @CredentialUrl = params['CredentialUrl']
24677
+ @Environment = params['Environment']
24678
+ end
24679
+ end
24680
+
24681
+ # UploadOpenBankSubMerchantCredential返回参数结构体
24682
+ class UploadOpenBankSubMerchantCredentialResponse < TencentCloud::Common::AbstractModel
24683
+ # @param ErrCode: 错误码。
24684
+ # @type ErrCode: String
24685
+ # @param ErrMessage: 错误消息。
24686
+ # @type ErrMessage: String
24687
+ # @param Result: 返回结果
24688
+ # 注意:此字段可能返回 null,表示取不到有效值。
24689
+ # @type Result: :class:`Tencentcloud::Cpdp.v20190820.models.UploadOpenBankSubMerchantCredentialResult`
24690
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
24691
+ # @type RequestId: String
24692
+
24693
+ attr_accessor :ErrCode, :ErrMessage, :Result, :RequestId
24694
+
24695
+ def initialize(errcode=nil, errmessage=nil, result=nil, requestid=nil)
24696
+ @ErrCode = errcode
24697
+ @ErrMessage = errmessage
24698
+ @Result = result
24699
+ @RequestId = requestid
24700
+ end
24701
+
24702
+ def deserialize(params)
24703
+ @ErrCode = params['ErrCode']
24704
+ @ErrMessage = params['ErrMessage']
24705
+ unless params['Result'].nil?
24706
+ @Result = UploadOpenBankSubMerchantCredentialResult.new
24707
+ @Result.deserialize(params['Result'])
24708
+ end
24709
+ @RequestId = params['RequestId']
24710
+ end
24711
+ end
24712
+
24713
+ # 上传子商户资质文件返回值
24714
+ class UploadOpenBankSubMerchantCredentialResult < TencentCloud::Common::AbstractModel
24715
+ # @param UploadStatus: 上传状态
24716
+ # SUCCESS:上传成功
24717
+ # FAILED:上传失败
24718
+ # PROCESSING:上传中
24719
+ # @type UploadStatus: String
24720
+ # @param UploadMessage: 上传描述
24721
+ # 注意:此字段可能返回 null,表示取不到有效值。
24722
+ # @type UploadMessage: String
24723
+ # @param ChannelApplyId: 渠道上传流水号
24724
+ # @type ChannelApplyId: String
24725
+
24726
+ attr_accessor :UploadStatus, :UploadMessage, :ChannelApplyId
24727
+
24728
+ def initialize(uploadstatus=nil, uploadmessage=nil, channelapplyid=nil)
24729
+ @UploadStatus = uploadstatus
24730
+ @UploadMessage = uploadmessage
24731
+ @ChannelApplyId = channelapplyid
24732
+ end
24733
+
24734
+ def deserialize(params)
24735
+ @UploadStatus = params['UploadStatus']
24736
+ @UploadMessage = params['UploadMessage']
24737
+ @ChannelApplyId = params['ChannelApplyId']
24738
+ end
24739
+ end
24740
+
23022
24741
  # UploadOrgFile请求参数结构体
23023
24742
  class UploadOrgFileRequest < TencentCloud::Common::AbstractModel
23024
24743
  # @param OpenId: 收单系统分配的开放ID