tencentcloud-sdk-cpdp 1.0.269 → 1.0.272

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.
@@ -66,18 +66,24 @@ module TencentCloud
66
66
 
67
67
  # AddContract请求参数结构体
68
68
  class AddContractRequest < TencentCloud::Common::AbstractModel
69
- # @param Fee: 签约扣率百分比(如:0.32)
70
- # @type Fee: String
69
+ # @param OpenId: 收单系统分配的开放ID
70
+ # @type OpenId: String
71
+ # @param OpenKey: 收单系统分配的密钥
72
+ # @type OpenKey: String
71
73
  # @param OutContractId: 机构合同主键(系统有唯一性校验),建议使用合同表的主键ID,防止重复添加合同
72
74
  # @type OutContractId: String
73
- # @param PaymentClassificationLimit: 封顶值(分为单位,无封顶填0)
74
- # @type PaymentClassificationLimit: String
75
- # @param ContactTelephone: 联系人电话
76
- # @type ContactTelephone: String
75
+ # @param Code: 合同编号(系统有唯一性校验)
76
+ # @type Code: String
77
77
  # @param PaymentId: 支付方式编号
78
78
  # @type PaymentId: String
79
- # @param OpenKey: 收单系统分配的密钥
80
- # @type OpenKey: String
79
+ # @param PaymentClassificationId: 支付方式行业分类编号
80
+ # @type PaymentClassificationId: String
81
+ # @param PaymentClassificationLimit: 封顶值(分为单位,无封顶填0)
82
+ # @type PaymentClassificationLimit: String
83
+ # @param MerchantNo: 商户编号
84
+ # @type MerchantNo: String
85
+ # @param Fee: 签约扣率百分比(如:0.32)
86
+ # @type Fee: String
81
87
  # @param StartDate: 合同生效日期(yyyy-mm-dd)
82
88
  # @type StartDate: String
83
89
  # @param EndDate: 合同过期日期(yyyy-mm-dd)
@@ -86,117 +92,111 @@ module TencentCloud
86
92
  # @type SignMan: String
87
93
  # @param SignName: 签购单名称,建议使用商户招牌名称
88
94
  # @type SignName: String
89
- # @param OpenId: 收单系统分配的开放ID
90
- # @type OpenId: String
91
- # @param MerchantNo: 商户编号
92
- # @type MerchantNo: String
93
- # @param PictureOne: 合同照片【私密区】
94
- # @type PictureOne: String
95
- # @param Contact: 联系人
96
- # @type Contact: String
97
95
  # @param SignDate: 合同签署日期(yyyy-mm-dd)
98
96
  # @type SignDate: String
99
- # @param Code: 合同编号(系统有唯一性校验)
100
- # @type Code: String
101
97
  # @param AutoSign: 是否自动续签(1是,0否)
102
98
  # @type AutoSign: String
103
- # @param PaymentClassificationId: 支付方式行业分类编号
104
- # @type PaymentClassificationId: String
105
- # @param Profile: 沙箱环境填sandbox,正式环境不填
106
- # @type Profile: String
99
+ # @param Contact: 联系人
100
+ # @type Contact: String
101
+ # @param ContactTelephone: 联系人电话
102
+ # @type ContactTelephone: String
103
+ # @param PictureOne: 合同照片【私密区】
104
+ # @type PictureOne: String
107
105
  # @param PictureTwo: 合同照片【私密区】
108
106
  # @type PictureTwo: String
109
- # @param PaymentOptionTen: 合同选项8
110
- # @type PaymentOptionTen: String
111
- # @param PaymentOptionNine: 合同选项7(不同支付方式规则不一样,请以支付方式规定的格式传值)
112
- # @type PaymentOptionNine: String
113
- # @param PaymentOptionOther: 合同选项6(不同支付方式规则不一样,请以支付方式规定的格式传值)
114
- # @type PaymentOptionOther: String
115
- # @param PaymentOptionFive: 合同证书选项1(不同支付方式规则不一样,请以支付方式规定的格式传值)
116
- # @type PaymentOptionFive: String
117
- # @param PaymentOptionFour: 合同选项4(不同支付方式规则不一样,请以支付方式规定的格式传值)
118
- # @type PaymentOptionFour: String
119
- # @param PaymentOptionSeven: 合同选项5(不同支付方式规则不一样,请以支付方式规定的格式传值)
120
- # @type PaymentOptionSeven: String
121
- # @param PaymentOptionSix: 合同证书选项2(不同支付方式规则不一样,请以支付方式规定的格式传值)
122
- # @type PaymentOptionSix: String
107
+ # @param ChannelExtJson: 渠道扩展字段,json格式
108
+ # @type ChannelExtJson: String
109
+ # @param Profile: 沙箱环境填sandbox,正式环境不填
110
+ # @type Profile: String
123
111
  # @param PaymentOptionOne: 合同选项1(不同支付方式规则不一样,请以支付方式规定的格式传值)
124
112
  # @type PaymentOptionOne: String
125
- # @param PaymentOptionThree: 合同选项3(不同支付方式规则不一样,请以支付方式规定的格式传值)
126
- # @type PaymentOptionThree: String
127
113
  # @param PaymentOptionTwo: 合同选项2(不同支付方式规则不一样,请以支付方式规定的格式传值)
128
114
  # @type PaymentOptionTwo: String
129
- # @param ChannelExtJson: 渠道扩展字段,json格式
130
- # @type ChannelExtJson: String
115
+ # @param PaymentOptionThree: 合同选项3(不同支付方式规则不一样,请以支付方式规定的格式传值)
116
+ # @type PaymentOptionThree: String
117
+ # @param PaymentOptionFour: 合同选项4(不同支付方式规则不一样,请以支付方式规定的格式传值)
118
+ # @type PaymentOptionFour: String
119
+ # @param PaymentOptionFive: 合同证书选项1(不同支付方式规则不一样,请以支付方式规定的格式传值)
120
+ # @type PaymentOptionFive: String
121
+ # @param PaymentOptionSix: 合同证书选项2(不同支付方式规则不一样,请以支付方式规定的格式传值)
122
+ # @type PaymentOptionSix: String
123
+ # @param PaymentOptionSeven: 合同选项5(不同支付方式规则不一样,请以支付方式规定的格式传值)
124
+ # @type PaymentOptionSeven: String
125
+ # @param PaymentOptionOther: 合同选项6(不同支付方式规则不一样,请以支付方式规定的格式传值)
126
+ # @type PaymentOptionOther: String
127
+ # @param PaymentOptionTen: 合同选项8
128
+ # @type PaymentOptionTen: String
129
+ # @param PaymentOptionNine: 合同选项7(不同支付方式规则不一样,请以支付方式规定的格式传值)
130
+ # @type PaymentOptionNine: String
131
131
 
132
- attr_accessor :Fee, :OutContractId, :PaymentClassificationLimit, :ContactTelephone, :PaymentId, :OpenKey, :StartDate, :EndDate, :SignMan, :SignName, :OpenId, :MerchantNo, :PictureOne, :Contact, :SignDate, :Code, :AutoSign, :PaymentClassificationId, :Profile, :PictureTwo, :PaymentOptionTen, :PaymentOptionNine, :PaymentOptionOther, :PaymentOptionFive, :PaymentOptionFour, :PaymentOptionSeven, :PaymentOptionSix, :PaymentOptionOne, :PaymentOptionThree, :PaymentOptionTwo, :ChannelExtJson
132
+ attr_accessor :OpenId, :OpenKey, :OutContractId, :Code, :PaymentId, :PaymentClassificationId, :PaymentClassificationLimit, :MerchantNo, :Fee, :StartDate, :EndDate, :SignMan, :SignName, :SignDate, :AutoSign, :Contact, :ContactTelephone, :PictureOne, :PictureTwo, :ChannelExtJson, :Profile, :PaymentOptionOne, :PaymentOptionTwo, :PaymentOptionThree, :PaymentOptionFour, :PaymentOptionFive, :PaymentOptionSix, :PaymentOptionSeven, :PaymentOptionOther, :PaymentOptionTen, :PaymentOptionNine
133
133
 
134
- def initialize(fee=nil, outcontractid=nil, paymentclassificationlimit=nil, contacttelephone=nil, paymentid=nil, openkey=nil, startdate=nil, enddate=nil, signman=nil, signname=nil, openid=nil, merchantno=nil, pictureone=nil, contact=nil, signdate=nil, code=nil, autosign=nil, paymentclassificationid=nil, profile=nil, picturetwo=nil, paymentoptionten=nil, paymentoptionnine=nil, paymentoptionother=nil, paymentoptionfive=nil, paymentoptionfour=nil, paymentoptionseven=nil, paymentoptionsix=nil, paymentoptionone=nil, paymentoptionthree=nil, paymentoptiontwo=nil, channelextjson=nil)
135
- @Fee = fee
134
+ def initialize(openid=nil, openkey=nil, outcontractid=nil, code=nil, paymentid=nil, paymentclassificationid=nil, paymentclassificationlimit=nil, merchantno=nil, fee=nil, startdate=nil, enddate=nil, signman=nil, signname=nil, signdate=nil, autosign=nil, contact=nil, contacttelephone=nil, pictureone=nil, picturetwo=nil, channelextjson=nil, profile=nil, paymentoptionone=nil, paymentoptiontwo=nil, paymentoptionthree=nil, paymentoptionfour=nil, paymentoptionfive=nil, paymentoptionsix=nil, paymentoptionseven=nil, paymentoptionother=nil, paymentoptionten=nil, paymentoptionnine=nil)
135
+ @OpenId = openid
136
+ @OpenKey = openkey
136
137
  @OutContractId = outcontractid
137
- @PaymentClassificationLimit = paymentclassificationlimit
138
- @ContactTelephone = contacttelephone
138
+ @Code = code
139
139
  @PaymentId = paymentid
140
- @OpenKey = openkey
140
+ @PaymentClassificationId = paymentclassificationid
141
+ @PaymentClassificationLimit = paymentclassificationlimit
142
+ @MerchantNo = merchantno
143
+ @Fee = fee
141
144
  @StartDate = startdate
142
145
  @EndDate = enddate
143
146
  @SignMan = signman
144
147
  @SignName = signname
145
- @OpenId = openid
146
- @MerchantNo = merchantno
147
- @PictureOne = pictureone
148
- @Contact = contact
149
148
  @SignDate = signdate
150
- @Code = code
151
149
  @AutoSign = autosign
152
- @PaymentClassificationId = paymentclassificationid
153
- @Profile = profile
150
+ @Contact = contact
151
+ @ContactTelephone = contacttelephone
152
+ @PictureOne = pictureone
154
153
  @PictureTwo = picturetwo
155
- @PaymentOptionTen = paymentoptionten
156
- @PaymentOptionNine = paymentoptionnine
157
- @PaymentOptionOther = paymentoptionother
158
- @PaymentOptionFive = paymentoptionfive
159
- @PaymentOptionFour = paymentoptionfour
160
- @PaymentOptionSeven = paymentoptionseven
161
- @PaymentOptionSix = paymentoptionsix
154
+ @ChannelExtJson = channelextjson
155
+ @Profile = profile
162
156
  @PaymentOptionOne = paymentoptionone
163
- @PaymentOptionThree = paymentoptionthree
164
157
  @PaymentOptionTwo = paymentoptiontwo
165
- @ChannelExtJson = channelextjson
158
+ @PaymentOptionThree = paymentoptionthree
159
+ @PaymentOptionFour = paymentoptionfour
160
+ @PaymentOptionFive = paymentoptionfive
161
+ @PaymentOptionSix = paymentoptionsix
162
+ @PaymentOptionSeven = paymentoptionseven
163
+ @PaymentOptionOther = paymentoptionother
164
+ @PaymentOptionTen = paymentoptionten
165
+ @PaymentOptionNine = paymentoptionnine
166
166
  end
167
167
 
168
168
  def deserialize(params)
169
- @Fee = params['Fee']
169
+ @OpenId = params['OpenId']
170
+ @OpenKey = params['OpenKey']
170
171
  @OutContractId = params['OutContractId']
171
- @PaymentClassificationLimit = params['PaymentClassificationLimit']
172
- @ContactTelephone = params['ContactTelephone']
172
+ @Code = params['Code']
173
173
  @PaymentId = params['PaymentId']
174
- @OpenKey = params['OpenKey']
174
+ @PaymentClassificationId = params['PaymentClassificationId']
175
+ @PaymentClassificationLimit = params['PaymentClassificationLimit']
176
+ @MerchantNo = params['MerchantNo']
177
+ @Fee = params['Fee']
175
178
  @StartDate = params['StartDate']
176
179
  @EndDate = params['EndDate']
177
180
  @SignMan = params['SignMan']
178
181
  @SignName = params['SignName']
179
- @OpenId = params['OpenId']
180
- @MerchantNo = params['MerchantNo']
181
- @PictureOne = params['PictureOne']
182
- @Contact = params['Contact']
183
182
  @SignDate = params['SignDate']
184
- @Code = params['Code']
185
183
  @AutoSign = params['AutoSign']
186
- @PaymentClassificationId = params['PaymentClassificationId']
187
- @Profile = params['Profile']
184
+ @Contact = params['Contact']
185
+ @ContactTelephone = params['ContactTelephone']
186
+ @PictureOne = params['PictureOne']
188
187
  @PictureTwo = params['PictureTwo']
189
- @PaymentOptionTen = params['PaymentOptionTen']
190
- @PaymentOptionNine = params['PaymentOptionNine']
191
- @PaymentOptionOther = params['PaymentOptionOther']
192
- @PaymentOptionFive = params['PaymentOptionFive']
193
- @PaymentOptionFour = params['PaymentOptionFour']
194
- @PaymentOptionSeven = params['PaymentOptionSeven']
195
- @PaymentOptionSix = params['PaymentOptionSix']
188
+ @ChannelExtJson = params['ChannelExtJson']
189
+ @Profile = params['Profile']
196
190
  @PaymentOptionOne = params['PaymentOptionOne']
197
- @PaymentOptionThree = params['PaymentOptionThree']
198
191
  @PaymentOptionTwo = params['PaymentOptionTwo']
199
- @ChannelExtJson = params['ChannelExtJson']
192
+ @PaymentOptionThree = params['PaymentOptionThree']
193
+ @PaymentOptionFour = params['PaymentOptionFour']
194
+ @PaymentOptionFive = params['PaymentOptionFive']
195
+ @PaymentOptionSix = params['PaymentOptionSix']
196
+ @PaymentOptionSeven = params['PaymentOptionSeven']
197
+ @PaymentOptionOther = params['PaymentOptionOther']
198
+ @PaymentOptionTen = params['PaymentOptionTen']
199
+ @PaymentOptionNine = params['PaymentOptionNine']
200
200
  end
201
201
  end
202
202
 
@@ -252,245 +252,245 @@ module TencentCloud
252
252
 
253
253
  # AddMerchant请求参数结构体
254
254
  class AddMerchantRequest < TencentCloud::Common::AbstractModel
255
- # @param BossName: 法人姓名
256
- # @type BossName: String
257
- # @param BusinessLicensePicture: 营业执照图片【私密区】(系统返回的图片路径),(小微商户不效验,随意传要有值,公司/个体户必传)
258
- # @type BusinessLicensePicture: String
259
- # @param BrandName: 招牌名称
260
- # @type BrandName: String
255
+ # @param OpenId: 收单系统分配的开放ID
256
+ # @type OpenId: String
261
257
  # @param OpenKey: 收单系统分配的密钥
262
258
  # @type OpenKey: String
263
- # @param BusinessLicenseEndDate: 营业执照过期时间(yyyy-mm-dd),(小微商户不效验,随意传要有值,公司/个体户必传)
264
- # @type BusinessLicenseEndDate: String
265
- # @param BossStartDate: 法人证件生效时间(yyyy-mm-dd)
266
- # @type BossStartDate: String
267
- # @param BankNo: 清算联行号,开户行行号
268
- # @type BankNo: String
269
- # @param BankName: 开户行名称
270
- # @type BankName: String
259
+ # @param OutMerchantId: 机构商户主键(系统有唯一性校验),建议使用商户表的主键ID,防止重复添加商户
260
+ # @type OutMerchantId: String
261
+ # @param MerchantName: 商户名称,小微商户命名要符合“”商户_名字” (例如:商户_张三)
262
+ # @type MerchantName: String
271
263
  # @param BusinessLicenseType: 营业执照类型(1三证合一,2非三证合一)
272
264
  # @type BusinessLicenseType: String
273
- # @param BossEndDate: 法人证件过期时间(yyyy-mm-dd)
274
- # @type BossEndDate: String
275
265
  # @param BusinessLicenseNo: 营业执照编号(系统有唯一性校验),(小微商户不效验,随意传要有值,公司/个体户必传)
276
266
  # @type BusinessLicenseNo: String
267
+ # @param BusinessLicensePicture: 营业执照图片【私密区】(系统返回的图片路径),(小微商户不效验,随意传要有值,公司/个体户必传)
268
+ # @type BusinessLicensePicture: String
277
269
  # @param BusinessLicenseStartDate: 营业执照生效时间(yyyy-mm-dd),(小微商户不效验,随意传要有值,公司/个体户必传)
278
270
  # @type BusinessLicenseStartDate: String
279
- # @param BossIdType: 法人证件类型(1居民身份证,2临时居民身份证,3居民户口簿,4护照,5港澳居民来往内地通行证,6回乡证,7军人证,8武警身份证,9其他法定文件)
280
- # @type BossIdType: String
281
- # @param Address: 详细地址,不含省市区县名称,长度需要大于5。
282
- # @type Address: String
283
- # @param BossIdCountry: 法人证件国别/地区(中国CHN,香港HKG,澳门MAC,台湾CTN)
284
- # @type BossIdCountry: String
285
- # @param OpenId: 收单系统分配的开放ID
286
- # @type OpenId: String
287
- # @param MerchantName: 商户名称,小微商户命名要符合“”商户_名字” (例如:商户_张三)
288
- # @type MerchantName: String
289
- # @param BossSex: 法人性别(1男,2女)
290
- # @type BossSex: String
271
+ # @param BusinessLicenseEndDate: 营业执照过期时间(yyyy-mm-dd),(小微商户不效验,随意传要有值,公司/个体户必传)
272
+ # @type BusinessLicenseEndDate: String
291
273
  # @param ClassificationIds: 行业分类编号列表(第一个分类编号为主分类,后面的为二级分类)
292
274
  # @type ClassificationIds: Array
293
- # @param BossIdNo: 法人证件号码
294
- # @type BossIdNo: String
295
- # @param LicencePicture: 许可证图片【私密区】,(小微商户不效验,随意传要有值,公司/个体户必传)
296
- # @type LicencePicture: String
275
+ # @param BrandName: 招牌名称
276
+ # @type BrandName: String
277
+ # @param Telephone: 联系电话
278
+ # @type Telephone: String
279
+ # @param CityId: 城市编号
280
+ # @type CityId: String
281
+ # @param Address: 详细地址,不含省市区县名称,长度需要大于5。
282
+ # @type Address: String
297
283
  # @param OpenHours: 营业时间,多个以小写逗号分开(9:00-12:00,13:00-18:00)
298
284
  # @type OpenHours: String
299
- # @param AccountName: 银行户名
300
- # @type AccountName: String
301
- # @param AccountNo: 银行账号
302
- # @type AccountNo: String
303
285
  # @param AccountType: 结算账户类型(2对私,1对公)
304
286
  # @type AccountType: String
305
- # @param Telephone: 联系电话
306
- # @type Telephone: String
287
+ # @param BankNo: 清算联行号,开户行行号
288
+ # @type BankNo: String
289
+ # @param BankName: 开户行名称
290
+ # @type BankName: String
291
+ # @param AccountNo: 银行账号
292
+ # @type AccountNo: String
293
+ # @param AccountName: 银行户名
294
+ # @type AccountName: String
295
+ # @param BossIdType: 法人证件类型(1居民身份证,2临时居民身份证,3居民户口簿,4护照,5港澳居民来往内地通行证,6回乡证,7军人证,8武警身份证,9其他法定文件)
296
+ # @type BossIdType: String
297
+ # @param BossIdNo: 法人证件号码
298
+ # @type BossIdNo: String
299
+ # @param BossName: 法人姓名
300
+ # @type BossName: String
301
+ # @param BossSex: 法人性别(1男,2女)
302
+ # @type BossSex: String
303
+ # @param BossIdCountry: 法人证件国别/地区(中国CHN,香港HKG,澳门MAC,台湾CTN)
304
+ # @type BossIdCountry: String
307
305
  # @param BossPositive: 法人身份证正面【私密区】(系统返回的图片路径)
308
306
  # @type BossPositive: String
309
- # @param CityId: 城市编号
310
- # @type CityId: String
311
307
  # @param BossBack: 法人身份证背面【私密区】(系统返回的图片路径)
312
308
  # @type BossBack: String
313
- # @param OutMerchantId: 机构商户主键(系统有唯一性校验),建议使用商户表的主键ID,防止重复添加商户
314
- # @type OutMerchantId: String
315
- # @param OrganizationStartDate: 组织机构代码证生效时间(yyyy-mm-dd)
316
- # @type OrganizationStartDate: String
317
- # @param AccountIdNo: 法人亲属证件号码
318
- # @type AccountIdNo: String
319
- # @param FinancialContact: 财务联系人
320
- # @type FinancialContact: String
321
- # @param AccountIdType: 法人亲属证件类型(1居民身份证,2临时居民身份证,3居民户口簿,4护照,5港澳居民来往内地通行证,6回乡证,7军人证,8武警身份证,9其他法定文件)结算账户人身份为法人亲属时必填
322
- # @type AccountIdType: String
309
+ # @param BossStartDate: 法人证件生效时间(yyyy-mm-dd)
310
+ # @type BossStartDate: String
311
+ # @param BossEndDate: 法人证件过期时间(yyyy-mm-dd)
312
+ # @type BossEndDate: String
313
+ # @param LicencePicture: 许可证图片【私密区】,(小微商户不效验,随意传要有值,公司/个体户必传)
314
+ # @type LicencePicture: String
315
+ # @param Type: 商户类型:1-个体,2-小微,3-企业。不传默认为2-小微商户。
316
+ # @type Type: String
323
317
  # @param OrganizationNo: 组织机构代码证号
324
318
  # @type OrganizationNo: String
325
- # @param OtherPictureOne: 其他资料1
326
- # @type OtherPictureOne: String
327
- # @param FinancialTelephone: 财务联系人电话
328
- # @type FinancialTelephone: String
329
- # @param Profile: 沙箱环境填sandbox,正式环境不填
330
- # @type Profile: String
319
+ # @param OrganizationStartDate: 组织机构代码证生效时间(yyyy-mm-dd)
320
+ # @type OrganizationStartDate: String
331
321
  # @param OrganizationPicture: 组织机构代码证图片【私密区】
332
322
  # @type OrganizationPicture: String
333
- # @param TaxRegistrationStartDate: 税务登记证生效时间(yyyy-mm-dd)
334
- # @type TaxRegistrationStartDate: String
323
+ # @param OrganizationEndDate: 组织机构代码证过期时间(yyyy-mm-dd)
324
+ # @type OrganizationEndDate: String
325
+ # @param Intro: 商户简介
326
+ # @type Intro: String
327
+ # @param Logo: 商户logo【公共区】
328
+ # @type Logo: String
335
329
  # @param Tag: 商户标记,自定义参数
336
330
  # @type Tag: String
331
+ # @param FinancialTelephone: 财务联系人电话
332
+ # @type FinancialTelephone: String
333
+ # @param FinancialContact: 财务联系人
334
+ # @type FinancialContact: String
335
+ # @param TaxRegistrationNo: 税务登记证号
336
+ # @type TaxRegistrationNo: String
337
+ # @param TaxRegistrationPicture: 税务登记证图片【私密区】
338
+ # @type TaxRegistrationPicture: String
339
+ # @param TaxRegistrationStartDate: 税务登记证生效时间(yyyy-mm-dd)
340
+ # @type TaxRegistrationStartDate: String
341
+ # @param TaxRegistrationEndDate: 税务登记证过期时间(yyyy-mm-dd)
342
+ # @type TaxRegistrationEndDate: String
337
343
  # @param AccountBoss: 结算账户人身份(1法人,2法人亲属),结算帐户为对私时必填
338
344
  # @type AccountBoss: String
345
+ # @param AccountManagerName: 客户经理姓名,必须为系统后台的管理员真实姓名
346
+ # @type AccountManagerName: String
339
347
  # @param BossTelephone: 法人电话
340
348
  # @type BossTelephone: String
341
- # @param TaxRegistrationPicture: 税务登记证图片【私密区】
342
- # @type TaxRegistrationPicture: String
343
- # @param OrganizationEndDate: 组织机构代码证过期时间(yyyy-mm-dd)
344
- # @type OrganizationEndDate: String
345
349
  # @param BossJob: 法人职业
346
350
  # @type BossJob: String
347
- # @param OtherPictureThree: 其他资料3
348
- # @type OtherPictureThree: String
349
- # @param LicencePictureTwo: 授权文件【私密区】
350
- # @type LicencePictureTwo: String
351
- # @param Logo: 商户logo【公共区】
352
- # @type Logo: String
353
- # @param BossAddress: 法人住址
354
- # @type BossAddress: String
355
351
  # @param BossEmail: 法人邮箱
356
352
  # @type BossEmail: String
353
+ # @param BossAddress: 法人住址
354
+ # @type BossAddress: String
355
+ # @param AccountIdType: 法人亲属证件类型(1居民身份证,2临时居民身份证,3居民户口簿,4护照,5港澳居民来往内地通行证,6回乡证,7军人证,8武警身份证,9其他法定文件)结算账户人身份为法人亲属时必填
356
+ # @type AccountIdType: String
357
+ # @param AccountIdNo: 法人亲属证件号码
358
+ # @type AccountIdNo: String
359
+ # @param LicencePictureTwo: 授权文件【私密区】
360
+ # @type LicencePictureTwo: String
361
+ # @param OtherPictureOne: 其他资料1
362
+ # @type OtherPictureOne: String
357
363
  # @param OtherPictureTwo: 其他资料2
358
364
  # @type OtherPictureTwo: String
359
- # @param Intro: 商户简介
360
- # @type Intro: String
361
- # @param AccountManagerName: 客户经理姓名,必须为系统后台的管理员真实姓名
362
- # @type AccountManagerName: String
363
- # @param TaxRegistrationEndDate: 税务登记证过期时间(yyyy-mm-dd)
364
- # @type TaxRegistrationEndDate: String
365
+ # @param OtherPictureThree: 其他资料3
366
+ # @type OtherPictureThree: String
365
367
  # @param OtherPictureFour: 其他资料4
366
368
  # @type OtherPictureFour: String
367
- # @param TaxRegistrationNo: 税务登记证号
368
- # @type TaxRegistrationNo: String
369
- # @param Type: 商户类型:1-个体,2-小微,3-企业。不传默认为2-小微商户。
370
- # @type Type: String
369
+ # @param Profile: 沙箱环境填sandbox,正式环境不填
370
+ # @type Profile: String
371
371
 
372
- attr_accessor :BossName, :BusinessLicensePicture, :BrandName, :OpenKey, :BusinessLicenseEndDate, :BossStartDate, :BankNo, :BankName, :BusinessLicenseType, :BossEndDate, :BusinessLicenseNo, :BusinessLicenseStartDate, :BossIdType, :Address, :BossIdCountry, :OpenId, :MerchantName, :BossSex, :ClassificationIds, :BossIdNo, :LicencePicture, :OpenHours, :AccountName, :AccountNo, :AccountType, :Telephone, :BossPositive, :CityId, :BossBack, :OutMerchantId, :OrganizationStartDate, :AccountIdNo, :FinancialContact, :AccountIdType, :OrganizationNo, :OtherPictureOne, :FinancialTelephone, :Profile, :OrganizationPicture, :TaxRegistrationStartDate, :Tag, :AccountBoss, :BossTelephone, :TaxRegistrationPicture, :OrganizationEndDate, :BossJob, :OtherPictureThree, :LicencePictureTwo, :Logo, :BossAddress, :BossEmail, :OtherPictureTwo, :Intro, :AccountManagerName, :TaxRegistrationEndDate, :OtherPictureFour, :TaxRegistrationNo, :Type
372
+ attr_accessor :OpenId, :OpenKey, :OutMerchantId, :MerchantName, :BusinessLicenseType, :BusinessLicenseNo, :BusinessLicensePicture, :BusinessLicenseStartDate, :BusinessLicenseEndDate, :ClassificationIds, :BrandName, :Telephone, :CityId, :Address, :OpenHours, :AccountType, :BankNo, :BankName, :AccountNo, :AccountName, :BossIdType, :BossIdNo, :BossName, :BossSex, :BossIdCountry, :BossPositive, :BossBack, :BossStartDate, :BossEndDate, :LicencePicture, :Type, :OrganizationNo, :OrganizationStartDate, :OrganizationPicture, :OrganizationEndDate, :Intro, :Logo, :Tag, :FinancialTelephone, :FinancialContact, :TaxRegistrationNo, :TaxRegistrationPicture, :TaxRegistrationStartDate, :TaxRegistrationEndDate, :AccountBoss, :AccountManagerName, :BossTelephone, :BossJob, :BossEmail, :BossAddress, :AccountIdType, :AccountIdNo, :LicencePictureTwo, :OtherPictureOne, :OtherPictureTwo, :OtherPictureThree, :OtherPictureFour, :Profile
373
373
 
374
- def initialize(bossname=nil, businesslicensepicture=nil, brandname=nil, openkey=nil, businesslicenseenddate=nil, bossstartdate=nil, bankno=nil, bankname=nil, businesslicensetype=nil, bossenddate=nil, businesslicenseno=nil, businesslicensestartdate=nil, bossidtype=nil, address=nil, bossidcountry=nil, openid=nil, merchantname=nil, bosssex=nil, classificationids=nil, bossidno=nil, licencepicture=nil, openhours=nil, accountname=nil, accountno=nil, accounttype=nil, telephone=nil, bosspositive=nil, cityid=nil, bossback=nil, outmerchantid=nil, organizationstartdate=nil, accountidno=nil, financialcontact=nil, accountidtype=nil, organizationno=nil, otherpictureone=nil, financialtelephone=nil, profile=nil, organizationpicture=nil, taxregistrationstartdate=nil, tag=nil, accountboss=nil, bosstelephone=nil, taxregistrationpicture=nil, organizationenddate=nil, bossjob=nil, otherpicturethree=nil, licencepicturetwo=nil, logo=nil, bossaddress=nil, bossemail=nil, otherpicturetwo=nil, intro=nil, accountmanagername=nil, taxregistrationenddate=nil, otherpicturefour=nil, taxregistrationno=nil, type=nil)
375
- @BossName = bossname
376
- @BusinessLicensePicture = businesslicensepicture
377
- @BrandName = brandname
374
+ def initialize(openid=nil, openkey=nil, outmerchantid=nil, merchantname=nil, businesslicensetype=nil, businesslicenseno=nil, businesslicensepicture=nil, businesslicensestartdate=nil, businesslicenseenddate=nil, classificationids=nil, brandname=nil, telephone=nil, cityid=nil, address=nil, openhours=nil, accounttype=nil, bankno=nil, bankname=nil, accountno=nil, accountname=nil, bossidtype=nil, bossidno=nil, bossname=nil, bosssex=nil, bossidcountry=nil, bosspositive=nil, bossback=nil, bossstartdate=nil, bossenddate=nil, licencepicture=nil, type=nil, organizationno=nil, organizationstartdate=nil, organizationpicture=nil, organizationenddate=nil, intro=nil, logo=nil, tag=nil, financialtelephone=nil, financialcontact=nil, taxregistrationno=nil, taxregistrationpicture=nil, taxregistrationstartdate=nil, taxregistrationenddate=nil, accountboss=nil, accountmanagername=nil, bosstelephone=nil, bossjob=nil, bossemail=nil, bossaddress=nil, accountidtype=nil, accountidno=nil, licencepicturetwo=nil, otherpictureone=nil, otherpicturetwo=nil, otherpicturethree=nil, otherpicturefour=nil, profile=nil)
375
+ @OpenId = openid
378
376
  @OpenKey = openkey
379
- @BusinessLicenseEndDate = businesslicenseenddate
380
- @BossStartDate = bossstartdate
381
- @BankNo = bankno
382
- @BankName = bankname
377
+ @OutMerchantId = outmerchantid
378
+ @MerchantName = merchantname
383
379
  @BusinessLicenseType = businesslicensetype
384
- @BossEndDate = bossenddate
385
380
  @BusinessLicenseNo = businesslicenseno
381
+ @BusinessLicensePicture = businesslicensepicture
386
382
  @BusinessLicenseStartDate = businesslicensestartdate
387
- @BossIdType = bossidtype
388
- @Address = address
389
- @BossIdCountry = bossidcountry
390
- @OpenId = openid
391
- @MerchantName = merchantname
392
- @BossSex = bosssex
383
+ @BusinessLicenseEndDate = businesslicenseenddate
393
384
  @ClassificationIds = classificationids
394
- @BossIdNo = bossidno
395
- @LicencePicture = licencepicture
385
+ @BrandName = brandname
386
+ @Telephone = telephone
387
+ @CityId = cityid
388
+ @Address = address
396
389
  @OpenHours = openhours
397
- @AccountName = accountname
398
- @AccountNo = accountno
399
390
  @AccountType = accounttype
400
- @Telephone = telephone
391
+ @BankNo = bankno
392
+ @BankName = bankname
393
+ @AccountNo = accountno
394
+ @AccountName = accountname
395
+ @BossIdType = bossidtype
396
+ @BossIdNo = bossidno
397
+ @BossName = bossname
398
+ @BossSex = bosssex
399
+ @BossIdCountry = bossidcountry
401
400
  @BossPositive = bosspositive
402
- @CityId = cityid
403
401
  @BossBack = bossback
404
- @OutMerchantId = outmerchantid
405
- @OrganizationStartDate = organizationstartdate
406
- @AccountIdNo = accountidno
407
- @FinancialContact = financialcontact
408
- @AccountIdType = accountidtype
402
+ @BossStartDate = bossstartdate
403
+ @BossEndDate = bossenddate
404
+ @LicencePicture = licencepicture
405
+ @Type = type
409
406
  @OrganizationNo = organizationno
410
- @OtherPictureOne = otherpictureone
411
- @FinancialTelephone = financialtelephone
412
- @Profile = profile
407
+ @OrganizationStartDate = organizationstartdate
413
408
  @OrganizationPicture = organizationpicture
414
- @TaxRegistrationStartDate = taxregistrationstartdate
409
+ @OrganizationEndDate = organizationenddate
410
+ @Intro = intro
411
+ @Logo = logo
415
412
  @Tag = tag
413
+ @FinancialTelephone = financialtelephone
414
+ @FinancialContact = financialcontact
415
+ @TaxRegistrationNo = taxregistrationno
416
+ @TaxRegistrationPicture = taxregistrationpicture
417
+ @TaxRegistrationStartDate = taxregistrationstartdate
418
+ @TaxRegistrationEndDate = taxregistrationenddate
416
419
  @AccountBoss = accountboss
420
+ @AccountManagerName = accountmanagername
417
421
  @BossTelephone = bosstelephone
418
- @TaxRegistrationPicture = taxregistrationpicture
419
- @OrganizationEndDate = organizationenddate
420
422
  @BossJob = bossjob
421
- @OtherPictureThree = otherpicturethree
422
- @LicencePictureTwo = licencepicturetwo
423
- @Logo = logo
424
- @BossAddress = bossaddress
425
423
  @BossEmail = bossemail
424
+ @BossAddress = bossaddress
425
+ @AccountIdType = accountidtype
426
+ @AccountIdNo = accountidno
427
+ @LicencePictureTwo = licencepicturetwo
428
+ @OtherPictureOne = otherpictureone
426
429
  @OtherPictureTwo = otherpicturetwo
427
- @Intro = intro
428
- @AccountManagerName = accountmanagername
429
- @TaxRegistrationEndDate = taxregistrationenddate
430
+ @OtherPictureThree = otherpicturethree
430
431
  @OtherPictureFour = otherpicturefour
431
- @TaxRegistrationNo = taxregistrationno
432
- @Type = type
432
+ @Profile = profile
433
433
  end
434
434
 
435
435
  def deserialize(params)
436
- @BossName = params['BossName']
437
- @BusinessLicensePicture = params['BusinessLicensePicture']
438
- @BrandName = params['BrandName']
436
+ @OpenId = params['OpenId']
439
437
  @OpenKey = params['OpenKey']
440
- @BusinessLicenseEndDate = params['BusinessLicenseEndDate']
441
- @BossStartDate = params['BossStartDate']
442
- @BankNo = params['BankNo']
443
- @BankName = params['BankName']
438
+ @OutMerchantId = params['OutMerchantId']
439
+ @MerchantName = params['MerchantName']
444
440
  @BusinessLicenseType = params['BusinessLicenseType']
445
- @BossEndDate = params['BossEndDate']
446
441
  @BusinessLicenseNo = params['BusinessLicenseNo']
442
+ @BusinessLicensePicture = params['BusinessLicensePicture']
447
443
  @BusinessLicenseStartDate = params['BusinessLicenseStartDate']
448
- @BossIdType = params['BossIdType']
449
- @Address = params['Address']
450
- @BossIdCountry = params['BossIdCountry']
451
- @OpenId = params['OpenId']
452
- @MerchantName = params['MerchantName']
453
- @BossSex = params['BossSex']
444
+ @BusinessLicenseEndDate = params['BusinessLicenseEndDate']
454
445
  @ClassificationIds = params['ClassificationIds']
455
- @BossIdNo = params['BossIdNo']
456
- @LicencePicture = params['LicencePicture']
446
+ @BrandName = params['BrandName']
447
+ @Telephone = params['Telephone']
448
+ @CityId = params['CityId']
449
+ @Address = params['Address']
457
450
  @OpenHours = params['OpenHours']
458
- @AccountName = params['AccountName']
459
- @AccountNo = params['AccountNo']
460
451
  @AccountType = params['AccountType']
461
- @Telephone = params['Telephone']
452
+ @BankNo = params['BankNo']
453
+ @BankName = params['BankName']
454
+ @AccountNo = params['AccountNo']
455
+ @AccountName = params['AccountName']
456
+ @BossIdType = params['BossIdType']
457
+ @BossIdNo = params['BossIdNo']
458
+ @BossName = params['BossName']
459
+ @BossSex = params['BossSex']
460
+ @BossIdCountry = params['BossIdCountry']
462
461
  @BossPositive = params['BossPositive']
463
- @CityId = params['CityId']
464
462
  @BossBack = params['BossBack']
465
- @OutMerchantId = params['OutMerchantId']
466
- @OrganizationStartDate = params['OrganizationStartDate']
467
- @AccountIdNo = params['AccountIdNo']
468
- @FinancialContact = params['FinancialContact']
469
- @AccountIdType = params['AccountIdType']
463
+ @BossStartDate = params['BossStartDate']
464
+ @BossEndDate = params['BossEndDate']
465
+ @LicencePicture = params['LicencePicture']
466
+ @Type = params['Type']
470
467
  @OrganizationNo = params['OrganizationNo']
471
- @OtherPictureOne = params['OtherPictureOne']
472
- @FinancialTelephone = params['FinancialTelephone']
473
- @Profile = params['Profile']
468
+ @OrganizationStartDate = params['OrganizationStartDate']
474
469
  @OrganizationPicture = params['OrganizationPicture']
475
- @TaxRegistrationStartDate = params['TaxRegistrationStartDate']
470
+ @OrganizationEndDate = params['OrganizationEndDate']
471
+ @Intro = params['Intro']
472
+ @Logo = params['Logo']
476
473
  @Tag = params['Tag']
474
+ @FinancialTelephone = params['FinancialTelephone']
475
+ @FinancialContact = params['FinancialContact']
476
+ @TaxRegistrationNo = params['TaxRegistrationNo']
477
+ @TaxRegistrationPicture = params['TaxRegistrationPicture']
478
+ @TaxRegistrationStartDate = params['TaxRegistrationStartDate']
479
+ @TaxRegistrationEndDate = params['TaxRegistrationEndDate']
477
480
  @AccountBoss = params['AccountBoss']
481
+ @AccountManagerName = params['AccountManagerName']
478
482
  @BossTelephone = params['BossTelephone']
479
- @TaxRegistrationPicture = params['TaxRegistrationPicture']
480
- @OrganizationEndDate = params['OrganizationEndDate']
481
483
  @BossJob = params['BossJob']
482
- @OtherPictureThree = params['OtherPictureThree']
483
- @LicencePictureTwo = params['LicencePictureTwo']
484
- @Logo = params['Logo']
485
- @BossAddress = params['BossAddress']
486
484
  @BossEmail = params['BossEmail']
485
+ @BossAddress = params['BossAddress']
486
+ @AccountIdType = params['AccountIdType']
487
+ @AccountIdNo = params['AccountIdNo']
488
+ @LicencePictureTwo = params['LicencePictureTwo']
489
+ @OtherPictureOne = params['OtherPictureOne']
487
490
  @OtherPictureTwo = params['OtherPictureTwo']
488
- @Intro = params['Intro']
489
- @AccountManagerName = params['AccountManagerName']
490
- @TaxRegistrationEndDate = params['TaxRegistrationEndDate']
491
+ @OtherPictureThree = params['OtherPictureThree']
491
492
  @OtherPictureFour = params['OtherPictureFour']
492
- @TaxRegistrationNo = params['TaxRegistrationNo']
493
- @Type = params['Type']
493
+ @Profile = params['Profile']
494
494
  end
495
495
  end
496
496
 
@@ -548,95 +548,95 @@ module TencentCloud
548
548
  class AddShopRequest < TencentCloud::Common::AbstractModel
549
549
  # @param OpenId: 收单系统分配的开放ID
550
550
  # @type OpenId: String
551
+ # @param OpenKey: 收单系统分配的密钥
552
+ # @type OpenKey: String
553
+ # @param OutShopId: 机构门店主键(系统有唯一性校验),建议使用门店表的主键ID,防止重复添加门店
554
+ # @type OutShopId: String
551
555
  # @param ShopName: 门店简称(例如:南山店)
552
556
  # @type ShopName: String
557
+ # @param ShopFullName: 门店全称(例如:江山小厨(南山店))
558
+ # @type ShopFullName: String
553
559
  # @param MerchantNo: 商户编号
554
560
  # @type MerchantNo: String
555
- # @param PictureTwo: 整体门面(含招牌)图片【公共区】
556
- # @type PictureTwo: String
557
- # @param PictureThree: 店内环境图片【公共区】
558
- # @type PictureThree: String
559
- # @param PictureOne: 整体门面(含招牌)图片【公共区】
560
- # @type PictureOne: String
561
561
  # @param Telephone: 门店电话
562
562
  # @type Telephone: String
563
- # @param OutShopId: 机构门店主键(系统有唯一性校验),建议使用门店表的主键ID,防止重复添加门店
564
- # @type OutShopId: String
565
- # @param CityId: 门店所在的城市编码
566
- # @type CityId: String
567
- # @param ShopFullName: 门店全称(例如:江山小厨(南山店))
568
- # @type ShopFullName: String
569
563
  # @param OpenHours: 营业时间,多个以小写逗号分开(9:00-12:00,13:00-18:00)
570
564
  # @type OpenHours: String
565
+ # @param CityId: 门店所在的城市编码
566
+ # @type CityId: String
571
567
  # @param Address: 门店详细地址,不含省市区县名称
572
568
  # @type Address: String
573
- # @param OpenKey: 收单系统分配的密钥
574
- # @type OpenKey: String
575
- # @param Profile: 沙箱环境填sandbox,正式环境不填
576
- # @type Profile: String
577
- # @param LatitudeTwo: 高德地图纬度
578
- # @type LatitudeTwo: String
579
- # @param OtherPicture: 其他照片【公共区】
580
- # @type OtherPicture: String
581
- # @param LongitudeTwo: 高德地图经度
582
- # @type LongitudeTwo: String
569
+ # @param PictureOne: 整体门面(含招牌)图片【公共区】
570
+ # @type PictureOne: String
571
+ # @param PictureTwo: 整体门面(含招牌)图片【公共区】
572
+ # @type PictureTwo: String
573
+ # @param PictureThree: 店内环境图片【公共区】
574
+ # @type PictureThree: String
575
+ # @param FinancialTelephone: 负责人手机号码
576
+ # @type FinancialTelephone: String
583
577
  # @param Contact: 门店负责人
584
578
  # @type Contact: String
585
- # @param Longitude: 百度地图经度
586
- # @type Longitude: String
587
579
  # @param Latitude: 百度地图纬度
588
580
  # @type Latitude: String
589
- # @param FinancialTelephone: 负责人手机号码
590
- # @type FinancialTelephone: String
581
+ # @param LatitudeTwo: 高德地图纬度
582
+ # @type LatitudeTwo: String
583
+ # @param Longitude: 百度地图经度
584
+ # @type Longitude: String
585
+ # @param LongitudeTwo: 高德地图经度
586
+ # @type LongitudeTwo: String
587
+ # @param OtherPicture: 其他照片【公共区】
588
+ # @type OtherPicture: String
589
+ # @param Profile: 沙箱环境填sandbox,正式环境不填
590
+ # @type Profile: String
591
591
 
592
- attr_accessor :OpenId, :ShopName, :MerchantNo, :PictureTwo, :PictureThree, :PictureOne, :Telephone, :OutShopId, :CityId, :ShopFullName, :OpenHours, :Address, :OpenKey, :Profile, :LatitudeTwo, :OtherPicture, :LongitudeTwo, :Contact, :Longitude, :Latitude, :FinancialTelephone
592
+ attr_accessor :OpenId, :OpenKey, :OutShopId, :ShopName, :ShopFullName, :MerchantNo, :Telephone, :OpenHours, :CityId, :Address, :PictureOne, :PictureTwo, :PictureThree, :FinancialTelephone, :Contact, :Latitude, :LatitudeTwo, :Longitude, :LongitudeTwo, :OtherPicture, :Profile
593
593
 
594
- def initialize(openid=nil, shopname=nil, merchantno=nil, picturetwo=nil, picturethree=nil, pictureone=nil, telephone=nil, outshopid=nil, cityid=nil, shopfullname=nil, openhours=nil, address=nil, openkey=nil, profile=nil, latitudetwo=nil, otherpicture=nil, longitudetwo=nil, contact=nil, longitude=nil, latitude=nil, financialtelephone=nil)
594
+ def initialize(openid=nil, openkey=nil, outshopid=nil, shopname=nil, shopfullname=nil, merchantno=nil, telephone=nil, openhours=nil, cityid=nil, address=nil, pictureone=nil, picturetwo=nil, picturethree=nil, financialtelephone=nil, contact=nil, latitude=nil, latitudetwo=nil, longitude=nil, longitudetwo=nil, otherpicture=nil, profile=nil)
595
595
  @OpenId = openid
596
+ @OpenKey = openkey
597
+ @OutShopId = outshopid
596
598
  @ShopName = shopname
599
+ @ShopFullName = shopfullname
597
600
  @MerchantNo = merchantno
598
- @PictureTwo = picturetwo
599
- @PictureThree = picturethree
600
- @PictureOne = pictureone
601
601
  @Telephone = telephone
602
- @OutShopId = outshopid
603
- @CityId = cityid
604
- @ShopFullName = shopfullname
605
602
  @OpenHours = openhours
603
+ @CityId = cityid
606
604
  @Address = address
607
- @OpenKey = openkey
608
- @Profile = profile
609
- @LatitudeTwo = latitudetwo
610
- @OtherPicture = otherpicture
611
- @LongitudeTwo = longitudetwo
605
+ @PictureOne = pictureone
606
+ @PictureTwo = picturetwo
607
+ @PictureThree = picturethree
608
+ @FinancialTelephone = financialtelephone
612
609
  @Contact = contact
613
- @Longitude = longitude
614
610
  @Latitude = latitude
615
- @FinancialTelephone = financialtelephone
611
+ @LatitudeTwo = latitudetwo
612
+ @Longitude = longitude
613
+ @LongitudeTwo = longitudetwo
614
+ @OtherPicture = otherpicture
615
+ @Profile = profile
616
616
  end
617
617
 
618
618
  def deserialize(params)
619
619
  @OpenId = params['OpenId']
620
+ @OpenKey = params['OpenKey']
621
+ @OutShopId = params['OutShopId']
620
622
  @ShopName = params['ShopName']
623
+ @ShopFullName = params['ShopFullName']
621
624
  @MerchantNo = params['MerchantNo']
622
- @PictureTwo = params['PictureTwo']
623
- @PictureThree = params['PictureThree']
624
- @PictureOne = params['PictureOne']
625
625
  @Telephone = params['Telephone']
626
- @OutShopId = params['OutShopId']
627
- @CityId = params['CityId']
628
- @ShopFullName = params['ShopFullName']
629
626
  @OpenHours = params['OpenHours']
627
+ @CityId = params['CityId']
630
628
  @Address = params['Address']
631
- @OpenKey = params['OpenKey']
632
- @Profile = params['Profile']
633
- @LatitudeTwo = params['LatitudeTwo']
634
- @OtherPicture = params['OtherPicture']
635
- @LongitudeTwo = params['LongitudeTwo']
629
+ @PictureOne = params['PictureOne']
630
+ @PictureTwo = params['PictureTwo']
631
+ @PictureThree = params['PictureThree']
632
+ @FinancialTelephone = params['FinancialTelephone']
636
633
  @Contact = params['Contact']
637
- @Longitude = params['Longitude']
638
634
  @Latitude = params['Latitude']
639
- @FinancialTelephone = params['FinancialTelephone']
635
+ @LatitudeTwo = params['LatitudeTwo']
636
+ @Longitude = params['Longitude']
637
+ @LongitudeTwo = params['LongitudeTwo']
638
+ @OtherPicture = params['OtherPicture']
639
+ @Profile = params['Profile']
640
640
  end
641
641
  end
642
642
 
@@ -1353,6 +1353,105 @@ module TencentCloud
1353
1353
  end
1354
1354
  end
1355
1355
 
1356
+ # ApplyReconciliationFile请求参数结构体
1357
+ class ApplyReconciliationFileRequest < TencentCloud::Common::AbstractModel
1358
+ # @param ApplyFileType: 申请的文件类型。
1359
+ # __CZ__:充值文件
1360
+ # __TX__:提现文件
1361
+ # __JY__:交易文件
1362
+ # __YE__:余额文件
1363
+ # @type ApplyFileType: String
1364
+ # @param ApplyFileDate: 申请的对账文件日期,格式:yyyyMMdd。
1365
+ # @type ApplyFileDate: String
1366
+ # @param BankAccountNumber: 父账户账号。
1367
+ # _平安渠道为资金汇总账号_
1368
+ # @type BankAccountNumber: String
1369
+ # @param MidasEnvironment: 环境名。
1370
+ # __release__: 现网环境
1371
+ # __sandbox__: 沙箱环境
1372
+ # __development__: 开发环境
1373
+ # _缺省: release_
1374
+ # @type MidasEnvironment: String
1375
+
1376
+ attr_accessor :ApplyFileType, :ApplyFileDate, :BankAccountNumber, :MidasEnvironment
1377
+
1378
+ def initialize(applyfiletype=nil, applyfiledate=nil, bankaccountnumber=nil, midasenvironment=nil)
1379
+ @ApplyFileType = applyfiletype
1380
+ @ApplyFileDate = applyfiledate
1381
+ @BankAccountNumber = bankaccountnumber
1382
+ @MidasEnvironment = midasenvironment
1383
+ end
1384
+
1385
+ def deserialize(params)
1386
+ @ApplyFileType = params['ApplyFileType']
1387
+ @ApplyFileDate = params['ApplyFileDate']
1388
+ @BankAccountNumber = params['BankAccountNumber']
1389
+ @MidasEnvironment = params['MidasEnvironment']
1390
+ end
1391
+ end
1392
+
1393
+ # ApplyReconciliationFile返回参数结构体
1394
+ class ApplyReconciliationFileResponse < TencentCloud::Common::AbstractModel
1395
+ # @param ErrCode: 错误码。
1396
+ # __SUCCESS__: 成功
1397
+ # __其他__: 见附录-错误码表
1398
+ # @type ErrCode: String
1399
+ # @param ErrMessage: 错误消息。
1400
+ # @type ErrMessage: String
1401
+ # @param Result: 返回结果。
1402
+ # 注意:此字段可能返回 null,表示取不到有效值。
1403
+ # @type Result: :class:`Tencentcloud::Cpdp.v20190820.models.ApplyReconciliationFileResult`
1404
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1405
+ # @type RequestId: String
1406
+
1407
+ attr_accessor :ErrCode, :ErrMessage, :Result, :RequestId
1408
+
1409
+ def initialize(errcode=nil, errmessage=nil, result=nil, requestid=nil)
1410
+ @ErrCode = errcode
1411
+ @ErrMessage = errmessage
1412
+ @Result = result
1413
+ @RequestId = requestid
1414
+ end
1415
+
1416
+ def deserialize(params)
1417
+ @ErrCode = params['ErrCode']
1418
+ @ErrMessage = params['ErrMessage']
1419
+ unless params['Result'].nil?
1420
+ @Result = ApplyReconciliationFileResult.new
1421
+ @Result.deserialize(params['Result'])
1422
+ end
1423
+ @RequestId = params['RequestId']
1424
+ end
1425
+ end
1426
+
1427
+ # 申请对账文件结果
1428
+ class ApplyReconciliationFileResult < TencentCloud::Common::AbstractModel
1429
+ # @param ApplyFileId: 申请对账文件的任务ID。
1430
+ # @type ApplyFileId: String
1431
+ # @param ApplyStatus: 对账文件申请状态。
1432
+ # __I__:申请中
1433
+ # __S__:申请成功
1434
+ # __F__:申请失败
1435
+ # @type ApplyStatus: String
1436
+ # @param ApplyMessage: 申请结果描述。
1437
+ # 注意:此字段可能返回 null,表示取不到有效值。
1438
+ # @type ApplyMessage: String
1439
+
1440
+ attr_accessor :ApplyFileId, :ApplyStatus, :ApplyMessage
1441
+
1442
+ def initialize(applyfileid=nil, applystatus=nil, applymessage=nil)
1443
+ @ApplyFileId = applyfileid
1444
+ @ApplyStatus = applystatus
1445
+ @ApplyMessage = applymessage
1446
+ end
1447
+
1448
+ def deserialize(params)
1449
+ @ApplyFileId = params['ApplyFileId']
1450
+ @ApplyStatus = params['ApplyStatus']
1451
+ @ApplyMessage = params['ApplyMessage']
1452
+ end
1453
+ end
1454
+
1356
1455
  # 提交贸易材料结果
1357
1456
  class ApplyTradeData < TencentCloud::Common::AbstractModel
1358
1457
  # @param MerchantId: 商户号
@@ -1639,6 +1738,34 @@ module TencentCloud
1639
1738
  end
1640
1739
  end
1641
1740
 
1741
+ # 支行信息
1742
+ class BankBranchInfo < TencentCloud::Common::AbstractModel
1743
+ # @param BankName: 银行名称。
1744
+ # @type BankName: String
1745
+ # @param BankAbbreviation: 银行简称。
1746
+ # @type BankAbbreviation: String
1747
+ # @param BankBranchName: 支行名。
1748
+ # @type BankBranchName: String
1749
+ # @param BankBranchId: 联行号。
1750
+ # @type BankBranchId: String
1751
+
1752
+ attr_accessor :BankName, :BankAbbreviation, :BankBranchName, :BankBranchId
1753
+
1754
+ def initialize(bankname=nil, bankabbreviation=nil, bankbranchname=nil, bankbranchid=nil)
1755
+ @BankName = bankname
1756
+ @BankAbbreviation = bankabbreviation
1757
+ @BankBranchName = bankbranchname
1758
+ @BankBranchId = bankbranchid
1759
+ end
1760
+
1761
+ def deserialize(params)
1762
+ @BankName = params['BankName']
1763
+ @BankAbbreviation = params['BankAbbreviation']
1764
+ @BankBranchName = params['BankBranchName']
1765
+ @BankBranchId = params['BankBranchId']
1766
+ end
1767
+ end
1768
+
1642
1769
  # 绑卡列表
1643
1770
  class BankCardItem < TencentCloud::Common::AbstractModel
1644
1771
  # @param EiconBankBranchId: 超级网银行号
@@ -3079,92 +3206,92 @@ module TencentCloud
3079
3206
 
3080
3207
  # 合同-支付方式列表响应对象
3081
3208
  class ContractPayListResult < TencentCloud::Common::AbstractModel
3209
+ # @param PaymentId: 支付方式编号
3210
+ # 注意:此字段可能返回 null,表示取不到有效值。
3211
+ # @type PaymentId: String
3212
+ # @param PaymentType: 支持的交易类型(多个以小写逗号分开,0现金,1刷卡,2主扫,3被扫,4JSPAY,5预授权)
3213
+ # 注意:此字段可能返回 null,表示取不到有效值。
3214
+ # @type PaymentType: String
3082
3215
  # @param PaymentTag: 支付标签
3083
3216
  # 注意:此字段可能返回 null,表示取不到有效值。
3084
3217
  # @type PaymentTag: String
3085
3218
  # @param PaymentIcon: 支付方式图片url路径
3086
3219
  # 注意:此字段可能返回 null,表示取不到有效值。
3087
3220
  # @type PaymentIcon: String
3088
- # @param PaymentOptionSix: 支付方式
3089
- # 注意:此字段可能返回 null,表示取不到有效值。
3090
- # @type PaymentOptionSix: String
3091
3221
  # @param PaymentName: 付款方式名称
3092
3222
  # 注意:此字段可能返回 null,表示取不到有效值。
3093
3223
  # @type PaymentName: String
3094
- # @param PaymentOptionSeven: 支付方式
3095
- # 注意:此字段可能返回 null,表示取不到有效值。
3096
- # @type PaymentOptionSeven: String
3097
- # @param PaymentOptionTwo: 支付方式
3224
+ # @param PaymentInternalName: 付款方式名称(内部名称)
3098
3225
  # 注意:此字段可能返回 null,表示取不到有效值。
3099
- # @type PaymentOptionTwo: String
3226
+ # @type PaymentInternalName: String
3100
3227
  # @param PaymentOptionOne: 支付方式
3101
3228
  # 注意:此字段可能返回 null,表示取不到有效值。
3102
3229
  # @type PaymentOptionOne: String
3103
- # @param PaymentOptionOther: 支付方式
3230
+ # @param PaymentOptionTwo: 支付方式
3104
3231
  # 注意:此字段可能返回 null,表示取不到有效值。
3105
- # @type PaymentOptionOther: String
3106
- # @param PaymentType: 支持的交易类型(多个以小写逗号分开,0现金,1刷卡,2主扫,3被扫,4JSPAY,5预授权)
3232
+ # @type PaymentOptionTwo: String
3233
+ # @param PaymentOptionThree: 支付方式
3107
3234
  # 注意:此字段可能返回 null,表示取不到有效值。
3108
- # @type PaymentType: String
3235
+ # @type PaymentOptionThree: String
3236
+ # @param PaymentOptionFour: 支付方式
3237
+ # 注意:此字段可能返回 null,表示取不到有效值。
3238
+ # @type PaymentOptionFour: String
3109
3239
  # @param PaymentOptionFive: 支付方式
3110
3240
  # 注意:此字段可能返回 null,表示取不到有效值。
3111
3241
  # @type PaymentOptionFive: String
3112
- # @param PaymentOptionNine: 支付方式
3113
- # 注意:此字段可能返回 null,表示取不到有效值。
3114
- # @type PaymentOptionNine: String
3115
- # @param PaymentId: 支付方式编号
3242
+ # @param PaymentOptionSix: 支付方式
3116
3243
  # 注意:此字段可能返回 null,表示取不到有效值。
3117
- # @type PaymentId: String
3118
- # @param PaymentOptionThree: 支付方式
3244
+ # @type PaymentOptionSix: String
3245
+ # @param PaymentOptionSeven: 支付方式
3119
3246
  # 注意:此字段可能返回 null,表示取不到有效值。
3120
- # @type PaymentOptionThree: String
3121
- # @param PaymentInternalName: 付款方式名称(内部名称)
3247
+ # @type PaymentOptionSeven: String
3248
+ # @param PaymentOptionOther: 支付方式
3122
3249
  # 注意:此字段可能返回 null,表示取不到有效值。
3123
- # @type PaymentInternalName: String
3124
- # @param PaymentOptionFour: 支付方式
3250
+ # @type PaymentOptionOther: String
3251
+ # @param PaymentOptionNine: 支付方式
3125
3252
  # 注意:此字段可能返回 null,表示取不到有效值。
3126
- # @type PaymentOptionFour: String
3253
+ # @type PaymentOptionNine: String
3127
3254
  # @param PaymentOptionTen: 支付方式
3128
3255
  # 注意:此字段可能返回 null,表示取不到有效值。
3129
3256
  # @type PaymentOptionTen: String
3130
3257
 
3131
- attr_accessor :PaymentTag, :PaymentIcon, :PaymentOptionSix, :PaymentName, :PaymentOptionSeven, :PaymentOptionTwo, :PaymentOptionOne, :PaymentOptionOther, :PaymentType, :PaymentOptionFive, :PaymentOptionNine, :PaymentId, :PaymentOptionThree, :PaymentInternalName, :PaymentOptionFour, :PaymentOptionTen
3258
+ attr_accessor :PaymentId, :PaymentType, :PaymentTag, :PaymentIcon, :PaymentName, :PaymentInternalName, :PaymentOptionOne, :PaymentOptionTwo, :PaymentOptionThree, :PaymentOptionFour, :PaymentOptionFive, :PaymentOptionSix, :PaymentOptionSeven, :PaymentOptionOther, :PaymentOptionNine, :PaymentOptionTen
3132
3259
 
3133
- def initialize(paymenttag=nil, paymenticon=nil, paymentoptionsix=nil, paymentname=nil, paymentoptionseven=nil, paymentoptiontwo=nil, paymentoptionone=nil, paymentoptionother=nil, paymenttype=nil, paymentoptionfive=nil, paymentoptionnine=nil, paymentid=nil, paymentoptionthree=nil, paymentinternalname=nil, paymentoptionfour=nil, paymentoptionten=nil)
3260
+ def initialize(paymentid=nil, paymenttype=nil, paymenttag=nil, paymenticon=nil, paymentname=nil, paymentinternalname=nil, paymentoptionone=nil, paymentoptiontwo=nil, paymentoptionthree=nil, paymentoptionfour=nil, paymentoptionfive=nil, paymentoptionsix=nil, paymentoptionseven=nil, paymentoptionother=nil, paymentoptionnine=nil, paymentoptionten=nil)
3261
+ @PaymentId = paymentid
3262
+ @PaymentType = paymenttype
3134
3263
  @PaymentTag = paymenttag
3135
3264
  @PaymentIcon = paymenticon
3136
- @PaymentOptionSix = paymentoptionsix
3137
3265
  @PaymentName = paymentname
3138
- @PaymentOptionSeven = paymentoptionseven
3139
- @PaymentOptionTwo = paymentoptiontwo
3266
+ @PaymentInternalName = paymentinternalname
3140
3267
  @PaymentOptionOne = paymentoptionone
3141
- @PaymentOptionOther = paymentoptionother
3142
- @PaymentType = paymenttype
3143
- @PaymentOptionFive = paymentoptionfive
3144
- @PaymentOptionNine = paymentoptionnine
3145
- @PaymentId = paymentid
3268
+ @PaymentOptionTwo = paymentoptiontwo
3146
3269
  @PaymentOptionThree = paymentoptionthree
3147
- @PaymentInternalName = paymentinternalname
3148
3270
  @PaymentOptionFour = paymentoptionfour
3271
+ @PaymentOptionFive = paymentoptionfive
3272
+ @PaymentOptionSix = paymentoptionsix
3273
+ @PaymentOptionSeven = paymentoptionseven
3274
+ @PaymentOptionOther = paymentoptionother
3275
+ @PaymentOptionNine = paymentoptionnine
3149
3276
  @PaymentOptionTen = paymentoptionten
3150
3277
  end
3151
3278
 
3152
3279
  def deserialize(params)
3280
+ @PaymentId = params['PaymentId']
3281
+ @PaymentType = params['PaymentType']
3153
3282
  @PaymentTag = params['PaymentTag']
3154
3283
  @PaymentIcon = params['PaymentIcon']
3155
- @PaymentOptionSix = params['PaymentOptionSix']
3156
3284
  @PaymentName = params['PaymentName']
3157
- @PaymentOptionSeven = params['PaymentOptionSeven']
3158
- @PaymentOptionTwo = params['PaymentOptionTwo']
3285
+ @PaymentInternalName = params['PaymentInternalName']
3159
3286
  @PaymentOptionOne = params['PaymentOptionOne']
3160
- @PaymentOptionOther = params['PaymentOptionOther']
3161
- @PaymentType = params['PaymentType']
3162
- @PaymentOptionFive = params['PaymentOptionFive']
3163
- @PaymentOptionNine = params['PaymentOptionNine']
3164
- @PaymentId = params['PaymentId']
3287
+ @PaymentOptionTwo = params['PaymentOptionTwo']
3165
3288
  @PaymentOptionThree = params['PaymentOptionThree']
3166
- @PaymentInternalName = params['PaymentInternalName']
3167
3289
  @PaymentOptionFour = params['PaymentOptionFour']
3290
+ @PaymentOptionFive = params['PaymentOptionFive']
3291
+ @PaymentOptionSix = params['PaymentOptionSix']
3292
+ @PaymentOptionSeven = params['PaymentOptionSeven']
3293
+ @PaymentOptionOther = params['PaymentOptionOther']
3294
+ @PaymentOptionNine = params['PaymentOptionNine']
3168
3295
  @PaymentOptionTen = params['PaymentOptionTen']
3169
3296
  end
3170
3297
  end
@@ -6139,9 +6266,9 @@ module TencentCloud
6139
6266
 
6140
6267
  # DistributeAccreditQuery请求参数结构体
6141
6268
  class DistributeAccreditQueryRequest < TencentCloud::Common::AbstractModel
6142
- # @param OpenId: 收单系统分配的开放ID
6269
+ # @param OpenId: 使用门店OpenId
6143
6270
  # @type OpenId: String
6144
- # @param OpenKey: 收单系统分配的密钥
6271
+ # @param OpenKey: 使用门店OpenKey
6145
6272
  # @type OpenKey: String
6146
6273
  # @param Profile: 沙箱环境填sandbox,正式环境不填
6147
6274
  # @type Profile: String
@@ -6245,37 +6372,37 @@ module TencentCloud
6245
6372
 
6246
6373
  # DistributeAccreditTlinx请求参数结构体
6247
6374
  class DistributeAccreditTlinxRequest < TencentCloud::Common::AbstractModel
6248
- # @param OpenId: 收单系统分配的开放ID
6375
+ # @param OpenId: 使用门店OpenId
6249
6376
  # @type OpenId: String
6377
+ # @param OpenKey: 使用门店OpenKey
6378
+ # @type OpenKey: String
6250
6379
  # @param AuthType: 验证方式,传1手机验证(验证码时效60S)传2结算卡验证(时效6小时),多种方式用逗号隔开
6251
6380
  # @type AuthType: String
6252
- # @param OpenKey: 收单系统分配的密钥
6253
- # @type OpenKey: String
6254
- # @param Profile: 沙箱环境填sandbox,正式环境不填
6255
- # @type Profile: String
6256
6381
  # @param Percent: 分账比例(500=5%)不传默认百分之10
6257
6382
  # @type Percent: String
6258
6383
  # @param FullName: 营业执照商户全称
6259
6384
  # @type FullName: String
6385
+ # @param Profile: 沙箱环境填sandbox,正式环境不填
6386
+ # @type Profile: String
6260
6387
 
6261
- attr_accessor :OpenId, :AuthType, :OpenKey, :Profile, :Percent, :FullName
6388
+ attr_accessor :OpenId, :OpenKey, :AuthType, :Percent, :FullName, :Profile
6262
6389
 
6263
- def initialize(openid=nil, authtype=nil, openkey=nil, profile=nil, percent=nil, fullname=nil)
6390
+ def initialize(openid=nil, openkey=nil, authtype=nil, percent=nil, fullname=nil, profile=nil)
6264
6391
  @OpenId = openid
6265
- @AuthType = authtype
6266
6392
  @OpenKey = openkey
6267
- @Profile = profile
6393
+ @AuthType = authtype
6268
6394
  @Percent = percent
6269
6395
  @FullName = fullname
6396
+ @Profile = profile
6270
6397
  end
6271
6398
 
6272
6399
  def deserialize(params)
6273
6400
  @OpenId = params['OpenId']
6274
- @AuthType = params['AuthType']
6275
6401
  @OpenKey = params['OpenKey']
6276
- @Profile = params['Profile']
6402
+ @AuthType = params['AuthType']
6277
6403
  @Percent = params['Percent']
6278
6404
  @FullName = params['FullName']
6405
+ @Profile = params['Profile']
6279
6406
  end
6280
6407
  end
6281
6408
 
@@ -6314,33 +6441,33 @@ module TencentCloud
6314
6441
 
6315
6442
  # DistributeAddReceiver请求参数结构体
6316
6443
  class DistributeAddReceiverRequest < TencentCloud::Common::AbstractModel
6317
- # @param OpenId: 收单系统分配的开放ID
6444
+ # @param OpenId: 使用门店OpenId
6318
6445
  # @type OpenId: String
6319
- # @param OpenKey: 收单系统分配的密钥
6446
+ # @param OpenKey: 使用门店OpenKey
6320
6447
  # @type OpenKey: String
6321
6448
  # @param MerchantNo: 商户编号
6322
6449
  # @type MerchantNo: String
6323
- # @param Profile: 沙箱环境填sandbox,正式环境不填
6324
- # @type Profile: String
6325
6450
  # @param Remark: 备注
6326
6451
  # @type Remark: String
6452
+ # @param Profile: 沙箱环境填sandbox,正式环境不填
6453
+ # @type Profile: String
6327
6454
 
6328
- attr_accessor :OpenId, :OpenKey, :MerchantNo, :Profile, :Remark
6455
+ attr_accessor :OpenId, :OpenKey, :MerchantNo, :Remark, :Profile
6329
6456
 
6330
- def initialize(openid=nil, openkey=nil, merchantno=nil, profile=nil, remark=nil)
6457
+ def initialize(openid=nil, openkey=nil, merchantno=nil, remark=nil, profile=nil)
6331
6458
  @OpenId = openid
6332
6459
  @OpenKey = openkey
6333
6460
  @MerchantNo = merchantno
6334
- @Profile = profile
6335
6461
  @Remark = remark
6462
+ @Profile = profile
6336
6463
  end
6337
6464
 
6338
6465
  def deserialize(params)
6339
6466
  @OpenId = params['OpenId']
6340
6467
  @OpenKey = params['OpenKey']
6341
6468
  @MerchantNo = params['MerchantNo']
6342
- @Profile = params['Profile']
6343
6469
  @Remark = params['Remark']
6470
+ @Profile = params['Profile']
6344
6471
  end
6345
6472
  end
6346
6473
 
@@ -6379,40 +6506,40 @@ module TencentCloud
6379
6506
 
6380
6507
  # DistributeApply请求参数结构体
6381
6508
  class DistributeApplyRequest < TencentCloud::Common::AbstractModel
6382
- # @param OpenId: 收单系统分配的开放ID
6509
+ # @param OpenId: 使用门店OpenId
6383
6510
  # @type OpenId: String
6511
+ # @param OpenKey: 使用门店OpenKey
6512
+ # @type OpenKey: String
6384
6513
  # @param OutDistributeNo: 商户分账单号
6385
6514
  # @type OutDistributeNo: String
6386
- # @param OpenKey: 收单系统分配的密钥
6387
- # @type OpenKey: String
6388
6515
  # @param Details: 分账明细
6389
6516
  # @type Details: Array
6390
- # @param Profile: 沙箱环境填sandbox,正式环境不填
6391
- # @type Profile: String
6392
- # @param Remark: 说明
6393
- # @type Remark: String
6394
6517
  # @param DeveloperNo: 商户交易订单号,和OrderNo二者传其一
6395
6518
  # @type DeveloperNo: String
6396
6519
  # @param OrderNo: 平台交易订单号,和DeveloperNo二者传其一
6397
6520
  # @type OrderNo: String
6521
+ # @param Remark: 说明
6522
+ # @type Remark: String
6523
+ # @param Profile: 沙箱环境填sandbox,正式环境不填
6524
+ # @type Profile: String
6398
6525
 
6399
- attr_accessor :OpenId, :OutDistributeNo, :OpenKey, :Details, :Profile, :Remark, :DeveloperNo, :OrderNo
6526
+ attr_accessor :OpenId, :OpenKey, :OutDistributeNo, :Details, :DeveloperNo, :OrderNo, :Remark, :Profile
6400
6527
 
6401
- def initialize(openid=nil, outdistributeno=nil, openkey=nil, details=nil, profile=nil, remark=nil, developerno=nil, orderno=nil)
6528
+ def initialize(openid=nil, openkey=nil, outdistributeno=nil, details=nil, developerno=nil, orderno=nil, remark=nil, profile=nil)
6402
6529
  @OpenId = openid
6403
- @OutDistributeNo = outdistributeno
6404
6530
  @OpenKey = openkey
6531
+ @OutDistributeNo = outdistributeno
6405
6532
  @Details = details
6406
- @Profile = profile
6407
- @Remark = remark
6408
6533
  @DeveloperNo = developerno
6409
6534
  @OrderNo = orderno
6535
+ @Remark = remark
6536
+ @Profile = profile
6410
6537
  end
6411
6538
 
6412
6539
  def deserialize(params)
6413
6540
  @OpenId = params['OpenId']
6414
- @OutDistributeNo = params['OutDistributeNo']
6415
6541
  @OpenKey = params['OpenKey']
6542
+ @OutDistributeNo = params['OutDistributeNo']
6416
6543
  unless params['Details'].nil?
6417
6544
  @Details = []
6418
6545
  params['Details'].each do |i|
@@ -6421,10 +6548,10 @@ module TencentCloud
6421
6548
  @Details << multiapplydetail_tmp
6422
6549
  end
6423
6550
  end
6424
- @Profile = params['Profile']
6425
- @Remark = params['Remark']
6426
6551
  @DeveloperNo = params['DeveloperNo']
6427
6552
  @OrderNo = params['OrderNo']
6553
+ @Remark = params['Remark']
6554
+ @Profile = params['Profile']
6428
6555
  end
6429
6556
  end
6430
6557
 
@@ -6463,37 +6590,37 @@ module TencentCloud
6463
6590
 
6464
6591
  # DistributeCancel请求参数结构体
6465
6592
  class DistributeCancelRequest < TencentCloud::Common::AbstractModel
6466
- # @param OpenId: 收单系统分配的开放ID
6593
+ # @param OpenId: 使用门店OpenId
6467
6594
  # @type OpenId: String
6468
- # @param OpenKey: 收单系统分配的密钥
6595
+ # @param OpenKey: 使用门店OpenKey
6469
6596
  # @type OpenKey: String
6470
6597
  # @param OrderNo: 平台交易订单号
6471
6598
  # @type OrderNo: String
6472
- # @param Profile: 沙箱环境填sandbox,正式环境不填
6473
- # @type Profile: String
6474
- # @param DistributeNo: 平台分账单号,type为2时,和OutDistributeNo二者传其一
6475
- # @type DistributeNo: String
6476
6599
  # @param OutDistributeNo: 商户分账单号,type为2时,和DistributeNo二者传其一
6477
6600
  # @type OutDistributeNo: String
6601
+ # @param DistributeNo: 平台分账单号,type为2时,和OutDistributeNo二者传其一
6602
+ # @type DistributeNo: String
6603
+ # @param Profile: 沙箱环境填sandbox,正式环境不填
6604
+ # @type Profile: String
6478
6605
 
6479
- attr_accessor :OpenId, :OpenKey, :OrderNo, :Profile, :DistributeNo, :OutDistributeNo
6606
+ attr_accessor :OpenId, :OpenKey, :OrderNo, :OutDistributeNo, :DistributeNo, :Profile
6480
6607
 
6481
- def initialize(openid=nil, openkey=nil, orderno=nil, profile=nil, distributeno=nil, outdistributeno=nil)
6608
+ def initialize(openid=nil, openkey=nil, orderno=nil, outdistributeno=nil, distributeno=nil, profile=nil)
6482
6609
  @OpenId = openid
6483
6610
  @OpenKey = openkey
6484
6611
  @OrderNo = orderno
6485
- @Profile = profile
6486
- @DistributeNo = distributeno
6487
6612
  @OutDistributeNo = outdistributeno
6613
+ @DistributeNo = distributeno
6614
+ @Profile = profile
6488
6615
  end
6489
6616
 
6490
6617
  def deserialize(params)
6491
6618
  @OpenId = params['OpenId']
6492
6619
  @OpenKey = params['OpenKey']
6493
6620
  @OrderNo = params['OrderNo']
6494
- @Profile = params['Profile']
6495
- @DistributeNo = params['DistributeNo']
6496
6621
  @OutDistributeNo = params['OutDistributeNo']
6622
+ @DistributeNo = params['DistributeNo']
6623
+ @Profile = params['Profile']
6497
6624
  end
6498
6625
  end
6499
6626
 
@@ -6606,9 +6733,9 @@ module TencentCloud
6606
6733
 
6607
6734
  # DistributeQueryReceiver请求参数结构体
6608
6735
  class DistributeQueryReceiverRequest < TencentCloud::Common::AbstractModel
6609
- # @param OpenId: 收单系统分配的开放ID
6736
+ # @param OpenId: 使用门店OpenId
6610
6737
  # @type OpenId: String
6611
- # @param OpenKey: 收单系统分配的密钥
6738
+ # @param OpenKey: 使用门店OpenKey
6612
6739
  # @type OpenKey: String
6613
6740
  # @param Profile: 沙箱环境填sandbox,正式环境不填
6614
6741
  # @type Profile: String
@@ -6663,41 +6790,41 @@ module TencentCloud
6663
6790
 
6664
6791
  # DistributeQuery请求参数结构体
6665
6792
  class DistributeQueryRequest < TencentCloud::Common::AbstractModel
6666
- # @param OpenId: 收单系统分配的开放ID
6793
+ # @param OpenId: 使用门店OpenId
6667
6794
  # @type OpenId: String
6668
- # @param OpenKey: 收单系统分配的密钥
6795
+ # @param OpenKey: 使用门店OpenKey
6669
6796
  # @type OpenKey: String
6670
6797
  # @param Type: 查询类型(1-全部,2-单笔)
6671
6798
  # @type Type: String
6672
- # @param Profile: 沙箱环境填sandbox,正式环境不填
6673
- # @type Profile: String
6674
- # @param DistributeNo: 平台分账单号,type为2时,和OutDistributeNo二者传其一
6675
- # @type DistributeNo: String
6676
6799
  # @param OutDistributeNo: 商户分账单号,type为2时,和DistributeNo二者传其一
6677
6800
  # @type OutDistributeNo: String
6801
+ # @param DistributeNo: 平台分账单号,type为2时,和OutDistributeNo二者传其一
6802
+ # @type DistributeNo: String
6678
6803
  # @param OrderNo: 平台交易订单号
6679
6804
  # @type OrderNo: String
6805
+ # @param Profile: 沙箱环境填sandbox,正式环境不填
6806
+ # @type Profile: String
6680
6807
 
6681
- attr_accessor :OpenId, :OpenKey, :Type, :Profile, :DistributeNo, :OutDistributeNo, :OrderNo
6808
+ attr_accessor :OpenId, :OpenKey, :Type, :OutDistributeNo, :DistributeNo, :OrderNo, :Profile
6682
6809
 
6683
- def initialize(openid=nil, openkey=nil, type=nil, profile=nil, distributeno=nil, outdistributeno=nil, orderno=nil)
6810
+ def initialize(openid=nil, openkey=nil, type=nil, outdistributeno=nil, distributeno=nil, orderno=nil, profile=nil)
6684
6811
  @OpenId = openid
6685
6812
  @OpenKey = openkey
6686
6813
  @Type = type
6687
- @Profile = profile
6688
- @DistributeNo = distributeno
6689
6814
  @OutDistributeNo = outdistributeno
6815
+ @DistributeNo = distributeno
6690
6816
  @OrderNo = orderno
6817
+ @Profile = profile
6691
6818
  end
6692
6819
 
6693
6820
  def deserialize(params)
6694
6821
  @OpenId = params['OpenId']
6695
6822
  @OpenKey = params['OpenKey']
6696
6823
  @Type = params['Type']
6697
- @Profile = params['Profile']
6698
- @DistributeNo = params['DistributeNo']
6699
6824
  @OutDistributeNo = params['OutDistributeNo']
6825
+ @DistributeNo = params['DistributeNo']
6700
6826
  @OrderNo = params['OrderNo']
6827
+ @Profile = params['Profile']
6701
6828
  end
6702
6829
  end
6703
6830
 
@@ -6777,33 +6904,33 @@ module TencentCloud
6777
6904
 
6778
6905
  # DistributeRemoveReceiver请求参数结构体
6779
6906
  class DistributeRemoveReceiverRequest < TencentCloud::Common::AbstractModel
6780
- # @param OpenId: 收单系统分配的开放ID
6907
+ # @param OpenId: 使用门店OpenId
6781
6908
  # @type OpenId: String
6782
- # @param OpenKey: 收单系统分配的密钥
6909
+ # @param OpenKey: 使用门店OpenKey
6783
6910
  # @type OpenKey: String
6784
6911
  # @param MerchantNo: 商户编号
6785
6912
  # @type MerchantNo: String
6786
- # @param Profile: 沙箱环境填sandbox,正式环境不填
6787
- # @type Profile: String
6788
6913
  # @param Remark: 备注
6789
6914
  # @type Remark: String
6915
+ # @param Profile: 沙箱环境填sandbox,正式环境不填
6916
+ # @type Profile: String
6790
6917
 
6791
- attr_accessor :OpenId, :OpenKey, :MerchantNo, :Profile, :Remark
6918
+ attr_accessor :OpenId, :OpenKey, :MerchantNo, :Remark, :Profile
6792
6919
 
6793
- def initialize(openid=nil, openkey=nil, merchantno=nil, profile=nil, remark=nil)
6920
+ def initialize(openid=nil, openkey=nil, merchantno=nil, remark=nil, profile=nil)
6794
6921
  @OpenId = openid
6795
6922
  @OpenKey = openkey
6796
6923
  @MerchantNo = merchantno
6797
- @Profile = profile
6798
6924
  @Remark = remark
6925
+ @Profile = profile
6799
6926
  end
6800
6927
 
6801
6928
  def deserialize(params)
6802
6929
  @OpenId = params['OpenId']
6803
6930
  @OpenKey = params['OpenKey']
6804
6931
  @MerchantNo = params['MerchantNo']
6805
- @Profile = params['Profile']
6806
6932
  @Remark = params['Remark']
6933
+ @Profile = params['Profile']
6807
6934
  end
6808
6935
  end
6809
6936
 
@@ -6932,29 +7059,29 @@ module TencentCloud
6932
7059
  # @type OpenId: String
6933
7060
  # @param OpenKey: 收单系统分配的密钥
6934
7061
  # @type OpenKey: String
6935
- # @param Profile: 沙箱环境填sandbox,正式环境不填
6936
- # @type Profile: String
6937
7062
  # @param Storage: 存储区域(0私密区,1公共区),请严格按文件要求,上传到不同的区域
6938
7063
  # @type Storage: String
6939
7064
  # @param FilePath: 文件路径
6940
7065
  # @type FilePath: String
7066
+ # @param Profile: 沙箱环境填sandbox,正式环境不填
7067
+ # @type Profile: String
6941
7068
 
6942
- attr_accessor :OpenId, :OpenKey, :Profile, :Storage, :FilePath
7069
+ attr_accessor :OpenId, :OpenKey, :Storage, :FilePath, :Profile
6943
7070
 
6944
- def initialize(openid=nil, openkey=nil, profile=nil, storage=nil, filepath=nil)
7071
+ def initialize(openid=nil, openkey=nil, storage=nil, filepath=nil, profile=nil)
6945
7072
  @OpenId = openid
6946
7073
  @OpenKey = openkey
6947
- @Profile = profile
6948
7074
  @Storage = storage
6949
7075
  @FilePath = filepath
7076
+ @Profile = profile
6950
7077
  end
6951
7078
 
6952
7079
  def deserialize(params)
6953
7080
  @OpenId = params['OpenId']
6954
7081
  @OpenKey = params['OpenKey']
6955
- @Profile = params['Profile']
6956
7082
  @Storage = params['Storage']
6957
7083
  @FilePath = params['FilePath']
7084
+ @Profile = params['Profile']
6958
7085
  end
6959
7086
  end
6960
7087
 
@@ -7310,6 +7437,154 @@ module TencentCloud
7310
7437
  end
7311
7438
  end
7312
7439
 
7440
+ # 会员资金交易明细信息
7441
+ class FundsTransactionItem < TencentCloud::Common::AbstractModel
7442
+ # @param TransType: 资金交易类型。
7443
+ # __1__:提现/退款
7444
+ # __2__:清分/充值
7445
+ # @type TransType: String
7446
+ # @param BankBookingMessage: 银行记账说明。
7447
+ # 注意:此字段可能返回 null,表示取不到有效值。
7448
+ # @type BankBookingMessage: String
7449
+ # @param TranStatus: 交易状态。
7450
+ # __0__:成功
7451
+ # @type TranStatus: String
7452
+ # @param TransNetMemberCode: 业务方会员标识。
7453
+ # _平安渠道为交易网会员代码_
7454
+ # 注意:此字段可能返回 null,表示取不到有效值。
7455
+ # @type TransNetMemberCode: String
7456
+ # @param SubAccountNumber: 子账户账号。
7457
+ # _平安渠道为见证子账户的账号_
7458
+ # @type SubAccountNumber: String
7459
+ # @param SubAccountName: 子账户名称。
7460
+ # _平安渠道为见证子账户的户名_
7461
+ # 注意:此字段可能返回 null,表示取不到有效值。
7462
+ # @type SubAccountName: String
7463
+ # @param TransAmount: 交易金额。
7464
+ # @type TransAmount: String
7465
+ # @param TransFee: 交易手续费。
7466
+ # 注意:此字段可能返回 null,表示取不到有效值。
7467
+ # @type TransFee: String
7468
+ # @param TransDate: 交易日期,格式:yyyyMMdd。
7469
+ # @type TransDate: String
7470
+ # @param TransTime: 交易时间,格式:HHmmss。
7471
+ # 注意:此字段可能返回 null,表示取不到有效值。
7472
+ # @type TransTime: String
7473
+ # @param BankSequenceNumber: 银行系统流水号。
7474
+ # _平安渠道为见证系统流水号_
7475
+ # @type BankSequenceNumber: String
7476
+ # @param Remark: 备注。
7477
+ # _平安渠道,如果是见证+收单的交易,返回交易订单号_
7478
+ # 注意:此字段可能返回 null,表示取不到有效值。
7479
+ # @type Remark: String
7480
+
7481
+ attr_accessor :TransType, :BankBookingMessage, :TranStatus, :TransNetMemberCode, :SubAccountNumber, :SubAccountName, :TransAmount, :TransFee, :TransDate, :TransTime, :BankSequenceNumber, :Remark
7482
+
7483
+ def initialize(transtype=nil, bankbookingmessage=nil, transtatus=nil, transnetmembercode=nil, subaccountnumber=nil, subaccountname=nil, transamount=nil, transfee=nil, transdate=nil, transtime=nil, banksequencenumber=nil, remark=nil)
7484
+ @TransType = transtype
7485
+ @BankBookingMessage = bankbookingmessage
7486
+ @TranStatus = transtatus
7487
+ @TransNetMemberCode = transnetmembercode
7488
+ @SubAccountNumber = subaccountnumber
7489
+ @SubAccountName = subaccountname
7490
+ @TransAmount = transamount
7491
+ @TransFee = transfee
7492
+ @TransDate = transdate
7493
+ @TransTime = transtime
7494
+ @BankSequenceNumber = banksequencenumber
7495
+ @Remark = remark
7496
+ end
7497
+
7498
+ def deserialize(params)
7499
+ @TransType = params['TransType']
7500
+ @BankBookingMessage = params['BankBookingMessage']
7501
+ @TranStatus = params['TranStatus']
7502
+ @TransNetMemberCode = params['TransNetMemberCode']
7503
+ @SubAccountNumber = params['SubAccountNumber']
7504
+ @SubAccountName = params['SubAccountName']
7505
+ @TransAmount = params['TransAmount']
7506
+ @TransFee = params['TransFee']
7507
+ @TransDate = params['TransDate']
7508
+ @TransTime = params['TransTime']
7509
+ @BankSequenceNumber = params['BankSequenceNumber']
7510
+ @Remark = params['Remark']
7511
+ end
7512
+ end
7513
+
7514
+ # 会员间交易明细信息
7515
+ class MemberTransactionItem < TencentCloud::Common::AbstractModel
7516
+ # @param TransType: 交易类型。
7517
+ # __1__:转出
7518
+ # __2__:转入
7519
+ # @type TransType: String
7520
+ # @param TranStatus: 交易状态。
7521
+ # __0__:成功
7522
+ # @type TranStatus: String
7523
+ # @param TransAmount: 交易金额。
7524
+ # @type TransAmount: String
7525
+ # @param TransDate: 交易日期,格式:yyyyMMdd。
7526
+ # @type TransDate: String
7527
+ # @param TransTime: 交易时间,格式:HHmmss。
7528
+ # 注意:此字段可能返回 null,表示取不到有效值。
7529
+ # @type TransTime: String
7530
+ # @param BankSequenceNumber: 银行系统流水号。
7531
+ # _平安渠道为见证系统流水号_
7532
+ # @type BankSequenceNumber: String
7533
+ # @param BankBookingType: 银行记账类型。
7534
+ # _平安渠道为:_
7535
+ # _1:会员支付_
7536
+ # _2:会员冻结_
7537
+ # _3:会员解冻_
7538
+ # _4:登记挂账_
7539
+ # _6:下单预支付_
7540
+ # _7:确认并付款_
7541
+ # _8:会员退款_
7542
+ # _22:见证+收单平台调账_
7543
+ # _23:见证+收单资金冻结_
7544
+ # _24:见证+收单资金解冻_
7545
+ # _25:会员间交易退款_
7546
+ # 注意:此字段可能返回 null,表示取不到有效值。
7547
+ # @type BankBookingType: String
7548
+ # @param InSubAccountNumber: 转入方子账户账号。
7549
+ # _平安渠道为转入见证子账户的账号_
7550
+ # @type InSubAccountNumber: String
7551
+ # @param OutSubAccountNumber: 转出方子账户账号。
7552
+ # _平安渠道为转出见证子账户的账号_
7553
+ # @type OutSubAccountNumber: String
7554
+ # @param Remark: 备注。
7555
+ # _平安渠道,如果是见证+收单的交易,返回交易订单号_
7556
+ # 注意:此字段可能返回 null,表示取不到有效值。
7557
+ # @type Remark: String
7558
+
7559
+ attr_accessor :TransType, :TranStatus, :TransAmount, :TransDate, :TransTime, :BankSequenceNumber, :BankBookingType, :InSubAccountNumber, :OutSubAccountNumber, :Remark
7560
+
7561
+ def initialize(transtype=nil, transtatus=nil, transamount=nil, transdate=nil, transtime=nil, banksequencenumber=nil, bankbookingtype=nil, insubaccountnumber=nil, outsubaccountnumber=nil, remark=nil)
7562
+ @TransType = transtype
7563
+ @TranStatus = transtatus
7564
+ @TransAmount = transamount
7565
+ @TransDate = transdate
7566
+ @TransTime = transtime
7567
+ @BankSequenceNumber = banksequencenumber
7568
+ @BankBookingType = bankbookingtype
7569
+ @InSubAccountNumber = insubaccountnumber
7570
+ @OutSubAccountNumber = outsubaccountnumber
7571
+ @Remark = remark
7572
+ end
7573
+
7574
+ def deserialize(params)
7575
+ @TransType = params['TransType']
7576
+ @TranStatus = params['TranStatus']
7577
+ @TransAmount = params['TransAmount']
7578
+ @TransDate = params['TransDate']
7579
+ @TransTime = params['TransTime']
7580
+ @BankSequenceNumber = params['BankSequenceNumber']
7581
+ @BankBookingType = params['BankBookingType']
7582
+ @InSubAccountNumber = params['InSubAccountNumber']
7583
+ @OutSubAccountNumber = params['OutSubAccountNumber']
7584
+ @Remark = params['Remark']
7585
+ end
7586
+ end
7587
+
7313
7588
  # 商户分类
7314
7589
  class MerchantClassificationId < TencentCloud::Common::AbstractModel
7315
7590
  # @param Code: 分类编号
@@ -7958,15 +8233,19 @@ module TencentCloud
7958
8233
  # @type BankBranchName: String
7959
8234
  # @param BankBranchId: 联行号。渠道为TENPAY,付款方式为OPENBANK_PAYMENT时必选
7960
8235
  # @type BankBranchId: String
8236
+ # @param BindSerialNo: 收款方绑卡序列号。
8237
+ # 当渠道为TENPAY,付款方式为EBANK_PAYMENT时,上送收款方入驻云企付平台时,下发的绑卡序列号。
8238
+ # @type BindSerialNo: String
7961
8239
 
7962
- attr_accessor :PayeeId, :PayeeName, :BankAccountNumber, :BankBranchName, :BankBranchId
8240
+ attr_accessor :PayeeId, :PayeeName, :BankAccountNumber, :BankBranchName, :BankBranchId, :BindSerialNo
7963
8241
 
7964
- def initialize(payeeid=nil, payeename=nil, bankaccountnumber=nil, bankbranchname=nil, bankbranchid=nil)
8242
+ def initialize(payeeid=nil, payeename=nil, bankaccountnumber=nil, bankbranchname=nil, bankbranchid=nil, bindserialno=nil)
7965
8243
  @PayeeId = payeeid
7966
8244
  @PayeeName = payeename
7967
8245
  @BankAccountNumber = bankaccountnumber
7968
8246
  @BankBranchName = bankbranchname
7969
8247
  @BankBranchId = bankbranchid
8248
+ @BindSerialNo = bindserialno
7970
8249
  end
7971
8250
 
7972
8251
  def deserialize(params)
@@ -7975,6 +8254,7 @@ module TencentCloud
7975
8254
  @BankAccountNumber = params['BankAccountNumber']
7976
8255
  @BankBranchName = params['BankBranchName']
7977
8256
  @BankBranchId = params['BankBranchId']
8257
+ @BindSerialNo = params['BindSerialNo']
7978
8258
  end
7979
8259
  end
7980
8260
 
@@ -10753,13 +11033,143 @@ module TencentCloud
10753
11033
  end
10754
11034
 
10755
11035
  def deserialize(params)
10756
- @Code = params['Code']
10757
- unless params['Data'].nil?
10758
- @Data = []
10759
- params['Data'].each do |i|
10760
- queryexchangeratedata_tmp = QueryExchangerateData.new
10761
- queryexchangeratedata_tmp.deserialize(i)
10762
- @Data << queryexchangeratedata_tmp
11036
+ @Code = params['Code']
11037
+ unless params['Data'].nil?
11038
+ @Data = []
11039
+ params['Data'].each do |i|
11040
+ queryexchangeratedata_tmp = QueryExchangerateData.new
11041
+ queryexchangeratedata_tmp.deserialize(i)
11042
+ @Data << queryexchangeratedata_tmp
11043
+ end
11044
+ end
11045
+ end
11046
+ end
11047
+
11048
+ # QueryFundsTransactionDetails请求参数结构体
11049
+ class QueryFundsTransactionDetailsRequest < TencentCloud::Common::AbstractModel
11050
+ # @param QueryDateType: 查询的交易发生时间类型。
11051
+ # __1__:当日
11052
+ # __2__:历史
11053
+ # @type QueryDateType: String
11054
+ # @param QueryTranType: 查询的交易类型。
11055
+ # __2__:提现/退款
11056
+ # __3__:清分/充值
11057
+ # @type QueryTranType: String
11058
+ # @param BankAccountNumber: 父账户账号。
11059
+ # _平安渠道为资金汇总账号_
11060
+ # @type BankAccountNumber: String
11061
+ # @param SubAccountNumber: 子账户账号。
11062
+ # _平安渠道为见证子账户的账号_
11063
+ # @type SubAccountNumber: String
11064
+ # @param PageOffSet: 分页号, 起始值为1。
11065
+ # @type PageOffSet: String
11066
+ # @param QueryStartDate: 查询开始日期,格式:yyyyMMdd。
11067
+ # __若是历史查询,则必输,当日查询时,不起作用;开始日期不能超过当前日期__
11068
+ # @type QueryStartDate: String
11069
+ # @param QueryEndDate: 查询终止日期,格式:yyyyMMdd。
11070
+ # __若是历史查询,则必输,当日查询时,不起作用;终止日期不能超过当前日期__
11071
+ # @type QueryEndDate: String
11072
+ # @param MidasEnvironment: 环境名。
11073
+ # __release__: 现网环境
11074
+ # __sandbox__: 沙箱环境
11075
+ # __development__: 开发环境
11076
+ # _缺省: release_
11077
+ # @type MidasEnvironment: String
11078
+
11079
+ attr_accessor :QueryDateType, :QueryTranType, :BankAccountNumber, :SubAccountNumber, :PageOffSet, :QueryStartDate, :QueryEndDate, :MidasEnvironment
11080
+
11081
+ def initialize(querydatetype=nil, querytrantype=nil, bankaccountnumber=nil, subaccountnumber=nil, pageoffset=nil, querystartdate=nil, queryenddate=nil, midasenvironment=nil)
11082
+ @QueryDateType = querydatetype
11083
+ @QueryTranType = querytrantype
11084
+ @BankAccountNumber = bankaccountnumber
11085
+ @SubAccountNumber = subaccountnumber
11086
+ @PageOffSet = pageoffset
11087
+ @QueryStartDate = querystartdate
11088
+ @QueryEndDate = queryenddate
11089
+ @MidasEnvironment = midasenvironment
11090
+ end
11091
+
11092
+ def deserialize(params)
11093
+ @QueryDateType = params['QueryDateType']
11094
+ @QueryTranType = params['QueryTranType']
11095
+ @BankAccountNumber = params['BankAccountNumber']
11096
+ @SubAccountNumber = params['SubAccountNumber']
11097
+ @PageOffSet = params['PageOffSet']
11098
+ @QueryStartDate = params['QueryStartDate']
11099
+ @QueryEndDate = params['QueryEndDate']
11100
+ @MidasEnvironment = params['MidasEnvironment']
11101
+ end
11102
+ end
11103
+
11104
+ # QueryFundsTransactionDetails返回参数结构体
11105
+ class QueryFundsTransactionDetailsResponse < TencentCloud::Common::AbstractModel
11106
+ # @param ErrCode: 错误码。
11107
+ # __SUCCESS__: 成功
11108
+ # __其他__: 见附录-错误码表
11109
+ # @type ErrCode: String
11110
+ # @param ErrMessage: 错误消息。
11111
+ # @type ErrMessage: String
11112
+ # @param Result: 返回结果。
11113
+ # 注意:此字段可能返回 null,表示取不到有效值。
11114
+ # @type Result: :class:`Tencentcloud::Cpdp.v20190820.models.QueryFundsTransactionDetailsResult`
11115
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11116
+ # @type RequestId: String
11117
+
11118
+ attr_accessor :ErrCode, :ErrMessage, :Result, :RequestId
11119
+
11120
+ def initialize(errcode=nil, errmessage=nil, result=nil, requestid=nil)
11121
+ @ErrCode = errcode
11122
+ @ErrMessage = errmessage
11123
+ @Result = result
11124
+ @RequestId = requestid
11125
+ end
11126
+
11127
+ def deserialize(params)
11128
+ @ErrCode = params['ErrCode']
11129
+ @ErrMessage = params['ErrMessage']
11130
+ unless params['Result'].nil?
11131
+ @Result = QueryFundsTransactionDetailsResult.new
11132
+ @Result.deserialize(params['Result'])
11133
+ end
11134
+ @RequestId = params['RequestId']
11135
+ end
11136
+ end
11137
+
11138
+ # 查询会员资金交易信息列表结果
11139
+ class QueryFundsTransactionDetailsResult < TencentCloud::Common::AbstractModel
11140
+ # @param ResultCount: 本次交易返回查询结果记录数。
11141
+ # @type ResultCount: Integer
11142
+ # @param TotalCount: 符合业务查询条件的记录总数。
11143
+ # 注意:此字段可能返回 null,表示取不到有效值。
11144
+ # @type TotalCount: Integer
11145
+ # @param EndFlag: 结束标志。
11146
+ # __0__:否
11147
+ # __1__:是
11148
+ # 注意:此字段可能返回 null,表示取不到有效值。
11149
+ # @type EndFlag: String
11150
+ # @param TranItemArray: 会员资金交易信息数组。
11151
+ # 注意:此字段可能返回 null,表示取不到有效值。
11152
+ # @type TranItemArray: Array
11153
+
11154
+ attr_accessor :ResultCount, :TotalCount, :EndFlag, :TranItemArray
11155
+
11156
+ def initialize(resultcount=nil, totalcount=nil, endflag=nil, tranitemarray=nil)
11157
+ @ResultCount = resultcount
11158
+ @TotalCount = totalcount
11159
+ @EndFlag = endflag
11160
+ @TranItemArray = tranitemarray
11161
+ end
11162
+
11163
+ def deserialize(params)
11164
+ @ResultCount = params['ResultCount']
11165
+ @TotalCount = params['TotalCount']
11166
+ @EndFlag = params['EndFlag']
11167
+ unless params['TranItemArray'].nil?
11168
+ @TranItemArray = []
11169
+ params['TranItemArray'].each do |i|
11170
+ fundstransactionitem_tmp = FundsTransactionItem.new
11171
+ fundstransactionitem_tmp.deserialize(i)
11172
+ @TranItemArray << fundstransactionitem_tmp
10763
11173
  end
10764
11174
  end
10765
11175
  end
@@ -11247,6 +11657,137 @@ module TencentCloud
11247
11657
  end
11248
11658
  end
11249
11659
 
11660
+ # QueryMemberTransactionDetails请求参数结构体
11661
+ class QueryMemberTransactionDetailsRequest < TencentCloud::Common::AbstractModel
11662
+ # @param QueryDateType: 查询的交易发生时间类型。
11663
+ # __1__:当日
11664
+ # __2__:历史
11665
+ # @type QueryDateType: String
11666
+ # @param QueryTranType: 查询的交易类型。
11667
+ # __1__:全部
11668
+ # __2__:转出
11669
+ # __3__:转入
11670
+ # @type QueryTranType: String
11671
+ # @param BankAccountNumber: 父账户账号。
11672
+ # _平安渠道为资金汇总账号_
11673
+ # @type BankAccountNumber: String
11674
+ # @param SubAccountNumber: 子账户账号。
11675
+ # _平安渠道为见证子账户的账号_
11676
+ # @type SubAccountNumber: String
11677
+ # @param PageOffSet: 分页号, 起始值为1。
11678
+ # @type PageOffSet: String
11679
+ # @param QueryStartDate: 查询开始日期,格式:yyyyMMdd。
11680
+ # __若是历史查询,则必输,当日查询时,不起作用;开始日期不能超过当前日期__
11681
+ # @type QueryStartDate: String
11682
+ # @param QueryEndDate: 查询终止日期,格式:yyyyMMdd。
11683
+ # __若是历史查询,则必输,当日查询时,不起作用;终止日期不能超过当前日期__
11684
+ # @type QueryEndDate: String
11685
+ # @param MidasEnvironment: 环境名。
11686
+ # __release__: 现网环境
11687
+ # __sandbox__: 沙箱环境
11688
+ # __development__: 开发环境
11689
+ # _缺省: release_
11690
+ # @type MidasEnvironment: String
11691
+
11692
+ attr_accessor :QueryDateType, :QueryTranType, :BankAccountNumber, :SubAccountNumber, :PageOffSet, :QueryStartDate, :QueryEndDate, :MidasEnvironment
11693
+
11694
+ def initialize(querydatetype=nil, querytrantype=nil, bankaccountnumber=nil, subaccountnumber=nil, pageoffset=nil, querystartdate=nil, queryenddate=nil, midasenvironment=nil)
11695
+ @QueryDateType = querydatetype
11696
+ @QueryTranType = querytrantype
11697
+ @BankAccountNumber = bankaccountnumber
11698
+ @SubAccountNumber = subaccountnumber
11699
+ @PageOffSet = pageoffset
11700
+ @QueryStartDate = querystartdate
11701
+ @QueryEndDate = queryenddate
11702
+ @MidasEnvironment = midasenvironment
11703
+ end
11704
+
11705
+ def deserialize(params)
11706
+ @QueryDateType = params['QueryDateType']
11707
+ @QueryTranType = params['QueryTranType']
11708
+ @BankAccountNumber = params['BankAccountNumber']
11709
+ @SubAccountNumber = params['SubAccountNumber']
11710
+ @PageOffSet = params['PageOffSet']
11711
+ @QueryStartDate = params['QueryStartDate']
11712
+ @QueryEndDate = params['QueryEndDate']
11713
+ @MidasEnvironment = params['MidasEnvironment']
11714
+ end
11715
+ end
11716
+
11717
+ # QueryMemberTransactionDetails返回参数结构体
11718
+ class QueryMemberTransactionDetailsResponse < TencentCloud::Common::AbstractModel
11719
+ # @param ErrCode: 错误码。
11720
+ # __SUCCESS__: 成功
11721
+ # __其他__: 见附录-错误码表
11722
+ # @type ErrCode: String
11723
+ # @param ErrMessage: 错误消息。
11724
+ # @type ErrMessage: String
11725
+ # @param Result: 返回结果。
11726
+ # 注意:此字段可能返回 null,表示取不到有效值。
11727
+ # @type Result: :class:`Tencentcloud::Cpdp.v20190820.models.QueryMemberTransactionDetailsResult`
11728
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11729
+ # @type RequestId: String
11730
+
11731
+ attr_accessor :ErrCode, :ErrMessage, :Result, :RequestId
11732
+
11733
+ def initialize(errcode=nil, errmessage=nil, result=nil, requestid=nil)
11734
+ @ErrCode = errcode
11735
+ @ErrMessage = errmessage
11736
+ @Result = result
11737
+ @RequestId = requestid
11738
+ end
11739
+
11740
+ def deserialize(params)
11741
+ @ErrCode = params['ErrCode']
11742
+ @ErrMessage = params['ErrMessage']
11743
+ unless params['Result'].nil?
11744
+ @Result = QueryMemberTransactionDetailsResult.new
11745
+ @Result.deserialize(params['Result'])
11746
+ end
11747
+ @RequestId = params['RequestId']
11748
+ end
11749
+ end
11750
+
11751
+ # 聚鑫-查询会员间交易信息列表结果
11752
+ class QueryMemberTransactionDetailsResult < TencentCloud::Common::AbstractModel
11753
+ # @param ResultCount: 本次交易返回查询结果记录数。
11754
+ # @type ResultCount: Integer
11755
+ # @param TotalCount: 符合业务查询条件的记录总数。
11756
+ # 注意:此字段可能返回 null,表示取不到有效值。
11757
+ # @type TotalCount: Integer
11758
+ # @param EndFlag: 结束标志。
11759
+ # __0__:否
11760
+ # __1__:是
11761
+ # 注意:此字段可能返回 null,表示取不到有效值。
11762
+ # @type EndFlag: String
11763
+ # @param TranItemArray: 会员间交易信息数组
11764
+ # 注意:此字段可能返回 null,表示取不到有效值。
11765
+ # @type TranItemArray: Array
11766
+
11767
+ attr_accessor :ResultCount, :TotalCount, :EndFlag, :TranItemArray
11768
+
11769
+ def initialize(resultcount=nil, totalcount=nil, endflag=nil, tranitemarray=nil)
11770
+ @ResultCount = resultcount
11771
+ @TotalCount = totalcount
11772
+ @EndFlag = endflag
11773
+ @TranItemArray = tranitemarray
11774
+ end
11775
+
11776
+ def deserialize(params)
11777
+ @ResultCount = params['ResultCount']
11778
+ @TotalCount = params['TotalCount']
11779
+ @EndFlag = params['EndFlag']
11780
+ unless params['TranItemArray'].nil?
11781
+ @TranItemArray = []
11782
+ params['TranItemArray'].each do |i|
11783
+ membertransactionitem_tmp = MemberTransactionItem.new
11784
+ membertransactionitem_tmp.deserialize(i)
11785
+ @TranItemArray << membertransactionitem_tmp
11786
+ end
11787
+ end
11788
+ end
11789
+ end
11790
+
11250
11791
  # QueryMemberTransaction请求参数结构体
11251
11792
  class QueryMemberTransactionRequest < TencentCloud::Common::AbstractModel
11252
11793
  # @param MrchCode: String(22),商户号(签约客户号)
@@ -11622,42 +12163,273 @@ module TencentCloud
11622
12163
 
11623
12164
  # QueryMerchantPayWayList请求参数结构体
11624
12165
  class QueryMerchantPayWayListRequest < TencentCloud::Common::AbstractModel
11625
- # @param OpenId: 收单系统分配的开放ID
12166
+ # @param OpenId: 使用门店OpenId
11626
12167
  # @type OpenId: String
11627
- # @param OpenKey: 收单系统分配的密钥
12168
+ # @param OpenKey: 使用门店OpenKey
11628
12169
  # @type OpenKey: String
11629
12170
  # @param PayType: 支付类型,逗号分隔。1-现金,2-主扫,3-被扫,4-JSAPI。
11630
12171
  # @type PayType: String
11631
12172
  # @param Profile: 沙箱环境填sandbox,正式环境不填
11632
12173
  # @type Profile: String
11633
12174
 
11634
- attr_accessor :OpenId, :OpenKey, :PayType, :Profile
12175
+ attr_accessor :OpenId, :OpenKey, :PayType, :Profile
12176
+
12177
+ def initialize(openid=nil, openkey=nil, paytype=nil, profile=nil)
12178
+ @OpenId = openid
12179
+ @OpenKey = openkey
12180
+ @PayType = paytype
12181
+ @Profile = profile
12182
+ end
12183
+
12184
+ def deserialize(params)
12185
+ @OpenId = params['OpenId']
12186
+ @OpenKey = params['OpenKey']
12187
+ @PayType = params['PayType']
12188
+ @Profile = params['Profile']
12189
+ end
12190
+ end
12191
+
12192
+ # QueryMerchantPayWayList返回参数结构体
12193
+ class QueryMerchantPayWayListResponse < TencentCloud::Common::AbstractModel
12194
+ # @param ErrCode: 业务系统返回码,0表示成功,其他表示失败。
12195
+ # @type ErrCode: String
12196
+ # @param ErrMessage: 业务系统返回消息
12197
+ # 注意:此字段可能返回 null,表示取不到有效值。
12198
+ # @type ErrMessage: String
12199
+ # @param Result: 查询商户支付方式列表结果
12200
+ # 注意:此字段可能返回 null,表示取不到有效值。
12201
+ # @type Result: Array
12202
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
12203
+ # @type RequestId: String
12204
+
12205
+ attr_accessor :ErrCode, :ErrMessage, :Result, :RequestId
12206
+
12207
+ def initialize(errcode=nil, errmessage=nil, result=nil, requestid=nil)
12208
+ @ErrCode = errcode
12209
+ @ErrMessage = errmessage
12210
+ @Result = result
12211
+ @RequestId = requestid
12212
+ end
12213
+
12214
+ def deserialize(params)
12215
+ @ErrCode = params['ErrCode']
12216
+ @ErrMessage = params['ErrMessage']
12217
+ unless params['Result'].nil?
12218
+ @Result = []
12219
+ params['Result'].each do |i|
12220
+ merchantpaywaydata_tmp = MerchantPayWayData.new
12221
+ merchantpaywaydata_tmp.deserialize(i)
12222
+ @Result << merchantpaywaydata_tmp
12223
+ end
12224
+ end
12225
+ @RequestId = params['RequestId']
12226
+ end
12227
+ end
12228
+
12229
+ # QueryMerchant请求参数结构体
12230
+ class QueryMerchantRequest < TencentCloud::Common::AbstractModel
12231
+ # @param MerchantAppId: 进件成功后返给商户方的 AppId
12232
+ # @type MerchantAppId: String
12233
+
12234
+ attr_accessor :MerchantAppId
12235
+
12236
+ def initialize(merchantappid=nil)
12237
+ @MerchantAppId = merchantappid
12238
+ end
12239
+
12240
+ def deserialize(params)
12241
+ @MerchantAppId = params['MerchantAppId']
12242
+ end
12243
+ end
12244
+
12245
+ # QueryMerchant返回参数结构体
12246
+ class QueryMerchantResponse < TencentCloud::Common::AbstractModel
12247
+ # @param MerchantAppId: 分配给商户的 AppId,该 AppId 为后续各项 交易的商户标识。
12248
+ # @type MerchantAppId: String
12249
+ # @param MerchantName: 收款商户名称。
12250
+ # @type MerchantName: String
12251
+ # @param BusinessPayFlag: B2B 支付标志。是否开通 B2B 支付, 1:开通 0:不开通。
12252
+ # @type BusinessPayFlag: String
12253
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
12254
+ # @type RequestId: String
12255
+
12256
+ attr_accessor :MerchantAppId, :MerchantName, :BusinessPayFlag, :RequestId
12257
+
12258
+ def initialize(merchantappid=nil, merchantname=nil, businesspayflag=nil, requestid=nil)
12259
+ @MerchantAppId = merchantappid
12260
+ @MerchantName = merchantname
12261
+ @BusinessPayFlag = businesspayflag
12262
+ @RequestId = requestid
12263
+ end
12264
+
12265
+ def deserialize(params)
12266
+ @MerchantAppId = params['MerchantAppId']
12267
+ @MerchantName = params['MerchantName']
12268
+ @BusinessPayFlag = params['BusinessPayFlag']
12269
+ @RequestId = params['RequestId']
12270
+ end
12271
+ end
12272
+
12273
+ # QueryOpenBankBankAccountBalance请求参数结构体
12274
+ class QueryOpenBankBankAccountBalanceRequest < TencentCloud::Common::AbstractModel
12275
+ # @param ChannelMerchantId: 云企付渠道商户号。外部接入平台入驻云企付平台后下发。
12276
+ # @type ChannelMerchantId: String
12277
+ # @param ChannelSubMerchantId: 云企付渠道子商户号。入驻在渠道商户下的子商户ID,如付款方的商户ID,对应创建支付订单中接口参数中的PayerInfo中的payerId。
12278
+ # @type ChannelSubMerchantId: String
12279
+ # @param ChannelName: 渠道名称。
12280
+ # __TENPAY__: 商企付
12281
+ # __WECHAT__: 微信支付
12282
+ # __ALIPAY__: 支付宝
12283
+ # @type ChannelName: String
12284
+ # @param PaymentMethod: 支付方式,如
12285
+ # __EBANK_PAYMENT__:ebank付款
12286
+ # __OPENBANK_PAYMENT__: openbank付款
12287
+ # @type PaymentMethod: String
12288
+ # @param BindSerialNo: 绑卡序列号,银行账户唯一ID,区分多卡或多账户的场景
12289
+ # @type BindSerialNo: String
12290
+ # @param Environment: 环境类型
12291
+ # release:生产环境
12292
+ # sandbox:沙箱环境
12293
+ # 缺省默认为生产环境
12294
+ # @type Environment: String
12295
+
12296
+ attr_accessor :ChannelMerchantId, :ChannelSubMerchantId, :ChannelName, :PaymentMethod, :BindSerialNo, :Environment
12297
+
12298
+ def initialize(channelmerchantid=nil, channelsubmerchantid=nil, channelname=nil, paymentmethod=nil, bindserialno=nil, environment=nil)
12299
+ @ChannelMerchantId = channelmerchantid
12300
+ @ChannelSubMerchantId = channelsubmerchantid
12301
+ @ChannelName = channelname
12302
+ @PaymentMethod = paymentmethod
12303
+ @BindSerialNo = bindserialno
12304
+ @Environment = environment
12305
+ end
12306
+
12307
+ def deserialize(params)
12308
+ @ChannelMerchantId = params['ChannelMerchantId']
12309
+ @ChannelSubMerchantId = params['ChannelSubMerchantId']
12310
+ @ChannelName = params['ChannelName']
12311
+ @PaymentMethod = params['PaymentMethod']
12312
+ @BindSerialNo = params['BindSerialNo']
12313
+ @Environment = params['Environment']
12314
+ end
12315
+ end
12316
+
12317
+ # QueryOpenBankBankAccountBalance返回参数结构体
12318
+ class QueryOpenBankBankAccountBalanceResponse < TencentCloud::Common::AbstractModel
12319
+ # @param ErrCode: 业务系统返回码,SUCCESS表示成功,其他表示失败。
12320
+ # @type ErrCode: String
12321
+ # @param ErrMessage: 业务系统返回消息。
12322
+ # 注意:此字段可能返回 null,表示取不到有效值。
12323
+ # @type ErrMessage: String
12324
+ # @param Result: 账户余额查询响应对象。
12325
+ # 注意:此字段可能返回 null,表示取不到有效值。
12326
+ # @type Result: :class:`Tencentcloud::Cpdp.v20190820.models.QueryOpenBankBankAccountBalanceResult`
12327
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
12328
+ # @type RequestId: String
12329
+
12330
+ attr_accessor :ErrCode, :ErrMessage, :Result, :RequestId
12331
+
12332
+ def initialize(errcode=nil, errmessage=nil, result=nil, requestid=nil)
12333
+ @ErrCode = errcode
12334
+ @ErrMessage = errmessage
12335
+ @Result = result
12336
+ @RequestId = requestid
12337
+ end
12338
+
12339
+ def deserialize(params)
12340
+ @ErrCode = params['ErrCode']
12341
+ @ErrMessage = params['ErrMessage']
12342
+ unless params['Result'].nil?
12343
+ @Result = QueryOpenBankBankAccountBalanceResult.new
12344
+ @Result.deserialize(params['Result'])
12345
+ end
12346
+ @RequestId = params['RequestId']
12347
+ end
12348
+ end
12349
+
12350
+ # 云企付-查询账户余额
12351
+ class QueryOpenBankBankAccountBalanceResult < TencentCloud::Common::AbstractModel
12352
+ # @param TotalBalance: 总余额,单位分
12353
+ # @type TotalBalance: String
12354
+ # @param YesterdayBalance: 昨日余额,单位分
12355
+ # @type YesterdayBalance: String
12356
+
12357
+ attr_accessor :TotalBalance, :YesterdayBalance
12358
+
12359
+ def initialize(totalbalance=nil, yesterdaybalance=nil)
12360
+ @TotalBalance = totalbalance
12361
+ @YesterdayBalance = yesterdaybalance
12362
+ end
12363
+
12364
+ def deserialize(params)
12365
+ @TotalBalance = params['TotalBalance']
12366
+ @YesterdayBalance = params['YesterdayBalance']
12367
+ end
12368
+ end
12369
+
12370
+ # QueryOpenBankBankBranchList请求参数结构体
12371
+ class QueryOpenBankBankBranchListRequest < TencentCloud::Common::AbstractModel
12372
+ # @param ChannelMerchantId: 渠道商户ID。
12373
+ # @type ChannelMerchantId: String
12374
+ # @param ChannelName: 渠道名称。
12375
+ # __TENPAY__: 商企付
12376
+ # __WECHAT__: 微信支付
12377
+ # __ALIPAY__: 支付宝
12378
+ # @type ChannelName: String
12379
+ # @param PaymentMethod: 支付方式。
12380
+ # __EBANK_PAYMENT__:ebank付款
12381
+ # __OPENBANK_PAYMENT__: openbank付款
12382
+ # @type PaymentMethod: String
12383
+ # @param BankBranchName: 支行名称。
12384
+ # @type BankBranchName: String
12385
+ # @param BankAbbreviation: 银行简称。
12386
+ # @type BankAbbreviation: String
12387
+ # @param PageNumber: 页码。Index和Count必须大于等于1。
12388
+ # @type PageNumber: :class:`Tencentcloud::Cpdp.v20190820.models.Paging`
12389
+ # @param Environment: 环境类型。
12390
+ # __release__:生产环境
12391
+ # __sandbox__:沙箱环境
12392
+ # _不填默认为生产环境_
12393
+ # @type Environment: String
12394
+
12395
+ attr_accessor :ChannelMerchantId, :ChannelName, :PaymentMethod, :BankBranchName, :BankAbbreviation, :PageNumber, :Environment
11635
12396
 
11636
- def initialize(openid=nil, openkey=nil, paytype=nil, profile=nil)
11637
- @OpenId = openid
11638
- @OpenKey = openkey
11639
- @PayType = paytype
11640
- @Profile = profile
12397
+ def initialize(channelmerchantid=nil, channelname=nil, paymentmethod=nil, bankbranchname=nil, bankabbreviation=nil, pagenumber=nil, environment=nil)
12398
+ @ChannelMerchantId = channelmerchantid
12399
+ @ChannelName = channelname
12400
+ @PaymentMethod = paymentmethod
12401
+ @BankBranchName = bankbranchname
12402
+ @BankAbbreviation = bankabbreviation
12403
+ @PageNumber = pagenumber
12404
+ @Environment = environment
11641
12405
  end
11642
12406
 
11643
12407
  def deserialize(params)
11644
- @OpenId = params['OpenId']
11645
- @OpenKey = params['OpenKey']
11646
- @PayType = params['PayType']
11647
- @Profile = params['Profile']
12408
+ @ChannelMerchantId = params['ChannelMerchantId']
12409
+ @ChannelName = params['ChannelName']
12410
+ @PaymentMethod = params['PaymentMethod']
12411
+ @BankBranchName = params['BankBranchName']
12412
+ @BankAbbreviation = params['BankAbbreviation']
12413
+ unless params['PageNumber'].nil?
12414
+ @PageNumber = Paging.new
12415
+ @PageNumber.deserialize(params['PageNumber'])
12416
+ end
12417
+ @Environment = params['Environment']
11648
12418
  end
11649
12419
  end
11650
12420
 
11651
- # QueryMerchantPayWayList返回参数结构体
11652
- class QueryMerchantPayWayListResponse < TencentCloud::Common::AbstractModel
11653
- # @param ErrCode: 业务系统返回码,0表示成功,其他表示失败。
12421
+ # QueryOpenBankBankBranchList返回参数结构体
12422
+ class QueryOpenBankBankBranchListResponse < TencentCloud::Common::AbstractModel
12423
+ # @param ErrCode: 错误码。
12424
+ # __SUCCESS__: 成功
12425
+ # __其他__: 见附录-错误码表
11654
12426
  # @type ErrCode: String
11655
- # @param ErrMessage: 业务系统返回消息
12427
+ # @param ErrMessage: 错误消息。
11656
12428
  # 注意:此字段可能返回 null,表示取不到有效值。
11657
12429
  # @type ErrMessage: String
11658
- # @param Result: 查询商户支付方式列表结果
12430
+ # @param Result: 返回结果。
11659
12431
  # 注意:此字段可能返回 null,表示取不到有效值。
11660
- # @type Result: Array
12432
+ # @type Result: :class:`Tencentcloud::Cpdp.v20190820.models.QueryOpenBankBankBranchListResult`
11661
12433
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11662
12434
  # @type RequestId: String
11663
12435
 
@@ -11674,58 +12446,37 @@ module TencentCloud
11674
12446
  @ErrCode = params['ErrCode']
11675
12447
  @ErrMessage = params['ErrMessage']
11676
12448
  unless params['Result'].nil?
11677
- @Result = []
11678
- params['Result'].each do |i|
11679
- merchantpaywaydata_tmp = MerchantPayWayData.new
11680
- merchantpaywaydata_tmp.deserialize(i)
11681
- @Result << merchantpaywaydata_tmp
11682
- end
12449
+ @Result = QueryOpenBankBankBranchListResult.new
12450
+ @Result.deserialize(params['Result'])
11683
12451
  end
11684
12452
  @RequestId = params['RequestId']
11685
12453
  end
11686
12454
  end
11687
12455
 
11688
- # QueryMerchant请求参数结构体
11689
- class QueryMerchantRequest < TencentCloud::Common::AbstractModel
11690
- # @param MerchantAppId: 进件成功后返给商户方的 AppId
11691
- # @type MerchantAppId: String
11692
-
11693
- attr_accessor :MerchantAppId
11694
-
11695
- def initialize(merchantappid=nil)
11696
- @MerchantAppId = merchantappid
11697
- end
11698
-
11699
- def deserialize(params)
11700
- @MerchantAppId = params['MerchantAppId']
11701
- end
11702
- end
11703
-
11704
- # QueryMerchant返回参数结构体
11705
- class QueryMerchantResponse < TencentCloud::Common::AbstractModel
11706
- # @param MerchantAppId: 分配给商户的 AppId,该 AppId 为后续各项 交易的商户标识。
11707
- # @type MerchantAppId: String
11708
- # @param MerchantName: 收款商户名称。
11709
- # @type MerchantName: String
11710
- # @param BusinessPayFlag: B2B 支付标志。是否开通 B2B 支付, 1:开通 0:不开通。
11711
- # @type BusinessPayFlag: String
11712
- # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11713
- # @type RequestId: String
12456
+ # 查询联行号返回结果
12457
+ class QueryOpenBankBankBranchListResult < TencentCloud::Common::AbstractModel
12458
+ # @param BankBranchList: 支行列表。
12459
+ # @type BankBranchList: Array
12460
+ # @param Count: 列表总数。
12461
+ # @type Count: Integer
11714
12462
 
11715
- attr_accessor :MerchantAppId, :MerchantName, :BusinessPayFlag, :RequestId
12463
+ attr_accessor :BankBranchList, :Count
11716
12464
 
11717
- def initialize(merchantappid=nil, merchantname=nil, businesspayflag=nil, requestid=nil)
11718
- @MerchantAppId = merchantappid
11719
- @MerchantName = merchantname
11720
- @BusinessPayFlag = businesspayflag
11721
- @RequestId = requestid
12465
+ def initialize(bankbranchlist=nil, count=nil)
12466
+ @BankBranchList = bankbranchlist
12467
+ @Count = count
11722
12468
  end
11723
12469
 
11724
12470
  def deserialize(params)
11725
- @MerchantAppId = params['MerchantAppId']
11726
- @MerchantName = params['MerchantName']
11727
- @BusinessPayFlag = params['BusinessPayFlag']
11728
- @RequestId = params['RequestId']
12471
+ unless params['BankBranchList'].nil?
12472
+ @BankBranchList = []
12473
+ params['BankBranchList'].each do |i|
12474
+ bankbranchinfo_tmp = BankBranchInfo.new
12475
+ bankbranchinfo_tmp.deserialize(i)
12476
+ @BankBranchList << bankbranchinfo_tmp
12477
+ end
12478
+ end
12479
+ @Count = params['Count']
11729
12480
  end
11730
12481
  end
11731
12482
 
@@ -11836,6 +12587,113 @@ module TencentCloud
11836
12587
  end
11837
12588
  end
11838
12589
 
12590
+ # QueryOpenBankDailyReceiptDownloadUrl请求参数结构体
12591
+ class QueryOpenBankDailyReceiptDownloadUrlRequest < TencentCloud::Common::AbstractModel
12592
+ # @param ChannelMerchantId: 云企付渠道商户号。外部接入平台入驻云企付平台后下发。
12593
+ # @type ChannelMerchantId: String
12594
+ # @param ChannelSubMerchantId: 云企付渠道子商户号。入驻在渠道商户下的子商户ID,如付款方的商户ID,对应创建支付订单中接口参数中的PayerInfo中的payerId。
12595
+ # @type ChannelSubMerchantId: String
12596
+ # @param ChannelName: 渠道名称。
12597
+ # __TENPAY__: 商企付
12598
+ # __WECHAT__: 微信支付
12599
+ # __ALIPAY__: 支付宝
12600
+ # @type ChannelName: String
12601
+ # @param PaymentMethod: 付款方式。如
12602
+ # __EBANK_PAYMENT__:ebank付款
12603
+ # __OPENBANK_PAYMENT__: openbank付款
12604
+ # @type PaymentMethod: String
12605
+ # @param BindSerialNo: 绑卡序列号,银行卡唯一标记,资金账户ID,用于区分商户绑定多卡或多账户场景
12606
+ # @type BindSerialNo: String
12607
+ # @param QueryDate: 查询日期,D日查询D-1日的回单文件
12608
+ # @type QueryDate: String
12609
+ # @param Environment: 环境类型
12610
+ # release:生产环境
12611
+ # sandbox:沙箱环境
12612
+ # 缺省默认为生产环境
12613
+ # @type Environment: String
12614
+
12615
+ attr_accessor :ChannelMerchantId, :ChannelSubMerchantId, :ChannelName, :PaymentMethod, :BindSerialNo, :QueryDate, :Environment
12616
+
12617
+ def initialize(channelmerchantid=nil, channelsubmerchantid=nil, channelname=nil, paymentmethod=nil, bindserialno=nil, querydate=nil, environment=nil)
12618
+ @ChannelMerchantId = channelmerchantid
12619
+ @ChannelSubMerchantId = channelsubmerchantid
12620
+ @ChannelName = channelname
12621
+ @PaymentMethod = paymentmethod
12622
+ @BindSerialNo = bindserialno
12623
+ @QueryDate = querydate
12624
+ @Environment = environment
12625
+ end
12626
+
12627
+ def deserialize(params)
12628
+ @ChannelMerchantId = params['ChannelMerchantId']
12629
+ @ChannelSubMerchantId = params['ChannelSubMerchantId']
12630
+ @ChannelName = params['ChannelName']
12631
+ @PaymentMethod = params['PaymentMethod']
12632
+ @BindSerialNo = params['BindSerialNo']
12633
+ @QueryDate = params['QueryDate']
12634
+ @Environment = params['Environment']
12635
+ end
12636
+ end
12637
+
12638
+ # QueryOpenBankDailyReceiptDownloadUrl返回参数结构体
12639
+ class QueryOpenBankDailyReceiptDownloadUrlResponse < TencentCloud::Common::AbstractModel
12640
+ # @param ErrCode: 业务系统返回码,SUCCESS表示成功,其他表示失败。
12641
+ # @type ErrCode: String
12642
+ # @param ErrMessage: 业务系统返回消息。
12643
+ # 注意:此字段可能返回 null,表示取不到有效值。
12644
+ # @type ErrMessage: String
12645
+ # @param Result: 按日期查询回单下载地址响应对象。
12646
+ # 注意:此字段可能返回 null,表示取不到有效值。
12647
+ # @type Result: :class:`Tencentcloud::Cpdp.v20190820.models.QueryOpenBankDailyReceiptDownloadUrlResult`
12648
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
12649
+ # @type RequestId: String
12650
+
12651
+ attr_accessor :ErrCode, :ErrMessage, :Result, :RequestId
12652
+
12653
+ def initialize(errcode=nil, errmessage=nil, result=nil, requestid=nil)
12654
+ @ErrCode = errcode
12655
+ @ErrMessage = errmessage
12656
+ @Result = result
12657
+ @RequestId = requestid
12658
+ end
12659
+
12660
+ def deserialize(params)
12661
+ @ErrCode = params['ErrCode']
12662
+ @ErrMessage = params['ErrMessage']
12663
+ unless params['Result'].nil?
12664
+ @Result = QueryOpenBankDailyReceiptDownloadUrlResult.new
12665
+ @Result.deserialize(params['Result'])
12666
+ end
12667
+ @RequestId = params['RequestId']
12668
+ end
12669
+ end
12670
+
12671
+ # 云企付-按日期查询回单下载地址
12672
+ class QueryOpenBankDailyReceiptDownloadUrlResult < TencentCloud::Common::AbstractModel
12673
+ # @param DownloadUrl: 回单文件下载链接
12674
+ # @type DownloadUrl: String
12675
+ # @param ExpireTime: 过期时间
12676
+ # @type ExpireTime: String
12677
+ # @param ReceiptStatus: 回单状态
12678
+ # PENDING: 处理中
12679
+ # READY: 可以下载
12680
+ # @type ReceiptStatus: String
12681
+
12682
+ attr_accessor :DownloadUrl, :ExpireTime, :ReceiptStatus
12683
+
12684
+ def initialize(downloadurl=nil, expiretime=nil, receiptstatus=nil)
12685
+ @DownloadUrl = downloadurl
12686
+ @ExpireTime = expiretime
12687
+ @ReceiptStatus = receiptstatus
12688
+ end
12689
+
12690
+ def deserialize(params)
12691
+ @DownloadUrl = params['DownloadUrl']
12692
+ @ExpireTime = params['ExpireTime']
12693
+ @ReceiptStatus = params['ReceiptStatus']
12694
+ end
12695
+ end
12696
+
11839
12697
  # QueryOpenBankDownLoadUrl请求参数结构体
11840
12698
  class QueryOpenBankDownLoadUrlRequest < TencentCloud::Common::AbstractModel
11841
12699
  # @param ChannelMerchantId: 渠道商户号,外部接入平台方入驻云企付平台后下发。
@@ -12282,46 +13140,140 @@ module TencentCloud
12282
13140
  # @param RedirectInfo: 重定向参数,用于客户端跳转,订单未支付时返回该参数
12283
13141
  # 渠道为TENPAY,付款方式为EBANK_PAYMENT时返回
12284
13142
  # 注意:此字段可能返回 null,表示取不到有效值。
12285
- # @type RedirectInfo: :class:`Tencentcloud::Cpdp.v20190820.models.OpenBankRedirectInfo`
12286
- # @param ExternalReturnData: 第三方渠道返回信息,见渠道特殊说明
13143
+ # @type RedirectInfo: :class:`Tencentcloud::Cpdp.v20190820.models.OpenBankRedirectInfo`
13144
+ # @param ExternalReturnData: 第三方渠道返回信息,见渠道特殊说明
13145
+ # 注意:此字段可能返回 null,表示取不到有效值。
13146
+ # @type ExternalReturnData: String
13147
+
13148
+ attr_accessor :ChannelMerchantId, :OutOrderId, :ChannelOrderId, :ThirdPayOrderId, :OrderStatus, :ChannelName, :PaymentMethod, :TotalAmount, :PayAmount, :FailReason, :Attachment, :RedirectInfo, :ExternalReturnData
13149
+
13150
+ 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)
13151
+ @ChannelMerchantId = channelmerchantid
13152
+ @OutOrderId = outorderid
13153
+ @ChannelOrderId = channelorderid
13154
+ @ThirdPayOrderId = thirdpayorderid
13155
+ @OrderStatus = orderstatus
13156
+ @ChannelName = channelname
13157
+ @PaymentMethod = paymentmethod
13158
+ @TotalAmount = totalamount
13159
+ @PayAmount = payamount
13160
+ @FailReason = failreason
13161
+ @Attachment = attachment
13162
+ @RedirectInfo = redirectinfo
13163
+ @ExternalReturnData = externalreturndata
13164
+ end
13165
+
13166
+ def deserialize(params)
13167
+ @ChannelMerchantId = params['ChannelMerchantId']
13168
+ @OutOrderId = params['OutOrderId']
13169
+ @ChannelOrderId = params['ChannelOrderId']
13170
+ @ThirdPayOrderId = params['ThirdPayOrderId']
13171
+ @OrderStatus = params['OrderStatus']
13172
+ @ChannelName = params['ChannelName']
13173
+ @PaymentMethod = params['PaymentMethod']
13174
+ @TotalAmount = params['TotalAmount']
13175
+ @PayAmount = params['PayAmount']
13176
+ @FailReason = params['FailReason']
13177
+ @Attachment = params['Attachment']
13178
+ unless params['RedirectInfo'].nil?
13179
+ @RedirectInfo = OpenBankRedirectInfo.new
13180
+ @RedirectInfo.deserialize(params['RedirectInfo'])
13181
+ end
13182
+ @ExternalReturnData = params['ExternalReturnData']
13183
+ end
13184
+ end
13185
+
13186
+ # QueryOpenBankSupportBankList请求参数结构体
13187
+ class QueryOpenBankSupportBankListRequest < TencentCloud::Common::AbstractModel
13188
+ # @param ChannelMerchantId: 渠道商户ID。
13189
+ # @type ChannelMerchantId: String
13190
+ # @param ChannelName: 渠道名称。
13191
+ # __TENPAY__: 商企付
13192
+ # __WECHAT__: 微信支付
13193
+ # __ALIPAY__: 支付宝
13194
+ # @type ChannelName: String
13195
+ # @param PaymentMethod: 支付方式。
13196
+ # __EBANK_PAYMENT__:ebank付款
13197
+ # __OPENBANK_PAYMENT__: openbank付款
13198
+ # @type PaymentMethod: String
13199
+ # @param Environment: 环境类型。
13200
+ # __release__:生产环境
13201
+ # __sandbox__:沙箱环境
13202
+ # _不填默认为生产环境_
13203
+ # @type Environment: String
13204
+
13205
+ attr_accessor :ChannelMerchantId, :ChannelName, :PaymentMethod, :Environment
13206
+
13207
+ def initialize(channelmerchantid=nil, channelname=nil, paymentmethod=nil, environment=nil)
13208
+ @ChannelMerchantId = channelmerchantid
13209
+ @ChannelName = channelname
13210
+ @PaymentMethod = paymentmethod
13211
+ @Environment = environment
13212
+ end
13213
+
13214
+ def deserialize(params)
13215
+ @ChannelMerchantId = params['ChannelMerchantId']
13216
+ @ChannelName = params['ChannelName']
13217
+ @PaymentMethod = params['PaymentMethod']
13218
+ @Environment = params['Environment']
13219
+ end
13220
+ end
13221
+
13222
+ # QueryOpenBankSupportBankList返回参数结构体
13223
+ class QueryOpenBankSupportBankListResponse < TencentCloud::Common::AbstractModel
13224
+ # @param ErrCode: 错误码。
13225
+ # __SUCCESS__: 成功
13226
+ # __其他__: 见附录-错误码表
13227
+ # @type ErrCode: String
13228
+ # @param ErrMessage: 错误消息。
13229
+ # 注意:此字段可能返回 null,表示取不到有效值。
13230
+ # @type ErrMessage: String
13231
+ # @param Result: 返回结果。
12287
13232
  # 注意:此字段可能返回 null,表示取不到有效值。
12288
- # @type ExternalReturnData: String
13233
+ # @type Result: :class:`Tencentcloud::Cpdp.v20190820.models.QueryOpenBankSupportBankListResult`
13234
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
13235
+ # @type RequestId: String
12289
13236
 
12290
- attr_accessor :ChannelMerchantId, :OutOrderId, :ChannelOrderId, :ThirdPayOrderId, :OrderStatus, :ChannelName, :PaymentMethod, :TotalAmount, :PayAmount, :FailReason, :Attachment, :RedirectInfo, :ExternalReturnData
13237
+ attr_accessor :ErrCode, :ErrMessage, :Result, :RequestId
12291
13238
 
12292
- 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)
12293
- @ChannelMerchantId = channelmerchantid
12294
- @OutOrderId = outorderid
12295
- @ChannelOrderId = channelorderid
12296
- @ThirdPayOrderId = thirdpayorderid
12297
- @OrderStatus = orderstatus
12298
- @ChannelName = channelname
12299
- @PaymentMethod = paymentmethod
12300
- @TotalAmount = totalamount
12301
- @PayAmount = payamount
12302
- @FailReason = failreason
12303
- @Attachment = attachment
12304
- @RedirectInfo = redirectinfo
12305
- @ExternalReturnData = externalreturndata
13239
+ def initialize(errcode=nil, errmessage=nil, result=nil, requestid=nil)
13240
+ @ErrCode = errcode
13241
+ @ErrMessage = errmessage
13242
+ @Result = result
13243
+ @RequestId = requestid
12306
13244
  end
12307
13245
 
12308
13246
  def deserialize(params)
12309
- @ChannelMerchantId = params['ChannelMerchantId']
12310
- @OutOrderId = params['OutOrderId']
12311
- @ChannelOrderId = params['ChannelOrderId']
12312
- @ThirdPayOrderId = params['ThirdPayOrderId']
12313
- @OrderStatus = params['OrderStatus']
12314
- @ChannelName = params['ChannelName']
12315
- @PaymentMethod = params['PaymentMethod']
12316
- @TotalAmount = params['TotalAmount']
12317
- @PayAmount = params['PayAmount']
12318
- @FailReason = params['FailReason']
12319
- @Attachment = params['Attachment']
12320
- unless params['RedirectInfo'].nil?
12321
- @RedirectInfo = OpenBankRedirectInfo.new
12322
- @RedirectInfo.deserialize(params['RedirectInfo'])
13247
+ @ErrCode = params['ErrCode']
13248
+ @ErrMessage = params['ErrMessage']
13249
+ unless params['Result'].nil?
13250
+ @Result = QueryOpenBankSupportBankListResult.new
13251
+ @Result.deserialize(params['Result'])
13252
+ end
13253
+ @RequestId = params['RequestId']
13254
+ end
13255
+ end
13256
+
13257
+ # 查询支持的银行列表返回结果
13258
+ class QueryOpenBankSupportBankListResult < TencentCloud::Common::AbstractModel
13259
+ # @param SupportBankList: 支持的银行列表
13260
+ # @type SupportBankList: Array
13261
+
13262
+ attr_accessor :SupportBankList
13263
+
13264
+ def initialize(supportbanklist=nil)
13265
+ @SupportBankList = supportbanklist
13266
+ end
13267
+
13268
+ def deserialize(params)
13269
+ unless params['SupportBankList'].nil?
13270
+ @SupportBankList = []
13271
+ params['SupportBankList'].each do |i|
13272
+ supportbankinfo_tmp = SupportBankInfo.new
13273
+ supportbankinfo_tmp.deserialize(i)
13274
+ @SupportBankList << supportbankinfo_tmp
13275
+ end
12323
13276
  end
12324
- @ExternalReturnData = params['ExternalReturnData']
12325
13277
  end
12326
13278
  end
12327
13279
 
@@ -12688,9 +13640,9 @@ module TencentCloud
12688
13640
 
12689
13641
  # QueryOrderStatus请求参数结构体
12690
13642
  class QueryOrderStatusRequest < TencentCloud::Common::AbstractModel
12691
- # @param OpenId: 收单系统分配的开放ID
13643
+ # @param OpenId: 使用门店OpenId
12692
13644
  # @type OpenId: String
12693
- # @param OpenKey: 收单系统分配的密钥
13645
+ # @param OpenKey: 使用门店OpenKey
12694
13646
  # @type OpenKey: String
12695
13647
  # @param DeveloperNo: 开发者流水号
12696
13648
  # @type DeveloperNo: String
@@ -13275,6 +14227,97 @@ module TencentCloud
13275
14227
  end
13276
14228
  end
13277
14229
 
14230
+ # QueryReconciliationFileApplyInfo请求参数结构体
14231
+ class QueryReconciliationFileApplyInfoRequest < TencentCloud::Common::AbstractModel
14232
+ # @param ApplyFileId: 申请对账文件的任务ID。
14233
+ # @type ApplyFileId: String
14234
+ # @param MidasEnvironment: 环境名。
14235
+ # __release__: 现网环境
14236
+ # __sandbox__: 沙箱环境
14237
+ # __development__: 开发环境
14238
+ # _缺省: release_
14239
+ # @type MidasEnvironment: String
14240
+
14241
+ attr_accessor :ApplyFileId, :MidasEnvironment
14242
+
14243
+ def initialize(applyfileid=nil, midasenvironment=nil)
14244
+ @ApplyFileId = applyfileid
14245
+ @MidasEnvironment = midasenvironment
14246
+ end
14247
+
14248
+ def deserialize(params)
14249
+ @ApplyFileId = params['ApplyFileId']
14250
+ @MidasEnvironment = params['MidasEnvironment']
14251
+ end
14252
+ end
14253
+
14254
+ # QueryReconciliationFileApplyInfo返回参数结构体
14255
+ class QueryReconciliationFileApplyInfoResponse < TencentCloud::Common::AbstractModel
14256
+ # @param ErrCode: 错误码。
14257
+ # __SUCCESS__: 成功
14258
+ # __其他__: 见附录-错误码表
14259
+ # @type ErrCode: String
14260
+ # @param ErrMessage: 错误消息。
14261
+ # @type ErrMessage: String
14262
+ # @param Result: 返回结果。
14263
+ # 注意:此字段可能返回 null,表示取不到有效值。
14264
+ # @type Result: :class:`Tencentcloud::Cpdp.v20190820.models.QueryReconciliationFileApplyInfoResult`
14265
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
14266
+ # @type RequestId: String
14267
+
14268
+ attr_accessor :ErrCode, :ErrMessage, :Result, :RequestId
14269
+
14270
+ def initialize(errcode=nil, errmessage=nil, result=nil, requestid=nil)
14271
+ @ErrCode = errcode
14272
+ @ErrMessage = errmessage
14273
+ @Result = result
14274
+ @RequestId = requestid
14275
+ end
14276
+
14277
+ def deserialize(params)
14278
+ @ErrCode = params['ErrCode']
14279
+ @ErrMessage = params['ErrMessage']
14280
+ unless params['Result'].nil?
14281
+ @Result = QueryReconciliationFileApplyInfoResult.new
14282
+ @Result.deserialize(params['Result'])
14283
+ end
14284
+ @RequestId = params['RequestId']
14285
+ end
14286
+ end
14287
+
14288
+ # 查询对账文件申请结果
14289
+ class QueryReconciliationFileApplyInfoResult < TencentCloud::Common::AbstractModel
14290
+ # @param ApplyFileId: 申请对账文件的任务ID。
14291
+ # @type ApplyFileId: String
14292
+ # @param ApplyStatus: 对账文件申请状态。
14293
+ # __I__:申请中
14294
+ # __S__:申请成功
14295
+ # __F__:申请失败
14296
+ # @type ApplyStatus: String
14297
+ # @param ApplyMessage: 申请结果描述。
14298
+ # 注意:此字段可能返回 null,表示取不到有效值。
14299
+ # @type ApplyMessage: String
14300
+ # @param FileUrlArray: 对账文件下载地址列表。
14301
+ # 注意:此字段可能返回 null,表示取不到有效值。
14302
+ # @type FileUrlArray: Array
14303
+
14304
+ attr_accessor :ApplyFileId, :ApplyStatus, :ApplyMessage, :FileUrlArray
14305
+
14306
+ def initialize(applyfileid=nil, applystatus=nil, applymessage=nil, fileurlarray=nil)
14307
+ @ApplyFileId = applyfileid
14308
+ @ApplyStatus = applystatus
14309
+ @ApplyMessage = applymessage
14310
+ @FileUrlArray = fileurlarray
14311
+ end
14312
+
14313
+ def deserialize(params)
14314
+ @ApplyFileId = params['ApplyFileId']
14315
+ @ApplyStatus = params['ApplyStatus']
14316
+ @ApplyMessage = params['ApplyMessage']
14317
+ @FileUrlArray = params['FileUrlArray']
14318
+ end
14319
+ end
14320
+
13278
14321
  # QueryRefund请求参数结构体
13279
14322
  class QueryRefundRequest < TencentCloud::Common::AbstractModel
13280
14323
  # @param UserId: 用户ID,长度不小于5位,仅支持字母和数字的组合。
@@ -15171,9 +16214,9 @@ module TencentCloud
15171
16214
 
15172
16215
  # RefundTlinxOrder请求参数结构体
15173
16216
  class RefundTlinxOrderRequest < TencentCloud::Common::AbstractModel
15174
- # @param OpenId: 收单系统分配的开放ID
16217
+ # @param OpenId: 使用门店OpenId
15175
16218
  # @type OpenId: String
15176
- # @param OpenKey: 收单系统分配的密钥
16219
+ # @param OpenKey: 使用门店OpenKey
15177
16220
  # @type OpenKey: String
15178
16221
  # @param DeveloperNo: 原始订单的开发者交易流水号
15179
16222
  # @type DeveloperNo: String
@@ -16130,6 +17173,38 @@ module TencentCloud
16130
17173
  end
16131
17174
  end
16132
17175
 
17176
+ # 支持的银行信息
17177
+ class SupportBankInfo < TencentCloud::Common::AbstractModel
17178
+ # @param BankCode: 银行简称。
17179
+ # @type BankCode: String
17180
+ # @param BankName: 银行名称。
17181
+ # @type BankName: String
17182
+ # @param MaintainStatus: 状态。
17183
+ # __MAINTAINING__: 维护中
17184
+ # __WORKING__: 正常工作
17185
+ # 注意:此字段可能返回 null,表示取不到有效值。
17186
+ # @type MaintainStatus: String
17187
+ # @param BankNotice: 银行渠道维护公告。
17188
+ # 注意:此字段可能返回 null,表示取不到有效值。
17189
+ # @type BankNotice: String
17190
+
17191
+ attr_accessor :BankCode, :BankName, :MaintainStatus, :BankNotice
17192
+
17193
+ def initialize(bankcode=nil, bankname=nil, maintainstatus=nil, banknotice=nil)
17194
+ @BankCode = bankcode
17195
+ @BankName = bankname
17196
+ @MaintainStatus = maintainstatus
17197
+ @BankNotice = banknotice
17198
+ end
17199
+
17200
+ def deserialize(params)
17201
+ @BankCode = params['BankCode']
17202
+ @BankName = params['BankName']
17203
+ @MaintainStatus = params['MaintainStatus']
17204
+ @BankNotice = params['BankNotice']
17205
+ end
17206
+ end
17207
+
16133
17208
  # SyncContractData请求参数结构体
16134
17209
  class SyncContractDataRequest < TencentCloud::Common::AbstractModel
16135
17210
  # @param MidasAppId: 聚鑫分配的支付主MidasAppId
@@ -17195,44 +18270,42 @@ module TencentCloud
17195
18270
 
17196
18271
  # UnifiedTlinxOrder请求参数结构体
17197
18272
  class UnifiedTlinxOrderRequest < TencentCloud::Common::AbstractModel
17198
- # @param DeveloperNo: 开发者流水号
17199
- # @type DeveloperNo: String
17200
- # @param OpenId: 收单系统分配的开放ID
18273
+ # @param OpenId: 使用门店OpenId
17201
18274
  # @type OpenId: String
17202
- # @param NotifyUrl: 交易结果异步通知url地址
17203
- # @type NotifyUrl: String
17204
- # @param OpenKey: 收单系统分配的密钥
18275
+ # @param OpenKey: 使用门店OpenKey
17205
18276
  # @type OpenKey: String
18277
+ # @param DeveloperNo: 开发者流水号
18278
+ # @type DeveloperNo: String
17206
18279
  # @param PayTag: 支付标签
17207
18280
  # @type PayTag: String
17208
18281
  # @param TradeAmount: 实际交易金额(以分为单位,没有小数点)
17209
18282
  # @type TradeAmount: String
17210
- # @param Remark: 订单备注
17211
- # @type Remark: String
17212
- # @param Tag: 订单标记,订单附加数据。
17213
- # @type Tag: String
17214
- # @param IgnoreAmount: 抹零金额(以分为单位,没有小数点)
17215
- # @type IgnoreAmount: String
17216
- # @param AuthCode: 条码支付的授权码(条码抢扫手机扫到的一串数字)
17217
- # @type AuthCode: String
17218
- # @param OriginalAmount: 原始交易金额(以分为单位,没有小数点)
17219
- # @type OriginalAmount: String
17220
- # @param OrderName: 订单名称(描述)
17221
- # @type OrderName: String
18283
+ # @param NotifyUrl: 交易结果异步通知url地址
18284
+ # @type NotifyUrl: String
18285
+ # @param PayName: 付款方式名称(当PayTag为Diy时,PayName不能为空)
18286
+ # @type PayName: String
17222
18287
  # @param JumpUrl: 公众号支付时,支付成功后跳转url地址
17223
18288
  # @type JumpUrl: String
17224
- # @param Profile: 沙箱环境填sandbox,正式环境不填
17225
- # @type Profile: String
17226
- # @param TradeResult: 收单机构原始交易报文,请转换为json
17227
- # @type TradeResult: String
18289
+ # @param OrderName: 订单名称(描述)
18290
+ # @type OrderName: String
18291
+ # @param OriginalAmount: 原始交易金额(以分为单位,没有小数点)
18292
+ # @type OriginalAmount: String
18293
+ # @param IgnoreAmount: 抹零金额(以分为单位,没有小数点)
18294
+ # @type IgnoreAmount: String
18295
+ # @param DiscountAmount: 折扣金额(以分为单位,没有小数点)
18296
+ # @type DiscountAmount: String
17228
18297
  # @param TradeAccount: 交易帐号(银行卡号)
17229
18298
  # @type TradeAccount: String
17230
18299
  # @param TradeNo: 交易号(收单机构交易号)
17231
18300
  # @type TradeNo: String
17232
- # @param DiscountAmount: 折扣金额(以分为单位,没有小数点)
17233
- # @type DiscountAmount: String
17234
- # @param PayName: 付款方式名称(当PayTag为Diy时,PayName不能为空)
17235
- # @type PayName: String
18301
+ # @param AuthCode: 条码支付的授权码(条码抢扫手机扫到的一串数字)
18302
+ # @type AuthCode: String
18303
+ # @param Tag: 订单标记,订单附加数据。
18304
+ # @type Tag: String
18305
+ # @param Remark: 订单备注
18306
+ # @type Remark: String
18307
+ # @param TradeResult: 收单机构原始交易报文,请转换为json
18308
+ # @type TradeResult: String
17236
18309
  # @param Royalty: 0-不分账,1-需分账。为1时标记为待分账订单,待分账订单不会进行清算。不传默认为不分账。
17237
18310
  # @type Royalty: String
17238
18311
  # @param Jsapi: 小程序支付参数:填默认值 1
@@ -17243,59 +18316,61 @@ module TencentCloud
17243
18316
  # @param SubOpenId: 小程序支付参数:
17244
18317
  # 用户在子商户appid下的唯一标识。
17245
18318
  # @type SubOpenId: String
18319
+ # @param Profile: 沙箱环境填sandbox,正式环境不填
18320
+ # @type Profile: String
17246
18321
 
17247
- attr_accessor :DeveloperNo, :OpenId, :NotifyUrl, :OpenKey, :PayTag, :TradeAmount, :Remark, :Tag, :IgnoreAmount, :AuthCode, :OriginalAmount, :OrderName, :JumpUrl, :Profile, :TradeResult, :TradeAccount, :TradeNo, :DiscountAmount, :PayName, :Royalty, :Jsapi, :SubAppId, :SubOpenId
18322
+ attr_accessor :OpenId, :OpenKey, :DeveloperNo, :PayTag, :TradeAmount, :NotifyUrl, :PayName, :JumpUrl, :OrderName, :OriginalAmount, :IgnoreAmount, :DiscountAmount, :TradeAccount, :TradeNo, :AuthCode, :Tag, :Remark, :TradeResult, :Royalty, :Jsapi, :SubAppId, :SubOpenId, :Profile
17248
18323
 
17249
- def initialize(developerno=nil, openid=nil, notifyurl=nil, openkey=nil, paytag=nil, tradeamount=nil, remark=nil, tag=nil, ignoreamount=nil, authcode=nil, originalamount=nil, ordername=nil, jumpurl=nil, profile=nil, traderesult=nil, tradeaccount=nil, tradeno=nil, discountamount=nil, payname=nil, royalty=nil, jsapi=nil, subappid=nil, subopenid=nil)
17250
- @DeveloperNo = developerno
18324
+ def initialize(openid=nil, openkey=nil, developerno=nil, paytag=nil, tradeamount=nil, notifyurl=nil, payname=nil, jumpurl=nil, ordername=nil, originalamount=nil, ignoreamount=nil, discountamount=nil, tradeaccount=nil, tradeno=nil, authcode=nil, tag=nil, remark=nil, traderesult=nil, royalty=nil, jsapi=nil, subappid=nil, subopenid=nil, profile=nil)
17251
18325
  @OpenId = openid
17252
- @NotifyUrl = notifyurl
17253
18326
  @OpenKey = openkey
18327
+ @DeveloperNo = developerno
17254
18328
  @PayTag = paytag
17255
18329
  @TradeAmount = tradeamount
17256
- @Remark = remark
17257
- @Tag = tag
17258
- @IgnoreAmount = ignoreamount
17259
- @AuthCode = authcode
17260
- @OriginalAmount = originalamount
17261
- @OrderName = ordername
18330
+ @NotifyUrl = notifyurl
18331
+ @PayName = payname
17262
18332
  @JumpUrl = jumpurl
17263
- @Profile = profile
17264
- @TradeResult = traderesult
18333
+ @OrderName = ordername
18334
+ @OriginalAmount = originalamount
18335
+ @IgnoreAmount = ignoreamount
18336
+ @DiscountAmount = discountamount
17265
18337
  @TradeAccount = tradeaccount
17266
18338
  @TradeNo = tradeno
17267
- @DiscountAmount = discountamount
17268
- @PayName = payname
18339
+ @AuthCode = authcode
18340
+ @Tag = tag
18341
+ @Remark = remark
18342
+ @TradeResult = traderesult
17269
18343
  @Royalty = royalty
17270
18344
  @Jsapi = jsapi
17271
18345
  @SubAppId = subappid
17272
18346
  @SubOpenId = subopenid
18347
+ @Profile = profile
17273
18348
  end
17274
18349
 
17275
18350
  def deserialize(params)
17276
- @DeveloperNo = params['DeveloperNo']
17277
18351
  @OpenId = params['OpenId']
17278
- @NotifyUrl = params['NotifyUrl']
17279
18352
  @OpenKey = params['OpenKey']
18353
+ @DeveloperNo = params['DeveloperNo']
17280
18354
  @PayTag = params['PayTag']
17281
18355
  @TradeAmount = params['TradeAmount']
17282
- @Remark = params['Remark']
17283
- @Tag = params['Tag']
17284
- @IgnoreAmount = params['IgnoreAmount']
17285
- @AuthCode = params['AuthCode']
17286
- @OriginalAmount = params['OriginalAmount']
17287
- @OrderName = params['OrderName']
18356
+ @NotifyUrl = params['NotifyUrl']
18357
+ @PayName = params['PayName']
17288
18358
  @JumpUrl = params['JumpUrl']
17289
- @Profile = params['Profile']
17290
- @TradeResult = params['TradeResult']
18359
+ @OrderName = params['OrderName']
18360
+ @OriginalAmount = params['OriginalAmount']
18361
+ @IgnoreAmount = params['IgnoreAmount']
18362
+ @DiscountAmount = params['DiscountAmount']
17291
18363
  @TradeAccount = params['TradeAccount']
17292
18364
  @TradeNo = params['TradeNo']
17293
- @DiscountAmount = params['DiscountAmount']
17294
- @PayName = params['PayName']
18365
+ @AuthCode = params['AuthCode']
18366
+ @Tag = params['Tag']
18367
+ @Remark = params['Remark']
18368
+ @TradeResult = params['TradeResult']
17295
18369
  @Royalty = params['Royalty']
17296
18370
  @Jsapi = params['Jsapi']
17297
18371
  @SubAppId = params['SubAppId']
17298
18372
  @SubOpenId = params['SubOpenId']
18373
+ @Profile = params['Profile']
17299
18374
  end
17300
18375
  end
17301
18376
 
@@ -17474,6 +18549,8 @@ module TencentCloud
17474
18549
  class UploadOrgFileRequest < TencentCloud::Common::AbstractModel
17475
18550
  # @param OpenId: 收单系统分配的开放ID
17476
18551
  # @type OpenId: String
18552
+ # @param OpenKey: 收单系统分配的密钥
18553
+ # @type OpenKey: String
17477
18554
  # @param Storage: 存储区域(0私密区,1公共区),请严格按文件要求,上传到不同的区域
17478
18555
  # @type Storage: String
17479
18556
  # @param FileMd5: 文件的md5值(为防止平台多次上传重复文件,文件名为文件md5,且不会覆盖,重复上传返回第一次上传成功的文件路径)
@@ -17482,30 +18559,28 @@ module TencentCloud
17482
18559
  # @type FileContent: String
17483
18560
  # @param FileExtension: 文件扩展名(png,jpg,gif)
17484
18561
  # @type FileExtension: String
17485
- # @param OpenKey: 收单系统分配的密钥
17486
- # @type OpenKey: String
17487
18562
  # @param Profile: 沙箱环境填sandbox,正式环境不填
17488
18563
  # @type Profile: String
17489
18564
 
17490
- attr_accessor :OpenId, :Storage, :FileMd5, :FileContent, :FileExtension, :OpenKey, :Profile
18565
+ attr_accessor :OpenId, :OpenKey, :Storage, :FileMd5, :FileContent, :FileExtension, :Profile
17491
18566
 
17492
- def initialize(openid=nil, storage=nil, filemd5=nil, filecontent=nil, fileextension=nil, openkey=nil, profile=nil)
18567
+ def initialize(openid=nil, openkey=nil, storage=nil, filemd5=nil, filecontent=nil, fileextension=nil, profile=nil)
17493
18568
  @OpenId = openid
18569
+ @OpenKey = openkey
17494
18570
  @Storage = storage
17495
18571
  @FileMd5 = filemd5
17496
18572
  @FileContent = filecontent
17497
18573
  @FileExtension = fileextension
17498
- @OpenKey = openkey
17499
18574
  @Profile = profile
17500
18575
  end
17501
18576
 
17502
18577
  def deserialize(params)
17503
18578
  @OpenId = params['OpenId']
18579
+ @OpenKey = params['OpenKey']
17504
18580
  @Storage = params['Storage']
17505
18581
  @FileMd5 = params['FileMd5']
17506
18582
  @FileContent = params['FileContent']
17507
18583
  @FileExtension = params['FileExtension']
17508
- @OpenKey = params['OpenKey']
17509
18584
  @Profile = params['Profile']
17510
18585
  end
17511
18586
  end
@@ -17637,29 +18712,29 @@ module TencentCloud
17637
18712
  # @type OpenId: String
17638
18713
  # @param OpenKey: 收单系统分配的密钥
17639
18714
  # @type OpenKey: String
17640
- # @param Profile: 沙箱环境填sandbox,正式环境不填
17641
- # @type Profile: String
17642
18715
  # @param OutContractId: 外部合同主键编号(ContractId或OutContractId必须传一个)
17643
18716
  # @type OutContractId: String
17644
18717
  # @param ContractId: 合同主键(ContractId或OutContractId必须传一个)
17645
18718
  # @type ContractId: String
18719
+ # @param Profile: 沙箱环境填sandbox,正式环境不填
18720
+ # @type Profile: String
17646
18721
 
17647
- attr_accessor :OpenId, :OpenKey, :Profile, :OutContractId, :ContractId
18722
+ attr_accessor :OpenId, :OpenKey, :OutContractId, :ContractId, :Profile
17648
18723
 
17649
- def initialize(openid=nil, openkey=nil, profile=nil, outcontractid=nil, contractid=nil)
18724
+ def initialize(openid=nil, openkey=nil, outcontractid=nil, contractid=nil, profile=nil)
17650
18725
  @OpenId = openid
17651
18726
  @OpenKey = openkey
17652
- @Profile = profile
17653
18727
  @OutContractId = outcontractid
17654
18728
  @ContractId = contractid
18729
+ @Profile = profile
17655
18730
  end
17656
18731
 
17657
18732
  def deserialize(params)
17658
18733
  @OpenId = params['OpenId']
17659
18734
  @OpenKey = params['OpenKey']
17660
- @Profile = params['Profile']
17661
18735
  @OutContractId = params['OutContractId']
17662
18736
  @ContractId = params['ContractId']
18737
+ @Profile = params['Profile']
17663
18738
  end
17664
18739
  end
17665
18740
 
@@ -18004,29 +19079,29 @@ module TencentCloud
18004
19079
  # @type OpenId: String
18005
19080
  # @param OpenKey: 收单系统分配的密钥
18006
19081
  # @type OpenKey: String
18007
- # @param Profile: 沙箱环境填sandbox,正式环境不填
18008
- # @type Profile: String
18009
19082
  # @param OutMerchantId: 外部商户主键编号(MerchantNo或OutMerchantId必须传一个)
18010
19083
  # @type OutMerchantId: String
18011
19084
  # @param MerchantNo: 商户编号(MerchantNo或OutMerchantId必须传一个)
18012
19085
  # @type MerchantNo: String
19086
+ # @param Profile: 沙箱环境填sandbox,正式环境不填
19087
+ # @type Profile: String
18013
19088
 
18014
- attr_accessor :OpenId, :OpenKey, :Profile, :OutMerchantId, :MerchantNo
19089
+ attr_accessor :OpenId, :OpenKey, :OutMerchantId, :MerchantNo, :Profile
18015
19090
 
18016
- def initialize(openid=nil, openkey=nil, profile=nil, outmerchantid=nil, merchantno=nil)
19091
+ def initialize(openid=nil, openkey=nil, outmerchantid=nil, merchantno=nil, profile=nil)
18017
19092
  @OpenId = openid
18018
19093
  @OpenKey = openkey
18019
- @Profile = profile
18020
19094
  @OutMerchantId = outmerchantid
18021
19095
  @MerchantNo = merchantno
19096
+ @Profile = profile
18022
19097
  end
18023
19098
 
18024
19099
  def deserialize(params)
18025
19100
  @OpenId = params['OpenId']
18026
19101
  @OpenKey = params['OpenKey']
18027
- @Profile = params['Profile']
18028
19102
  @OutMerchantId = params['OutMerchantId']
18029
19103
  @MerchantNo = params['MerchantNo']
19104
+ @Profile = params['Profile']
18030
19105
  end
18031
19106
  end
18032
19107
 
@@ -18431,29 +19506,29 @@ module TencentCloud
18431
19506
  # @type OpenId: String
18432
19507
  # @param OpenKey: 收单系统分配的密钥
18433
19508
  # @type OpenKey: String
18434
- # @param Profile: 沙箱环境填sandbox,正式环境不填
18435
- # @type Profile: String
18436
19509
  # @param OutShopId: 外部商户主键编号(ShopNo或OutShopId必须传一个)
18437
19510
  # @type OutShopId: String
18438
19511
  # @param ShopNo: 门店编号(ShopNo或OutShopId必须传一个)
18439
19512
  # @type ShopNo: String
19513
+ # @param Profile: 沙箱环境填sandbox,正式环境不填
19514
+ # @type Profile: String
18440
19515
 
18441
- attr_accessor :OpenId, :OpenKey, :Profile, :OutShopId, :ShopNo
19516
+ attr_accessor :OpenId, :OpenKey, :OutShopId, :ShopNo, :Profile
18442
19517
 
18443
- def initialize(openid=nil, openkey=nil, profile=nil, outshopid=nil, shopno=nil)
19518
+ def initialize(openid=nil, openkey=nil, outshopid=nil, shopno=nil, profile=nil)
18444
19519
  @OpenId = openid
18445
19520
  @OpenKey = openkey
18446
- @Profile = profile
18447
19521
  @OutShopId = outshopid
18448
19522
  @ShopNo = shopno
19523
+ @Profile = profile
18449
19524
  end
18450
19525
 
18451
19526
  def deserialize(params)
18452
19527
  @OpenId = params['OpenId']
18453
19528
  @OpenKey = params['OpenKey']
18454
- @Profile = params['Profile']
18455
19529
  @OutShopId = params['OutShopId']
18456
19530
  @ShopNo = params['ShopNo']
19531
+ @Profile = params['Profile']
18457
19532
  end
18458
19533
  end
18459
19534