tencentcloud-sdk-cpdp 1.0.267 → 1.0.270

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
335
- # @param Tag: 商户标记,自定义参数
336
- # @type Tag: String
337
- # @param AccountBoss: 结算账户人身份(1法人,2法人亲属),结算帐户为对私时必填
338
- # @type AccountBoss: String
339
- # @param BossTelephone: 法人电话
340
- # @type BossTelephone: String
341
- # @param TaxRegistrationPicture: 税务登记证图片【私密区】
342
- # @type TaxRegistrationPicture: String
343
323
  # @param OrganizationEndDate: 组织机构代码证过期时间(yyyy-mm-dd)
344
324
  # @type OrganizationEndDate: String
345
- # @param BossJob: 法人职业
346
- # @type BossJob: String
347
- # @param OtherPictureThree: 其他资料3
348
- # @type OtherPictureThree: String
349
- # @param LicencePictureTwo: 授权文件【私密区】
350
- # @type LicencePictureTwo: String
325
+ # @param Intro: 商户简介
326
+ # @type Intro: String
351
327
  # @param Logo: 商户logo【公共区】
352
328
  # @type Logo: String
353
- # @param BossAddress: 法人住址
354
- # @type BossAddress: String
329
+ # @param Tag: 商户标记,自定义参数
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
343
+ # @param AccountBoss: 结算账户人身份(1法人,2法人亲属),结算帐户为对私时必填
344
+ # @type AccountBoss: String
345
+ # @param AccountManagerName: 客户经理姓名,必须为系统后台的管理员真实姓名
346
+ # @type AccountManagerName: String
347
+ # @param BossTelephone: 法人电话
348
+ # @type BossTelephone: String
349
+ # @param BossJob: 法人职业
350
+ # @type BossJob: 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: 商户号
@@ -3079,92 +3178,92 @@ module TencentCloud
3079
3178
 
3080
3179
  # 合同-支付方式列表响应对象
3081
3180
  class ContractPayListResult < TencentCloud::Common::AbstractModel
3181
+ # @param PaymentId: 支付方式编号
3182
+ # 注意:此字段可能返回 null,表示取不到有效值。
3183
+ # @type PaymentId: String
3184
+ # @param PaymentType: 支持的交易类型(多个以小写逗号分开,0现金,1刷卡,2主扫,3被扫,4JSPAY,5预授权)
3185
+ # 注意:此字段可能返回 null,表示取不到有效值。
3186
+ # @type PaymentType: String
3082
3187
  # @param PaymentTag: 支付标签
3083
3188
  # 注意:此字段可能返回 null,表示取不到有效值。
3084
3189
  # @type PaymentTag: String
3085
3190
  # @param PaymentIcon: 支付方式图片url路径
3086
3191
  # 注意:此字段可能返回 null,表示取不到有效值。
3087
3192
  # @type PaymentIcon: String
3088
- # @param PaymentOptionSix: 支付方式
3089
- # 注意:此字段可能返回 null,表示取不到有效值。
3090
- # @type PaymentOptionSix: String
3091
3193
  # @param PaymentName: 付款方式名称
3092
3194
  # 注意:此字段可能返回 null,表示取不到有效值。
3093
3195
  # @type PaymentName: String
3094
- # @param PaymentOptionSeven: 支付方式
3095
- # 注意:此字段可能返回 null,表示取不到有效值。
3096
- # @type PaymentOptionSeven: String
3097
- # @param PaymentOptionTwo: 支付方式
3196
+ # @param PaymentInternalName: 付款方式名称(内部名称)
3098
3197
  # 注意:此字段可能返回 null,表示取不到有效值。
3099
- # @type PaymentOptionTwo: String
3198
+ # @type PaymentInternalName: String
3100
3199
  # @param PaymentOptionOne: 支付方式
3101
3200
  # 注意:此字段可能返回 null,表示取不到有效值。
3102
3201
  # @type PaymentOptionOne: String
3103
- # @param PaymentOptionOther: 支付方式
3202
+ # @param PaymentOptionTwo: 支付方式
3104
3203
  # 注意:此字段可能返回 null,表示取不到有效值。
3105
- # @type PaymentOptionOther: String
3106
- # @param PaymentType: 支持的交易类型(多个以小写逗号分开,0现金,1刷卡,2主扫,3被扫,4JSPAY,5预授权)
3204
+ # @type PaymentOptionTwo: String
3205
+ # @param PaymentOptionThree: 支付方式
3107
3206
  # 注意:此字段可能返回 null,表示取不到有效值。
3108
- # @type PaymentType: String
3207
+ # @type PaymentOptionThree: String
3208
+ # @param PaymentOptionFour: 支付方式
3209
+ # 注意:此字段可能返回 null,表示取不到有效值。
3210
+ # @type PaymentOptionFour: String
3109
3211
  # @param PaymentOptionFive: 支付方式
3110
3212
  # 注意:此字段可能返回 null,表示取不到有效值。
3111
3213
  # @type PaymentOptionFive: String
3112
- # @param PaymentOptionNine: 支付方式
3113
- # 注意:此字段可能返回 null,表示取不到有效值。
3114
- # @type PaymentOptionNine: String
3115
- # @param PaymentId: 支付方式编号
3214
+ # @param PaymentOptionSix: 支付方式
3116
3215
  # 注意:此字段可能返回 null,表示取不到有效值。
3117
- # @type PaymentId: String
3118
- # @param PaymentOptionThree: 支付方式
3216
+ # @type PaymentOptionSix: String
3217
+ # @param PaymentOptionSeven: 支付方式
3119
3218
  # 注意:此字段可能返回 null,表示取不到有效值。
3120
- # @type PaymentOptionThree: String
3121
- # @param PaymentInternalName: 付款方式名称(内部名称)
3219
+ # @type PaymentOptionSeven: String
3220
+ # @param PaymentOptionOther: 支付方式
3122
3221
  # 注意:此字段可能返回 null,表示取不到有效值。
3123
- # @type PaymentInternalName: String
3124
- # @param PaymentOptionFour: 支付方式
3222
+ # @type PaymentOptionOther: String
3223
+ # @param PaymentOptionNine: 支付方式
3125
3224
  # 注意:此字段可能返回 null,表示取不到有效值。
3126
- # @type PaymentOptionFour: String
3225
+ # @type PaymentOptionNine: String
3127
3226
  # @param PaymentOptionTen: 支付方式
3128
3227
  # 注意:此字段可能返回 null,表示取不到有效值。
3129
3228
  # @type PaymentOptionTen: String
3130
3229
 
3131
- attr_accessor :PaymentTag, :PaymentIcon, :PaymentOptionSix, :PaymentName, :PaymentOptionSeven, :PaymentOptionTwo, :PaymentOptionOne, :PaymentOptionOther, :PaymentType, :PaymentOptionFive, :PaymentOptionNine, :PaymentId, :PaymentOptionThree, :PaymentInternalName, :PaymentOptionFour, :PaymentOptionTen
3230
+ attr_accessor :PaymentId, :PaymentType, :PaymentTag, :PaymentIcon, :PaymentName, :PaymentInternalName, :PaymentOptionOne, :PaymentOptionTwo, :PaymentOptionThree, :PaymentOptionFour, :PaymentOptionFive, :PaymentOptionSix, :PaymentOptionSeven, :PaymentOptionOther, :PaymentOptionNine, :PaymentOptionTen
3132
3231
 
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)
3232
+ 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)
3233
+ @PaymentId = paymentid
3234
+ @PaymentType = paymenttype
3134
3235
  @PaymentTag = paymenttag
3135
3236
  @PaymentIcon = paymenticon
3136
- @PaymentOptionSix = paymentoptionsix
3137
3237
  @PaymentName = paymentname
3138
- @PaymentOptionSeven = paymentoptionseven
3139
- @PaymentOptionTwo = paymentoptiontwo
3238
+ @PaymentInternalName = paymentinternalname
3140
3239
  @PaymentOptionOne = paymentoptionone
3141
- @PaymentOptionOther = paymentoptionother
3142
- @PaymentType = paymenttype
3143
- @PaymentOptionFive = paymentoptionfive
3144
- @PaymentOptionNine = paymentoptionnine
3145
- @PaymentId = paymentid
3240
+ @PaymentOptionTwo = paymentoptiontwo
3146
3241
  @PaymentOptionThree = paymentoptionthree
3147
- @PaymentInternalName = paymentinternalname
3148
3242
  @PaymentOptionFour = paymentoptionfour
3243
+ @PaymentOptionFive = paymentoptionfive
3244
+ @PaymentOptionSix = paymentoptionsix
3245
+ @PaymentOptionSeven = paymentoptionseven
3246
+ @PaymentOptionOther = paymentoptionother
3247
+ @PaymentOptionNine = paymentoptionnine
3149
3248
  @PaymentOptionTen = paymentoptionten
3150
3249
  end
3151
3250
 
3152
3251
  def deserialize(params)
3252
+ @PaymentId = params['PaymentId']
3253
+ @PaymentType = params['PaymentType']
3153
3254
  @PaymentTag = params['PaymentTag']
3154
3255
  @PaymentIcon = params['PaymentIcon']
3155
- @PaymentOptionSix = params['PaymentOptionSix']
3156
3256
  @PaymentName = params['PaymentName']
3157
- @PaymentOptionSeven = params['PaymentOptionSeven']
3158
- @PaymentOptionTwo = params['PaymentOptionTwo']
3257
+ @PaymentInternalName = params['PaymentInternalName']
3159
3258
  @PaymentOptionOne = params['PaymentOptionOne']
3160
- @PaymentOptionOther = params['PaymentOptionOther']
3161
- @PaymentType = params['PaymentType']
3162
- @PaymentOptionFive = params['PaymentOptionFive']
3163
- @PaymentOptionNine = params['PaymentOptionNine']
3164
- @PaymentId = params['PaymentId']
3259
+ @PaymentOptionTwo = params['PaymentOptionTwo']
3165
3260
  @PaymentOptionThree = params['PaymentOptionThree']
3166
- @PaymentInternalName = params['PaymentInternalName']
3167
3261
  @PaymentOptionFour = params['PaymentOptionFour']
3262
+ @PaymentOptionFive = params['PaymentOptionFive']
3263
+ @PaymentOptionSix = params['PaymentOptionSix']
3264
+ @PaymentOptionSeven = params['PaymentOptionSeven']
3265
+ @PaymentOptionOther = params['PaymentOptionOther']
3266
+ @PaymentOptionNine = params['PaymentOptionNine']
3168
3267
  @PaymentOptionTen = params['PaymentOptionTen']
3169
3268
  end
3170
3269
  end
@@ -6139,9 +6238,9 @@ module TencentCloud
6139
6238
 
6140
6239
  # DistributeAccreditQuery请求参数结构体
6141
6240
  class DistributeAccreditQueryRequest < TencentCloud::Common::AbstractModel
6142
- # @param OpenId: 收单系统分配的开放ID
6241
+ # @param OpenId: 使用门店OpenId
6143
6242
  # @type OpenId: String
6144
- # @param OpenKey: 收单系统分配的密钥
6243
+ # @param OpenKey: 使用门店OpenKey
6145
6244
  # @type OpenKey: String
6146
6245
  # @param Profile: 沙箱环境填sandbox,正式环境不填
6147
6246
  # @type Profile: String
@@ -6245,37 +6344,37 @@ module TencentCloud
6245
6344
 
6246
6345
  # DistributeAccreditTlinx请求参数结构体
6247
6346
  class DistributeAccreditTlinxRequest < TencentCloud::Common::AbstractModel
6248
- # @param OpenId: 收单系统分配的开放ID
6347
+ # @param OpenId: 使用门店OpenId
6249
6348
  # @type OpenId: String
6349
+ # @param OpenKey: 使用门店OpenKey
6350
+ # @type OpenKey: String
6250
6351
  # @param AuthType: 验证方式,传1手机验证(验证码时效60S)传2结算卡验证(时效6小时),多种方式用逗号隔开
6251
6352
  # @type AuthType: String
6252
- # @param OpenKey: 收单系统分配的密钥
6253
- # @type OpenKey: String
6254
- # @param Profile: 沙箱环境填sandbox,正式环境不填
6255
- # @type Profile: String
6256
6353
  # @param Percent: 分账比例(500=5%)不传默认百分之10
6257
6354
  # @type Percent: String
6258
6355
  # @param FullName: 营业执照商户全称
6259
6356
  # @type FullName: String
6357
+ # @param Profile: 沙箱环境填sandbox,正式环境不填
6358
+ # @type Profile: String
6260
6359
 
6261
- attr_accessor :OpenId, :AuthType, :OpenKey, :Profile, :Percent, :FullName
6360
+ attr_accessor :OpenId, :OpenKey, :AuthType, :Percent, :FullName, :Profile
6262
6361
 
6263
- def initialize(openid=nil, authtype=nil, openkey=nil, profile=nil, percent=nil, fullname=nil)
6362
+ def initialize(openid=nil, openkey=nil, authtype=nil, percent=nil, fullname=nil, profile=nil)
6264
6363
  @OpenId = openid
6265
- @AuthType = authtype
6266
6364
  @OpenKey = openkey
6267
- @Profile = profile
6365
+ @AuthType = authtype
6268
6366
  @Percent = percent
6269
6367
  @FullName = fullname
6368
+ @Profile = profile
6270
6369
  end
6271
6370
 
6272
6371
  def deserialize(params)
6273
6372
  @OpenId = params['OpenId']
6274
- @AuthType = params['AuthType']
6275
6373
  @OpenKey = params['OpenKey']
6276
- @Profile = params['Profile']
6374
+ @AuthType = params['AuthType']
6277
6375
  @Percent = params['Percent']
6278
6376
  @FullName = params['FullName']
6377
+ @Profile = params['Profile']
6279
6378
  end
6280
6379
  end
6281
6380
 
@@ -6314,33 +6413,33 @@ module TencentCloud
6314
6413
 
6315
6414
  # DistributeAddReceiver请求参数结构体
6316
6415
  class DistributeAddReceiverRequest < TencentCloud::Common::AbstractModel
6317
- # @param OpenId: 收单系统分配的开放ID
6416
+ # @param OpenId: 使用门店OpenId
6318
6417
  # @type OpenId: String
6319
- # @param OpenKey: 收单系统分配的密钥
6418
+ # @param OpenKey: 使用门店OpenKey
6320
6419
  # @type OpenKey: String
6321
6420
  # @param MerchantNo: 商户编号
6322
6421
  # @type MerchantNo: String
6323
- # @param Profile: 沙箱环境填sandbox,正式环境不填
6324
- # @type Profile: String
6325
6422
  # @param Remark: 备注
6326
6423
  # @type Remark: String
6424
+ # @param Profile: 沙箱环境填sandbox,正式环境不填
6425
+ # @type Profile: String
6327
6426
 
6328
- attr_accessor :OpenId, :OpenKey, :MerchantNo, :Profile, :Remark
6427
+ attr_accessor :OpenId, :OpenKey, :MerchantNo, :Remark, :Profile
6329
6428
 
6330
- def initialize(openid=nil, openkey=nil, merchantno=nil, profile=nil, remark=nil)
6429
+ def initialize(openid=nil, openkey=nil, merchantno=nil, remark=nil, profile=nil)
6331
6430
  @OpenId = openid
6332
6431
  @OpenKey = openkey
6333
6432
  @MerchantNo = merchantno
6334
- @Profile = profile
6335
6433
  @Remark = remark
6434
+ @Profile = profile
6336
6435
  end
6337
6436
 
6338
6437
  def deserialize(params)
6339
6438
  @OpenId = params['OpenId']
6340
6439
  @OpenKey = params['OpenKey']
6341
6440
  @MerchantNo = params['MerchantNo']
6342
- @Profile = params['Profile']
6343
6441
  @Remark = params['Remark']
6442
+ @Profile = params['Profile']
6344
6443
  end
6345
6444
  end
6346
6445
 
@@ -6379,40 +6478,40 @@ module TencentCloud
6379
6478
 
6380
6479
  # DistributeApply请求参数结构体
6381
6480
  class DistributeApplyRequest < TencentCloud::Common::AbstractModel
6382
- # @param OpenId: 收单系统分配的开放ID
6481
+ # @param OpenId: 使用门店OpenId
6383
6482
  # @type OpenId: String
6483
+ # @param OpenKey: 使用门店OpenKey
6484
+ # @type OpenKey: String
6384
6485
  # @param OutDistributeNo: 商户分账单号
6385
6486
  # @type OutDistributeNo: String
6386
- # @param OpenKey: 收单系统分配的密钥
6387
- # @type OpenKey: String
6388
6487
  # @param Details: 分账明细
6389
6488
  # @type Details: Array
6390
- # @param Profile: 沙箱环境填sandbox,正式环境不填
6391
- # @type Profile: String
6392
- # @param Remark: 说明
6393
- # @type Remark: String
6394
6489
  # @param DeveloperNo: 商户交易订单号,和OrderNo二者传其一
6395
6490
  # @type DeveloperNo: String
6396
6491
  # @param OrderNo: 平台交易订单号,和DeveloperNo二者传其一
6397
6492
  # @type OrderNo: String
6493
+ # @param Remark: 说明
6494
+ # @type Remark: String
6495
+ # @param Profile: 沙箱环境填sandbox,正式环境不填
6496
+ # @type Profile: String
6398
6497
 
6399
- attr_accessor :OpenId, :OutDistributeNo, :OpenKey, :Details, :Profile, :Remark, :DeveloperNo, :OrderNo
6498
+ attr_accessor :OpenId, :OpenKey, :OutDistributeNo, :Details, :DeveloperNo, :OrderNo, :Remark, :Profile
6400
6499
 
6401
- def initialize(openid=nil, outdistributeno=nil, openkey=nil, details=nil, profile=nil, remark=nil, developerno=nil, orderno=nil)
6500
+ def initialize(openid=nil, openkey=nil, outdistributeno=nil, details=nil, developerno=nil, orderno=nil, remark=nil, profile=nil)
6402
6501
  @OpenId = openid
6403
- @OutDistributeNo = outdistributeno
6404
6502
  @OpenKey = openkey
6503
+ @OutDistributeNo = outdistributeno
6405
6504
  @Details = details
6406
- @Profile = profile
6407
- @Remark = remark
6408
6505
  @DeveloperNo = developerno
6409
6506
  @OrderNo = orderno
6507
+ @Remark = remark
6508
+ @Profile = profile
6410
6509
  end
6411
6510
 
6412
6511
  def deserialize(params)
6413
6512
  @OpenId = params['OpenId']
6414
- @OutDistributeNo = params['OutDistributeNo']
6415
6513
  @OpenKey = params['OpenKey']
6514
+ @OutDistributeNo = params['OutDistributeNo']
6416
6515
  unless params['Details'].nil?
6417
6516
  @Details = []
6418
6517
  params['Details'].each do |i|
@@ -6421,10 +6520,10 @@ module TencentCloud
6421
6520
  @Details << multiapplydetail_tmp
6422
6521
  end
6423
6522
  end
6424
- @Profile = params['Profile']
6425
- @Remark = params['Remark']
6426
6523
  @DeveloperNo = params['DeveloperNo']
6427
6524
  @OrderNo = params['OrderNo']
6525
+ @Remark = params['Remark']
6526
+ @Profile = params['Profile']
6428
6527
  end
6429
6528
  end
6430
6529
 
@@ -6463,37 +6562,37 @@ module TencentCloud
6463
6562
 
6464
6563
  # DistributeCancel请求参数结构体
6465
6564
  class DistributeCancelRequest < TencentCloud::Common::AbstractModel
6466
- # @param OpenId: 收单系统分配的开放ID
6565
+ # @param OpenId: 使用门店OpenId
6467
6566
  # @type OpenId: String
6468
- # @param OpenKey: 收单系统分配的密钥
6567
+ # @param OpenKey: 使用门店OpenKey
6469
6568
  # @type OpenKey: String
6470
6569
  # @param OrderNo: 平台交易订单号
6471
6570
  # @type OrderNo: String
6472
- # @param Profile: 沙箱环境填sandbox,正式环境不填
6473
- # @type Profile: String
6474
- # @param DistributeNo: 平台分账单号,type为2时,和OutDistributeNo二者传其一
6475
- # @type DistributeNo: String
6476
6571
  # @param OutDistributeNo: 商户分账单号,type为2时,和DistributeNo二者传其一
6477
6572
  # @type OutDistributeNo: String
6573
+ # @param DistributeNo: 平台分账单号,type为2时,和OutDistributeNo二者传其一
6574
+ # @type DistributeNo: String
6575
+ # @param Profile: 沙箱环境填sandbox,正式环境不填
6576
+ # @type Profile: String
6478
6577
 
6479
- attr_accessor :OpenId, :OpenKey, :OrderNo, :Profile, :DistributeNo, :OutDistributeNo
6578
+ attr_accessor :OpenId, :OpenKey, :OrderNo, :OutDistributeNo, :DistributeNo, :Profile
6480
6579
 
6481
- def initialize(openid=nil, openkey=nil, orderno=nil, profile=nil, distributeno=nil, outdistributeno=nil)
6580
+ def initialize(openid=nil, openkey=nil, orderno=nil, outdistributeno=nil, distributeno=nil, profile=nil)
6482
6581
  @OpenId = openid
6483
6582
  @OpenKey = openkey
6484
6583
  @OrderNo = orderno
6485
- @Profile = profile
6486
- @DistributeNo = distributeno
6487
6584
  @OutDistributeNo = outdistributeno
6585
+ @DistributeNo = distributeno
6586
+ @Profile = profile
6488
6587
  end
6489
6588
 
6490
6589
  def deserialize(params)
6491
6590
  @OpenId = params['OpenId']
6492
6591
  @OpenKey = params['OpenKey']
6493
6592
  @OrderNo = params['OrderNo']
6494
- @Profile = params['Profile']
6495
- @DistributeNo = params['DistributeNo']
6496
6593
  @OutDistributeNo = params['OutDistributeNo']
6594
+ @DistributeNo = params['DistributeNo']
6595
+ @Profile = params['Profile']
6497
6596
  end
6498
6597
  end
6499
6598
 
@@ -6606,9 +6705,9 @@ module TencentCloud
6606
6705
 
6607
6706
  # DistributeQueryReceiver请求参数结构体
6608
6707
  class DistributeQueryReceiverRequest < TencentCloud::Common::AbstractModel
6609
- # @param OpenId: 收单系统分配的开放ID
6708
+ # @param OpenId: 使用门店OpenId
6610
6709
  # @type OpenId: String
6611
- # @param OpenKey: 收单系统分配的密钥
6710
+ # @param OpenKey: 使用门店OpenKey
6612
6711
  # @type OpenKey: String
6613
6712
  # @param Profile: 沙箱环境填sandbox,正式环境不填
6614
6713
  # @type Profile: String
@@ -6663,41 +6762,41 @@ module TencentCloud
6663
6762
 
6664
6763
  # DistributeQuery请求参数结构体
6665
6764
  class DistributeQueryRequest < TencentCloud::Common::AbstractModel
6666
- # @param OpenId: 收单系统分配的开放ID
6765
+ # @param OpenId: 使用门店OpenId
6667
6766
  # @type OpenId: String
6668
- # @param OpenKey: 收单系统分配的密钥
6767
+ # @param OpenKey: 使用门店OpenKey
6669
6768
  # @type OpenKey: String
6670
6769
  # @param Type: 查询类型(1-全部,2-单笔)
6671
6770
  # @type Type: String
6672
- # @param Profile: 沙箱环境填sandbox,正式环境不填
6673
- # @type Profile: String
6674
- # @param DistributeNo: 平台分账单号,type为2时,和OutDistributeNo二者传其一
6675
- # @type DistributeNo: String
6676
6771
  # @param OutDistributeNo: 商户分账单号,type为2时,和DistributeNo二者传其一
6677
6772
  # @type OutDistributeNo: String
6773
+ # @param DistributeNo: 平台分账单号,type为2时,和OutDistributeNo二者传其一
6774
+ # @type DistributeNo: String
6678
6775
  # @param OrderNo: 平台交易订单号
6679
6776
  # @type OrderNo: String
6777
+ # @param Profile: 沙箱环境填sandbox,正式环境不填
6778
+ # @type Profile: String
6680
6779
 
6681
- attr_accessor :OpenId, :OpenKey, :Type, :Profile, :DistributeNo, :OutDistributeNo, :OrderNo
6780
+ attr_accessor :OpenId, :OpenKey, :Type, :OutDistributeNo, :DistributeNo, :OrderNo, :Profile
6682
6781
 
6683
- def initialize(openid=nil, openkey=nil, type=nil, profile=nil, distributeno=nil, outdistributeno=nil, orderno=nil)
6782
+ def initialize(openid=nil, openkey=nil, type=nil, outdistributeno=nil, distributeno=nil, orderno=nil, profile=nil)
6684
6783
  @OpenId = openid
6685
6784
  @OpenKey = openkey
6686
6785
  @Type = type
6687
- @Profile = profile
6688
- @DistributeNo = distributeno
6689
6786
  @OutDistributeNo = outdistributeno
6787
+ @DistributeNo = distributeno
6690
6788
  @OrderNo = orderno
6789
+ @Profile = profile
6691
6790
  end
6692
6791
 
6693
6792
  def deserialize(params)
6694
6793
  @OpenId = params['OpenId']
6695
6794
  @OpenKey = params['OpenKey']
6696
6795
  @Type = params['Type']
6697
- @Profile = params['Profile']
6698
- @DistributeNo = params['DistributeNo']
6699
6796
  @OutDistributeNo = params['OutDistributeNo']
6797
+ @DistributeNo = params['DistributeNo']
6700
6798
  @OrderNo = params['OrderNo']
6799
+ @Profile = params['Profile']
6701
6800
  end
6702
6801
  end
6703
6802
 
@@ -6777,33 +6876,33 @@ module TencentCloud
6777
6876
 
6778
6877
  # DistributeRemoveReceiver请求参数结构体
6779
6878
  class DistributeRemoveReceiverRequest < TencentCloud::Common::AbstractModel
6780
- # @param OpenId: 收单系统分配的开放ID
6879
+ # @param OpenId: 使用门店OpenId
6781
6880
  # @type OpenId: String
6782
- # @param OpenKey: 收单系统分配的密钥
6881
+ # @param OpenKey: 使用门店OpenKey
6783
6882
  # @type OpenKey: String
6784
6883
  # @param MerchantNo: 商户编号
6785
6884
  # @type MerchantNo: String
6786
- # @param Profile: 沙箱环境填sandbox,正式环境不填
6787
- # @type Profile: String
6788
6885
  # @param Remark: 备注
6789
6886
  # @type Remark: String
6887
+ # @param Profile: 沙箱环境填sandbox,正式环境不填
6888
+ # @type Profile: String
6790
6889
 
6791
- attr_accessor :OpenId, :OpenKey, :MerchantNo, :Profile, :Remark
6890
+ attr_accessor :OpenId, :OpenKey, :MerchantNo, :Remark, :Profile
6792
6891
 
6793
- def initialize(openid=nil, openkey=nil, merchantno=nil, profile=nil, remark=nil)
6892
+ def initialize(openid=nil, openkey=nil, merchantno=nil, remark=nil, profile=nil)
6794
6893
  @OpenId = openid
6795
6894
  @OpenKey = openkey
6796
6895
  @MerchantNo = merchantno
6797
- @Profile = profile
6798
6896
  @Remark = remark
6897
+ @Profile = profile
6799
6898
  end
6800
6899
 
6801
6900
  def deserialize(params)
6802
6901
  @OpenId = params['OpenId']
6803
6902
  @OpenKey = params['OpenKey']
6804
6903
  @MerchantNo = params['MerchantNo']
6805
- @Profile = params['Profile']
6806
6904
  @Remark = params['Remark']
6905
+ @Profile = params['Profile']
6807
6906
  end
6808
6907
  end
6809
6908
 
@@ -6932,29 +7031,29 @@ module TencentCloud
6932
7031
  # @type OpenId: String
6933
7032
  # @param OpenKey: 收单系统分配的密钥
6934
7033
  # @type OpenKey: String
6935
- # @param Profile: 沙箱环境填sandbox,正式环境不填
6936
- # @type Profile: String
6937
7034
  # @param Storage: 存储区域(0私密区,1公共区),请严格按文件要求,上传到不同的区域
6938
7035
  # @type Storage: String
6939
7036
  # @param FilePath: 文件路径
6940
7037
  # @type FilePath: String
7038
+ # @param Profile: 沙箱环境填sandbox,正式环境不填
7039
+ # @type Profile: String
6941
7040
 
6942
- attr_accessor :OpenId, :OpenKey, :Profile, :Storage, :FilePath
7041
+ attr_accessor :OpenId, :OpenKey, :Storage, :FilePath, :Profile
6943
7042
 
6944
- def initialize(openid=nil, openkey=nil, profile=nil, storage=nil, filepath=nil)
7043
+ def initialize(openid=nil, openkey=nil, storage=nil, filepath=nil, profile=nil)
6945
7044
  @OpenId = openid
6946
7045
  @OpenKey = openkey
6947
- @Profile = profile
6948
7046
  @Storage = storage
6949
7047
  @FilePath = filepath
7048
+ @Profile = profile
6950
7049
  end
6951
7050
 
6952
7051
  def deserialize(params)
6953
7052
  @OpenId = params['OpenId']
6954
7053
  @OpenKey = params['OpenKey']
6955
- @Profile = params['Profile']
6956
7054
  @Storage = params['Storage']
6957
7055
  @FilePath = params['FilePath']
7056
+ @Profile = params['Profile']
6958
7057
  end
6959
7058
  end
6960
7059
 
@@ -7310,6 +7409,154 @@ module TencentCloud
7310
7409
  end
7311
7410
  end
7312
7411
 
7412
+ # 会员资金交易明细信息
7413
+ class FundsTransactionItem < TencentCloud::Common::AbstractModel
7414
+ # @param TransType: 资金交易类型。
7415
+ # __1__:提现/退款
7416
+ # __2__:清分/充值
7417
+ # @type TransType: String
7418
+ # @param BankBookingMessage: 银行记账说明。
7419
+ # 注意:此字段可能返回 null,表示取不到有效值。
7420
+ # @type BankBookingMessage: String
7421
+ # @param TranStatus: 交易状态。
7422
+ # __0__:成功
7423
+ # @type TranStatus: String
7424
+ # @param TransNetMemberCode: 业务方会员标识。
7425
+ # _平安渠道为交易网会员代码_
7426
+ # 注意:此字段可能返回 null,表示取不到有效值。
7427
+ # @type TransNetMemberCode: String
7428
+ # @param SubAccountNumber: 子账户账号。
7429
+ # _平安渠道为见证子账户的账号_
7430
+ # @type SubAccountNumber: String
7431
+ # @param SubAccountName: 子账户名称。
7432
+ # _平安渠道为见证子账户的户名_
7433
+ # 注意:此字段可能返回 null,表示取不到有效值。
7434
+ # @type SubAccountName: String
7435
+ # @param TransAmount: 交易金额。
7436
+ # @type TransAmount: String
7437
+ # @param TransFee: 交易手续费。
7438
+ # 注意:此字段可能返回 null,表示取不到有效值。
7439
+ # @type TransFee: String
7440
+ # @param TransDate: 交易日期,格式:yyyyMMdd。
7441
+ # @type TransDate: String
7442
+ # @param TransTime: 交易时间,格式:HHmmss。
7443
+ # 注意:此字段可能返回 null,表示取不到有效值。
7444
+ # @type TransTime: String
7445
+ # @param BankSequenceNumber: 银行系统流水号。
7446
+ # _平安渠道为见证系统流水号_
7447
+ # @type BankSequenceNumber: String
7448
+ # @param Remark: 备注。
7449
+ # _平安渠道,如果是见证+收单的交易,返回交易订单号_
7450
+ # 注意:此字段可能返回 null,表示取不到有效值。
7451
+ # @type Remark: String
7452
+
7453
+ attr_accessor :TransType, :BankBookingMessage, :TranStatus, :TransNetMemberCode, :SubAccountNumber, :SubAccountName, :TransAmount, :TransFee, :TransDate, :TransTime, :BankSequenceNumber, :Remark
7454
+
7455
+ 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)
7456
+ @TransType = transtype
7457
+ @BankBookingMessage = bankbookingmessage
7458
+ @TranStatus = transtatus
7459
+ @TransNetMemberCode = transnetmembercode
7460
+ @SubAccountNumber = subaccountnumber
7461
+ @SubAccountName = subaccountname
7462
+ @TransAmount = transamount
7463
+ @TransFee = transfee
7464
+ @TransDate = transdate
7465
+ @TransTime = transtime
7466
+ @BankSequenceNumber = banksequencenumber
7467
+ @Remark = remark
7468
+ end
7469
+
7470
+ def deserialize(params)
7471
+ @TransType = params['TransType']
7472
+ @BankBookingMessage = params['BankBookingMessage']
7473
+ @TranStatus = params['TranStatus']
7474
+ @TransNetMemberCode = params['TransNetMemberCode']
7475
+ @SubAccountNumber = params['SubAccountNumber']
7476
+ @SubAccountName = params['SubAccountName']
7477
+ @TransAmount = params['TransAmount']
7478
+ @TransFee = params['TransFee']
7479
+ @TransDate = params['TransDate']
7480
+ @TransTime = params['TransTime']
7481
+ @BankSequenceNumber = params['BankSequenceNumber']
7482
+ @Remark = params['Remark']
7483
+ end
7484
+ end
7485
+
7486
+ # 会员间交易明细信息
7487
+ class MemberTransactionItem < TencentCloud::Common::AbstractModel
7488
+ # @param TransType: 交易类型。
7489
+ # __1__:转出
7490
+ # __2__:转入
7491
+ # @type TransType: String
7492
+ # @param TranStatus: 交易状态。
7493
+ # __0__:成功
7494
+ # @type TranStatus: String
7495
+ # @param TransAmount: 交易金额。
7496
+ # @type TransAmount: String
7497
+ # @param TransDate: 交易日期,格式:yyyyMMdd。
7498
+ # @type TransDate: String
7499
+ # @param TransTime: 交易时间,格式:HHmmss。
7500
+ # 注意:此字段可能返回 null,表示取不到有效值。
7501
+ # @type TransTime: String
7502
+ # @param BankSequenceNumber: 银行系统流水号。
7503
+ # _平安渠道为见证系统流水号_
7504
+ # @type BankSequenceNumber: String
7505
+ # @param BankBookingType: 银行记账类型。
7506
+ # _平安渠道为:_
7507
+ # _1:会员支付_
7508
+ # _2:会员冻结_
7509
+ # _3:会员解冻_
7510
+ # _4:登记挂账_
7511
+ # _6:下单预支付_
7512
+ # _7:确认并付款_
7513
+ # _8:会员退款_
7514
+ # _22:见证+收单平台调账_
7515
+ # _23:见证+收单资金冻结_
7516
+ # _24:见证+收单资金解冻_
7517
+ # _25:会员间交易退款_
7518
+ # 注意:此字段可能返回 null,表示取不到有效值。
7519
+ # @type BankBookingType: String
7520
+ # @param InSubAccountNumber: 转入方子账户账号。
7521
+ # _平安渠道为转入见证子账户的账号_
7522
+ # @type InSubAccountNumber: String
7523
+ # @param OutSubAccountNumber: 转出方子账户账号。
7524
+ # _平安渠道为转出见证子账户的账号_
7525
+ # @type OutSubAccountNumber: String
7526
+ # @param Remark: 备注。
7527
+ # _平安渠道,如果是见证+收单的交易,返回交易订单号_
7528
+ # 注意:此字段可能返回 null,表示取不到有效值。
7529
+ # @type Remark: String
7530
+
7531
+ attr_accessor :TransType, :TranStatus, :TransAmount, :TransDate, :TransTime, :BankSequenceNumber, :BankBookingType, :InSubAccountNumber, :OutSubAccountNumber, :Remark
7532
+
7533
+ def initialize(transtype=nil, transtatus=nil, transamount=nil, transdate=nil, transtime=nil, banksequencenumber=nil, bankbookingtype=nil, insubaccountnumber=nil, outsubaccountnumber=nil, remark=nil)
7534
+ @TransType = transtype
7535
+ @TranStatus = transtatus
7536
+ @TransAmount = transamount
7537
+ @TransDate = transdate
7538
+ @TransTime = transtime
7539
+ @BankSequenceNumber = banksequencenumber
7540
+ @BankBookingType = bankbookingtype
7541
+ @InSubAccountNumber = insubaccountnumber
7542
+ @OutSubAccountNumber = outsubaccountnumber
7543
+ @Remark = remark
7544
+ end
7545
+
7546
+ def deserialize(params)
7547
+ @TransType = params['TransType']
7548
+ @TranStatus = params['TranStatus']
7549
+ @TransAmount = params['TransAmount']
7550
+ @TransDate = params['TransDate']
7551
+ @TransTime = params['TransTime']
7552
+ @BankSequenceNumber = params['BankSequenceNumber']
7553
+ @BankBookingType = params['BankBookingType']
7554
+ @InSubAccountNumber = params['InSubAccountNumber']
7555
+ @OutSubAccountNumber = params['OutSubAccountNumber']
7556
+ @Remark = params['Remark']
7557
+ end
7558
+ end
7559
+
7313
7560
  # 商户分类
7314
7561
  class MerchantClassificationId < TencentCloud::Common::AbstractModel
7315
7562
  # @param Code: 分类编号
@@ -10765,6 +11012,136 @@ module TencentCloud
10765
11012
  end
10766
11013
  end
10767
11014
 
11015
+ # QueryFundsTransactionDetails请求参数结构体
11016
+ class QueryFundsTransactionDetailsRequest < TencentCloud::Common::AbstractModel
11017
+ # @param QueryDateType: 查询的交易发生时间类型。
11018
+ # __1__:当日
11019
+ # __2__:历史
11020
+ # @type QueryDateType: String
11021
+ # @param QueryTranType: 查询的交易类型。
11022
+ # __2__:提现/退款
11023
+ # __3__:清分/充值
11024
+ # @type QueryTranType: String
11025
+ # @param BankAccountNumber: 父账户账号。
11026
+ # _平安渠道为资金汇总账号_
11027
+ # @type BankAccountNumber: String
11028
+ # @param SubAccountNumber: 子账户账号。
11029
+ # _平安渠道为见证子账户的账号_
11030
+ # @type SubAccountNumber: String
11031
+ # @param PageOffSet: 分页号, 起始值为1。
11032
+ # @type PageOffSet: String
11033
+ # @param QueryStartDate: 查询开始日期,格式:yyyyMMdd。
11034
+ # __若是历史查询,则必输,当日查询时,不起作用;开始日期不能超过当前日期__
11035
+ # @type QueryStartDate: String
11036
+ # @param QueryEndDate: 查询终止日期,格式:yyyyMMdd。
11037
+ # __若是历史查询,则必输,当日查询时,不起作用;终止日期不能超过当前日期__
11038
+ # @type QueryEndDate: String
11039
+ # @param MidasEnvironment: 环境名。
11040
+ # __release__: 现网环境
11041
+ # __sandbox__: 沙箱环境
11042
+ # __development__: 开发环境
11043
+ # _缺省: release_
11044
+ # @type MidasEnvironment: String
11045
+
11046
+ attr_accessor :QueryDateType, :QueryTranType, :BankAccountNumber, :SubAccountNumber, :PageOffSet, :QueryStartDate, :QueryEndDate, :MidasEnvironment
11047
+
11048
+ def initialize(querydatetype=nil, querytrantype=nil, bankaccountnumber=nil, subaccountnumber=nil, pageoffset=nil, querystartdate=nil, queryenddate=nil, midasenvironment=nil)
11049
+ @QueryDateType = querydatetype
11050
+ @QueryTranType = querytrantype
11051
+ @BankAccountNumber = bankaccountnumber
11052
+ @SubAccountNumber = subaccountnumber
11053
+ @PageOffSet = pageoffset
11054
+ @QueryStartDate = querystartdate
11055
+ @QueryEndDate = queryenddate
11056
+ @MidasEnvironment = midasenvironment
11057
+ end
11058
+
11059
+ def deserialize(params)
11060
+ @QueryDateType = params['QueryDateType']
11061
+ @QueryTranType = params['QueryTranType']
11062
+ @BankAccountNumber = params['BankAccountNumber']
11063
+ @SubAccountNumber = params['SubAccountNumber']
11064
+ @PageOffSet = params['PageOffSet']
11065
+ @QueryStartDate = params['QueryStartDate']
11066
+ @QueryEndDate = params['QueryEndDate']
11067
+ @MidasEnvironment = params['MidasEnvironment']
11068
+ end
11069
+ end
11070
+
11071
+ # QueryFundsTransactionDetails返回参数结构体
11072
+ class QueryFundsTransactionDetailsResponse < TencentCloud::Common::AbstractModel
11073
+ # @param ErrCode: 错误码。
11074
+ # __SUCCESS__: 成功
11075
+ # __其他__: 见附录-错误码表
11076
+ # @type ErrCode: String
11077
+ # @param ErrMessage: 错误消息。
11078
+ # @type ErrMessage: String
11079
+ # @param Result: 返回结果。
11080
+ # 注意:此字段可能返回 null,表示取不到有效值。
11081
+ # @type Result: :class:`Tencentcloud::Cpdp.v20190820.models.QueryFundsTransactionDetailsResult`
11082
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11083
+ # @type RequestId: String
11084
+
11085
+ attr_accessor :ErrCode, :ErrMessage, :Result, :RequestId
11086
+
11087
+ def initialize(errcode=nil, errmessage=nil, result=nil, requestid=nil)
11088
+ @ErrCode = errcode
11089
+ @ErrMessage = errmessage
11090
+ @Result = result
11091
+ @RequestId = requestid
11092
+ end
11093
+
11094
+ def deserialize(params)
11095
+ @ErrCode = params['ErrCode']
11096
+ @ErrMessage = params['ErrMessage']
11097
+ unless params['Result'].nil?
11098
+ @Result = QueryFundsTransactionDetailsResult.new
11099
+ @Result.deserialize(params['Result'])
11100
+ end
11101
+ @RequestId = params['RequestId']
11102
+ end
11103
+ end
11104
+
11105
+ # 查询会员资金交易信息列表结果
11106
+ class QueryFundsTransactionDetailsResult < TencentCloud::Common::AbstractModel
11107
+ # @param ResultCount: 本次交易返回查询结果记录数。
11108
+ # @type ResultCount: Integer
11109
+ # @param TotalCount: 符合业务查询条件的记录总数。
11110
+ # 注意:此字段可能返回 null,表示取不到有效值。
11111
+ # @type TotalCount: Integer
11112
+ # @param EndFlag: 结束标志。
11113
+ # __0__:否
11114
+ # __1__:是
11115
+ # 注意:此字段可能返回 null,表示取不到有效值。
11116
+ # @type EndFlag: String
11117
+ # @param TranItemArray: 会员资金交易信息数组。
11118
+ # 注意:此字段可能返回 null,表示取不到有效值。
11119
+ # @type TranItemArray: Array
11120
+
11121
+ attr_accessor :ResultCount, :TotalCount, :EndFlag, :TranItemArray
11122
+
11123
+ def initialize(resultcount=nil, totalcount=nil, endflag=nil, tranitemarray=nil)
11124
+ @ResultCount = resultcount
11125
+ @TotalCount = totalcount
11126
+ @EndFlag = endflag
11127
+ @TranItemArray = tranitemarray
11128
+ end
11129
+
11130
+ def deserialize(params)
11131
+ @ResultCount = params['ResultCount']
11132
+ @TotalCount = params['TotalCount']
11133
+ @EndFlag = params['EndFlag']
11134
+ unless params['TranItemArray'].nil?
11135
+ @TranItemArray = []
11136
+ params['TranItemArray'].each do |i|
11137
+ fundstransactionitem_tmp = FundsTransactionItem.new
11138
+ fundstransactionitem_tmp.deserialize(i)
11139
+ @TranItemArray << fundstransactionitem_tmp
11140
+ end
11141
+ end
11142
+ end
11143
+ end
11144
+
10768
11145
  # QueryInvoice请求参数结构体
10769
11146
  class QueryInvoiceRequest < TencentCloud::Common::AbstractModel
10770
11147
  # @param InvoicePlatformId: 开票平台ID
@@ -11173,77 +11550,208 @@ module TencentCloud
11173
11550
  end
11174
11551
 
11175
11552
  def deserialize(params)
11176
- @MrchCode = params['MrchCode']
11177
- @QueryFlag = params['QueryFlag']
11178
- @PageNum = params['PageNum']
11179
- @SubAcctNo = params['SubAcctNo']
11180
- @ReservedMsg = params['ReservedMsg']
11181
- @Profile = params['Profile']
11553
+ @MrchCode = params['MrchCode']
11554
+ @QueryFlag = params['QueryFlag']
11555
+ @PageNum = params['PageNum']
11556
+ @SubAcctNo = params['SubAcctNo']
11557
+ @ReservedMsg = params['ReservedMsg']
11558
+ @Profile = params['Profile']
11559
+ end
11560
+ end
11561
+
11562
+ # QueryMemberBind返回参数结构体
11563
+ class QueryMemberBindResponse < TencentCloud::Common::AbstractModel
11564
+ # @param ResultNum: STRING (10),本次交易返回查询结果记录数
11565
+ # 注意:此字段可能返回 null,表示取不到有效值。
11566
+ # @type ResultNum: String
11567
+ # @param StartRecordNo: STRING(30),起始记录号
11568
+ # 注意:此字段可能返回 null,表示取不到有效值。
11569
+ # @type StartRecordNo: String
11570
+ # @param EndFlag: STRING(2),结束标志(0: 否; 1: 是)
11571
+ # 注意:此字段可能返回 null,表示取不到有效值。
11572
+ # @type EndFlag: String
11573
+ # @param TotalNum: STRING (10),符合业务查询条件的记录总数(重复次数,一次最多返回20条记录)
11574
+ # 注意:此字段可能返回 null,表示取不到有效值。
11575
+ # @type TotalNum: String
11576
+ # @param TranItemArray: 交易信息数组
11577
+ # 注意:此字段可能返回 null,表示取不到有效值。
11578
+ # @type TranItemArray: Array
11579
+ # @param ReservedMsg: STRING(1027),保留域
11580
+ # 注意:此字段可能返回 null,表示取不到有效值。
11581
+ # @type ReservedMsg: String
11582
+ # @param TxnReturnCode: String(20),返回码
11583
+ # @type TxnReturnCode: String
11584
+ # @param TxnReturnMsg: String(100),返回信息
11585
+ # @type TxnReturnMsg: String
11586
+ # @param CnsmrSeqNo: String(22),交易流水号
11587
+ # @type CnsmrSeqNo: String
11588
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11589
+ # @type RequestId: String
11590
+
11591
+ attr_accessor :ResultNum, :StartRecordNo, :EndFlag, :TotalNum, :TranItemArray, :ReservedMsg, :TxnReturnCode, :TxnReturnMsg, :CnsmrSeqNo, :RequestId
11592
+
11593
+ def initialize(resultnum=nil, startrecordno=nil, endflag=nil, totalnum=nil, tranitemarray=nil, reservedmsg=nil, txnreturncode=nil, txnreturnmsg=nil, cnsmrseqno=nil, requestid=nil)
11594
+ @ResultNum = resultnum
11595
+ @StartRecordNo = startrecordno
11596
+ @EndFlag = endflag
11597
+ @TotalNum = totalnum
11598
+ @TranItemArray = tranitemarray
11599
+ @ReservedMsg = reservedmsg
11600
+ @TxnReturnCode = txnreturncode
11601
+ @TxnReturnMsg = txnreturnmsg
11602
+ @CnsmrSeqNo = cnsmrseqno
11603
+ @RequestId = requestid
11604
+ end
11605
+
11606
+ def deserialize(params)
11607
+ @ResultNum = params['ResultNum']
11608
+ @StartRecordNo = params['StartRecordNo']
11609
+ @EndFlag = params['EndFlag']
11610
+ @TotalNum = params['TotalNum']
11611
+ unless params['TranItemArray'].nil?
11612
+ @TranItemArray = []
11613
+ params['TranItemArray'].each do |i|
11614
+ tranitem_tmp = TranItem.new
11615
+ tranitem_tmp.deserialize(i)
11616
+ @TranItemArray << tranitem_tmp
11617
+ end
11618
+ end
11619
+ @ReservedMsg = params['ReservedMsg']
11620
+ @TxnReturnCode = params['TxnReturnCode']
11621
+ @TxnReturnMsg = params['TxnReturnMsg']
11622
+ @CnsmrSeqNo = params['CnsmrSeqNo']
11623
+ @RequestId = params['RequestId']
11624
+ end
11625
+ end
11626
+
11627
+ # QueryMemberTransactionDetails请求参数结构体
11628
+ class QueryMemberTransactionDetailsRequest < TencentCloud::Common::AbstractModel
11629
+ # @param QueryDateType: 查询的交易发生时间类型。
11630
+ # __1__:当日
11631
+ # __2__:历史
11632
+ # @type QueryDateType: String
11633
+ # @param QueryTranType: 查询的交易类型。
11634
+ # __1__:全部
11635
+ # __2__:转出
11636
+ # __3__:转入
11637
+ # @type QueryTranType: String
11638
+ # @param BankAccountNumber: 父账户账号。
11639
+ # _平安渠道为资金汇总账号_
11640
+ # @type BankAccountNumber: String
11641
+ # @param SubAccountNumber: 子账户账号。
11642
+ # _平安渠道为见证子账户的账号_
11643
+ # @type SubAccountNumber: String
11644
+ # @param PageOffSet: 分页号, 起始值为1。
11645
+ # @type PageOffSet: String
11646
+ # @param QueryStartDate: 查询开始日期,格式:yyyyMMdd。
11647
+ # __若是历史查询,则必输,当日查询时,不起作用;开始日期不能超过当前日期__
11648
+ # @type QueryStartDate: String
11649
+ # @param QueryEndDate: 查询终止日期,格式:yyyyMMdd。
11650
+ # __若是历史查询,则必输,当日查询时,不起作用;终止日期不能超过当前日期__
11651
+ # @type QueryEndDate: String
11652
+ # @param MidasEnvironment: 环境名。
11653
+ # __release__: 现网环境
11654
+ # __sandbox__: 沙箱环境
11655
+ # __development__: 开发环境
11656
+ # _缺省: release_
11657
+ # @type MidasEnvironment: String
11658
+
11659
+ attr_accessor :QueryDateType, :QueryTranType, :BankAccountNumber, :SubAccountNumber, :PageOffSet, :QueryStartDate, :QueryEndDate, :MidasEnvironment
11660
+
11661
+ def initialize(querydatetype=nil, querytrantype=nil, bankaccountnumber=nil, subaccountnumber=nil, pageoffset=nil, querystartdate=nil, queryenddate=nil, midasenvironment=nil)
11662
+ @QueryDateType = querydatetype
11663
+ @QueryTranType = querytrantype
11664
+ @BankAccountNumber = bankaccountnumber
11665
+ @SubAccountNumber = subaccountnumber
11666
+ @PageOffSet = pageoffset
11667
+ @QueryStartDate = querystartdate
11668
+ @QueryEndDate = queryenddate
11669
+ @MidasEnvironment = midasenvironment
11670
+ end
11671
+
11672
+ def deserialize(params)
11673
+ @QueryDateType = params['QueryDateType']
11674
+ @QueryTranType = params['QueryTranType']
11675
+ @BankAccountNumber = params['BankAccountNumber']
11676
+ @SubAccountNumber = params['SubAccountNumber']
11677
+ @PageOffSet = params['PageOffSet']
11678
+ @QueryStartDate = params['QueryStartDate']
11679
+ @QueryEndDate = params['QueryEndDate']
11680
+ @MidasEnvironment = params['MidasEnvironment']
11681
+ end
11682
+ end
11683
+
11684
+ # QueryMemberTransactionDetails返回参数结构体
11685
+ class QueryMemberTransactionDetailsResponse < TencentCloud::Common::AbstractModel
11686
+ # @param ErrCode: 错误码。
11687
+ # __SUCCESS__: 成功
11688
+ # __其他__: 见附录-错误码表
11689
+ # @type ErrCode: String
11690
+ # @param ErrMessage: 错误消息。
11691
+ # @type ErrMessage: String
11692
+ # @param Result: 返回结果。
11693
+ # 注意:此字段可能返回 null,表示取不到有效值。
11694
+ # @type Result: :class:`Tencentcloud::Cpdp.v20190820.models.QueryMemberTransactionDetailsResult`
11695
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11696
+ # @type RequestId: String
11697
+
11698
+ attr_accessor :ErrCode, :ErrMessage, :Result, :RequestId
11699
+
11700
+ def initialize(errcode=nil, errmessage=nil, result=nil, requestid=nil)
11701
+ @ErrCode = errcode
11702
+ @ErrMessage = errmessage
11703
+ @Result = result
11704
+ @RequestId = requestid
11705
+ end
11706
+
11707
+ def deserialize(params)
11708
+ @ErrCode = params['ErrCode']
11709
+ @ErrMessage = params['ErrMessage']
11710
+ unless params['Result'].nil?
11711
+ @Result = QueryMemberTransactionDetailsResult.new
11712
+ @Result.deserialize(params['Result'])
11713
+ end
11714
+ @RequestId = params['RequestId']
11182
11715
  end
11183
11716
  end
11184
11717
 
11185
- # QueryMemberBind返回参数结构体
11186
- class QueryMemberBindResponse < TencentCloud::Common::AbstractModel
11187
- # @param ResultNum: STRING (10),本次交易返回查询结果记录数
11188
- # 注意:此字段可能返回 null,表示取不到有效值。
11189
- # @type ResultNum: String
11190
- # @param StartRecordNo: STRING(30),起始记录号
11718
+ # 聚鑫-查询会员间交易信息列表结果
11719
+ class QueryMemberTransactionDetailsResult < TencentCloud::Common::AbstractModel
11720
+ # @param ResultCount: 本次交易返回查询结果记录数。
11721
+ # @type ResultCount: Integer
11722
+ # @param TotalCount: 符合业务查询条件的记录总数。
11191
11723
  # 注意:此字段可能返回 null,表示取不到有效值。
11192
- # @type StartRecordNo: String
11193
- # @param EndFlag: STRING(2),结束标志(0: 否; 1: 是)
11724
+ # @type TotalCount: Integer
11725
+ # @param EndFlag: 结束标志。
11726
+ # __0__:否
11727
+ # __1__:是
11194
11728
  # 注意:此字段可能返回 null,表示取不到有效值。
11195
11729
  # @type EndFlag: String
11196
- # @param TotalNum: STRING (10),符合业务查询条件的记录总数(重复次数,一次最多返回20条记录)
11197
- # 注意:此字段可能返回 null,表示取不到有效值。
11198
- # @type TotalNum: String
11199
- # @param TranItemArray: 交易信息数组
11730
+ # @param TranItemArray: 会员间交易信息数组
11200
11731
  # 注意:此字段可能返回 null,表示取不到有效值。
11201
11732
  # @type TranItemArray: Array
11202
- # @param ReservedMsg: STRING(1027),保留域
11203
- # 注意:此字段可能返回 null,表示取不到有效值。
11204
- # @type ReservedMsg: String
11205
- # @param TxnReturnCode: String(20),返回码
11206
- # @type TxnReturnCode: String
11207
- # @param TxnReturnMsg: String(100),返回信息
11208
- # @type TxnReturnMsg: String
11209
- # @param CnsmrSeqNo: String(22),交易流水号
11210
- # @type CnsmrSeqNo: String
11211
- # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11212
- # @type RequestId: String
11213
11733
 
11214
- attr_accessor :ResultNum, :StartRecordNo, :EndFlag, :TotalNum, :TranItemArray, :ReservedMsg, :TxnReturnCode, :TxnReturnMsg, :CnsmrSeqNo, :RequestId
11734
+ attr_accessor :ResultCount, :TotalCount, :EndFlag, :TranItemArray
11215
11735
 
11216
- def initialize(resultnum=nil, startrecordno=nil, endflag=nil, totalnum=nil, tranitemarray=nil, reservedmsg=nil, txnreturncode=nil, txnreturnmsg=nil, cnsmrseqno=nil, requestid=nil)
11217
- @ResultNum = resultnum
11218
- @StartRecordNo = startrecordno
11736
+ def initialize(resultcount=nil, totalcount=nil, endflag=nil, tranitemarray=nil)
11737
+ @ResultCount = resultcount
11738
+ @TotalCount = totalcount
11219
11739
  @EndFlag = endflag
11220
- @TotalNum = totalnum
11221
11740
  @TranItemArray = tranitemarray
11222
- @ReservedMsg = reservedmsg
11223
- @TxnReturnCode = txnreturncode
11224
- @TxnReturnMsg = txnreturnmsg
11225
- @CnsmrSeqNo = cnsmrseqno
11226
- @RequestId = requestid
11227
11741
  end
11228
11742
 
11229
11743
  def deserialize(params)
11230
- @ResultNum = params['ResultNum']
11231
- @StartRecordNo = params['StartRecordNo']
11744
+ @ResultCount = params['ResultCount']
11745
+ @TotalCount = params['TotalCount']
11232
11746
  @EndFlag = params['EndFlag']
11233
- @TotalNum = params['TotalNum']
11234
11747
  unless params['TranItemArray'].nil?
11235
11748
  @TranItemArray = []
11236
11749
  params['TranItemArray'].each do |i|
11237
- tranitem_tmp = TranItem.new
11238
- tranitem_tmp.deserialize(i)
11239
- @TranItemArray << tranitem_tmp
11750
+ membertransactionitem_tmp = MemberTransactionItem.new
11751
+ membertransactionitem_tmp.deserialize(i)
11752
+ @TranItemArray << membertransactionitem_tmp
11240
11753
  end
11241
11754
  end
11242
- @ReservedMsg = params['ReservedMsg']
11243
- @TxnReturnCode = params['TxnReturnCode']
11244
- @TxnReturnMsg = params['TxnReturnMsg']
11245
- @CnsmrSeqNo = params['CnsmrSeqNo']
11246
- @RequestId = params['RequestId']
11247
11755
  end
11248
11756
  end
11249
11757
 
@@ -11622,9 +12130,9 @@ module TencentCloud
11622
12130
 
11623
12131
  # QueryMerchantPayWayList请求参数结构体
11624
12132
  class QueryMerchantPayWayListRequest < TencentCloud::Common::AbstractModel
11625
- # @param OpenId: 收单系统分配的开放ID
12133
+ # @param OpenId: 使用门店OpenId
11626
12134
  # @type OpenId: String
11627
- # @param OpenKey: 收单系统分配的密钥
12135
+ # @param OpenKey: 使用门店OpenKey
11628
12136
  # @type OpenKey: String
11629
12137
  # @param PayType: 支付类型,逗号分隔。1-现金,2-主扫,3-被扫,4-JSAPI。
11630
12138
  # @type PayType: String
@@ -12688,9 +13196,9 @@ module TencentCloud
12688
13196
 
12689
13197
  # QueryOrderStatus请求参数结构体
12690
13198
  class QueryOrderStatusRequest < TencentCloud::Common::AbstractModel
12691
- # @param OpenId: 收单系统分配的开放ID
13199
+ # @param OpenId: 使用门店OpenId
12692
13200
  # @type OpenId: String
12693
- # @param OpenKey: 收单系统分配的密钥
13201
+ # @param OpenKey: 使用门店OpenKey
12694
13202
  # @type OpenKey: String
12695
13203
  # @param DeveloperNo: 开发者流水号
12696
13204
  # @type DeveloperNo: String
@@ -13275,6 +13783,97 @@ module TencentCloud
13275
13783
  end
13276
13784
  end
13277
13785
 
13786
+ # QueryReconciliationFileApplyInfo请求参数结构体
13787
+ class QueryReconciliationFileApplyInfoRequest < TencentCloud::Common::AbstractModel
13788
+ # @param ApplyFileId: 申请对账文件的任务ID。
13789
+ # @type ApplyFileId: String
13790
+ # @param MidasEnvironment: 环境名。
13791
+ # __release__: 现网环境
13792
+ # __sandbox__: 沙箱环境
13793
+ # __development__: 开发环境
13794
+ # _缺省: release_
13795
+ # @type MidasEnvironment: String
13796
+
13797
+ attr_accessor :ApplyFileId, :MidasEnvironment
13798
+
13799
+ def initialize(applyfileid=nil, midasenvironment=nil)
13800
+ @ApplyFileId = applyfileid
13801
+ @MidasEnvironment = midasenvironment
13802
+ end
13803
+
13804
+ def deserialize(params)
13805
+ @ApplyFileId = params['ApplyFileId']
13806
+ @MidasEnvironment = params['MidasEnvironment']
13807
+ end
13808
+ end
13809
+
13810
+ # QueryReconciliationFileApplyInfo返回参数结构体
13811
+ class QueryReconciliationFileApplyInfoResponse < TencentCloud::Common::AbstractModel
13812
+ # @param ErrCode: 错误码。
13813
+ # __SUCCESS__: 成功
13814
+ # __其他__: 见附录-错误码表
13815
+ # @type ErrCode: String
13816
+ # @param ErrMessage: 错误消息。
13817
+ # @type ErrMessage: String
13818
+ # @param Result: 返回结果。
13819
+ # 注意:此字段可能返回 null,表示取不到有效值。
13820
+ # @type Result: :class:`Tencentcloud::Cpdp.v20190820.models.QueryReconciliationFileApplyInfoResult`
13821
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
13822
+ # @type RequestId: String
13823
+
13824
+ attr_accessor :ErrCode, :ErrMessage, :Result, :RequestId
13825
+
13826
+ def initialize(errcode=nil, errmessage=nil, result=nil, requestid=nil)
13827
+ @ErrCode = errcode
13828
+ @ErrMessage = errmessage
13829
+ @Result = result
13830
+ @RequestId = requestid
13831
+ end
13832
+
13833
+ def deserialize(params)
13834
+ @ErrCode = params['ErrCode']
13835
+ @ErrMessage = params['ErrMessage']
13836
+ unless params['Result'].nil?
13837
+ @Result = QueryReconciliationFileApplyInfoResult.new
13838
+ @Result.deserialize(params['Result'])
13839
+ end
13840
+ @RequestId = params['RequestId']
13841
+ end
13842
+ end
13843
+
13844
+ # 查询对账文件申请结果
13845
+ class QueryReconciliationFileApplyInfoResult < TencentCloud::Common::AbstractModel
13846
+ # @param ApplyFileId: 申请对账文件的任务ID。
13847
+ # @type ApplyFileId: String
13848
+ # @param ApplyStatus: 对账文件申请状态。
13849
+ # __I__:申请中
13850
+ # __S__:申请成功
13851
+ # __F__:申请失败
13852
+ # @type ApplyStatus: String
13853
+ # @param ApplyMessage: 申请结果描述。
13854
+ # 注意:此字段可能返回 null,表示取不到有效值。
13855
+ # @type ApplyMessage: String
13856
+ # @param FileUrlArray: 对账文件下载地址列表。
13857
+ # 注意:此字段可能返回 null,表示取不到有效值。
13858
+ # @type FileUrlArray: Array
13859
+
13860
+ attr_accessor :ApplyFileId, :ApplyStatus, :ApplyMessage, :FileUrlArray
13861
+
13862
+ def initialize(applyfileid=nil, applystatus=nil, applymessage=nil, fileurlarray=nil)
13863
+ @ApplyFileId = applyfileid
13864
+ @ApplyStatus = applystatus
13865
+ @ApplyMessage = applymessage
13866
+ @FileUrlArray = fileurlarray
13867
+ end
13868
+
13869
+ def deserialize(params)
13870
+ @ApplyFileId = params['ApplyFileId']
13871
+ @ApplyStatus = params['ApplyStatus']
13872
+ @ApplyMessage = params['ApplyMessage']
13873
+ @FileUrlArray = params['FileUrlArray']
13874
+ end
13875
+ end
13876
+
13278
13877
  # QueryRefund请求参数结构体
13279
13878
  class QueryRefundRequest < TencentCloud::Common::AbstractModel
13280
13879
  # @param UserId: 用户ID,长度不小于5位,仅支持字母和数字的组合。
@@ -15171,9 +15770,9 @@ module TencentCloud
15171
15770
 
15172
15771
  # RefundTlinxOrder请求参数结构体
15173
15772
  class RefundTlinxOrderRequest < TencentCloud::Common::AbstractModel
15174
- # @param OpenId: 收单系统分配的开放ID
15773
+ # @param OpenId: 使用门店OpenId
15175
15774
  # @type OpenId: String
15176
- # @param OpenKey: 收单系统分配的密钥
15775
+ # @param OpenKey: 使用门店OpenKey
15177
15776
  # @type OpenKey: String
15178
15777
  # @param DeveloperNo: 原始订单的开发者交易流水号
15179
15778
  # @type DeveloperNo: String
@@ -17195,44 +17794,42 @@ module TencentCloud
17195
17794
 
17196
17795
  # UnifiedTlinxOrder请求参数结构体
17197
17796
  class UnifiedTlinxOrderRequest < TencentCloud::Common::AbstractModel
17198
- # @param DeveloperNo: 开发者流水号
17199
- # @type DeveloperNo: String
17200
- # @param OpenId: 收单系统分配的开放ID
17797
+ # @param OpenId: 使用门店OpenId
17201
17798
  # @type OpenId: String
17202
- # @param NotifyUrl: 交易结果异步通知url地址
17203
- # @type NotifyUrl: String
17204
- # @param OpenKey: 收单系统分配的密钥
17799
+ # @param OpenKey: 使用门店OpenKey
17205
17800
  # @type OpenKey: String
17801
+ # @param DeveloperNo: 开发者流水号
17802
+ # @type DeveloperNo: String
17206
17803
  # @param PayTag: 支付标签
17207
17804
  # @type PayTag: String
17208
17805
  # @param TradeAmount: 实际交易金额(以分为单位,没有小数点)
17209
17806
  # @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
17807
+ # @param NotifyUrl: 交易结果异步通知url地址
17808
+ # @type NotifyUrl: String
17809
+ # @param PayName: 付款方式名称(当PayTag为Diy时,PayName不能为空)
17810
+ # @type PayName: String
17222
17811
  # @param JumpUrl: 公众号支付时,支付成功后跳转url地址
17223
17812
  # @type JumpUrl: String
17224
- # @param Profile: 沙箱环境填sandbox,正式环境不填
17225
- # @type Profile: String
17226
- # @param TradeResult: 收单机构原始交易报文,请转换为json
17227
- # @type TradeResult: String
17813
+ # @param OrderName: 订单名称(描述)
17814
+ # @type OrderName: String
17815
+ # @param OriginalAmount: 原始交易金额(以分为单位,没有小数点)
17816
+ # @type OriginalAmount: String
17817
+ # @param IgnoreAmount: 抹零金额(以分为单位,没有小数点)
17818
+ # @type IgnoreAmount: String
17819
+ # @param DiscountAmount: 折扣金额(以分为单位,没有小数点)
17820
+ # @type DiscountAmount: String
17228
17821
  # @param TradeAccount: 交易帐号(银行卡号)
17229
17822
  # @type TradeAccount: String
17230
17823
  # @param TradeNo: 交易号(收单机构交易号)
17231
17824
  # @type TradeNo: String
17232
- # @param DiscountAmount: 折扣金额(以分为单位,没有小数点)
17233
- # @type DiscountAmount: String
17234
- # @param PayName: 付款方式名称(当PayTag为Diy时,PayName不能为空)
17235
- # @type PayName: String
17825
+ # @param AuthCode: 条码支付的授权码(条码抢扫手机扫到的一串数字)
17826
+ # @type AuthCode: String
17827
+ # @param Tag: 订单标记,订单附加数据。
17828
+ # @type Tag: String
17829
+ # @param Remark: 订单备注
17830
+ # @type Remark: String
17831
+ # @param TradeResult: 收单机构原始交易报文,请转换为json
17832
+ # @type TradeResult: String
17236
17833
  # @param Royalty: 0-不分账,1-需分账。为1时标记为待分账订单,待分账订单不会进行清算。不传默认为不分账。
17237
17834
  # @type Royalty: String
17238
17835
  # @param Jsapi: 小程序支付参数:填默认值 1
@@ -17243,59 +17840,61 @@ module TencentCloud
17243
17840
  # @param SubOpenId: 小程序支付参数:
17244
17841
  # 用户在子商户appid下的唯一标识。
17245
17842
  # @type SubOpenId: String
17843
+ # @param Profile: 沙箱环境填sandbox,正式环境不填
17844
+ # @type Profile: String
17246
17845
 
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
17846
+ 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
17847
 
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
17848
+ 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
17849
  @OpenId = openid
17252
- @NotifyUrl = notifyurl
17253
17850
  @OpenKey = openkey
17851
+ @DeveloperNo = developerno
17254
17852
  @PayTag = paytag
17255
17853
  @TradeAmount = tradeamount
17256
- @Remark = remark
17257
- @Tag = tag
17258
- @IgnoreAmount = ignoreamount
17259
- @AuthCode = authcode
17260
- @OriginalAmount = originalamount
17261
- @OrderName = ordername
17854
+ @NotifyUrl = notifyurl
17855
+ @PayName = payname
17262
17856
  @JumpUrl = jumpurl
17263
- @Profile = profile
17264
- @TradeResult = traderesult
17857
+ @OrderName = ordername
17858
+ @OriginalAmount = originalamount
17859
+ @IgnoreAmount = ignoreamount
17860
+ @DiscountAmount = discountamount
17265
17861
  @TradeAccount = tradeaccount
17266
17862
  @TradeNo = tradeno
17267
- @DiscountAmount = discountamount
17268
- @PayName = payname
17863
+ @AuthCode = authcode
17864
+ @Tag = tag
17865
+ @Remark = remark
17866
+ @TradeResult = traderesult
17269
17867
  @Royalty = royalty
17270
17868
  @Jsapi = jsapi
17271
17869
  @SubAppId = subappid
17272
17870
  @SubOpenId = subopenid
17871
+ @Profile = profile
17273
17872
  end
17274
17873
 
17275
17874
  def deserialize(params)
17276
- @DeveloperNo = params['DeveloperNo']
17277
17875
  @OpenId = params['OpenId']
17278
- @NotifyUrl = params['NotifyUrl']
17279
17876
  @OpenKey = params['OpenKey']
17877
+ @DeveloperNo = params['DeveloperNo']
17280
17878
  @PayTag = params['PayTag']
17281
17879
  @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']
17880
+ @NotifyUrl = params['NotifyUrl']
17881
+ @PayName = params['PayName']
17288
17882
  @JumpUrl = params['JumpUrl']
17289
- @Profile = params['Profile']
17290
- @TradeResult = params['TradeResult']
17883
+ @OrderName = params['OrderName']
17884
+ @OriginalAmount = params['OriginalAmount']
17885
+ @IgnoreAmount = params['IgnoreAmount']
17886
+ @DiscountAmount = params['DiscountAmount']
17291
17887
  @TradeAccount = params['TradeAccount']
17292
17888
  @TradeNo = params['TradeNo']
17293
- @DiscountAmount = params['DiscountAmount']
17294
- @PayName = params['PayName']
17889
+ @AuthCode = params['AuthCode']
17890
+ @Tag = params['Tag']
17891
+ @Remark = params['Remark']
17892
+ @TradeResult = params['TradeResult']
17295
17893
  @Royalty = params['Royalty']
17296
17894
  @Jsapi = params['Jsapi']
17297
17895
  @SubAppId = params['SubAppId']
17298
17896
  @SubOpenId = params['SubOpenId']
17897
+ @Profile = params['Profile']
17299
17898
  end
17300
17899
  end
17301
17900
 
@@ -17474,6 +18073,8 @@ module TencentCloud
17474
18073
  class UploadOrgFileRequest < TencentCloud::Common::AbstractModel
17475
18074
  # @param OpenId: 收单系统分配的开放ID
17476
18075
  # @type OpenId: String
18076
+ # @param OpenKey: 收单系统分配的密钥
18077
+ # @type OpenKey: String
17477
18078
  # @param Storage: 存储区域(0私密区,1公共区),请严格按文件要求,上传到不同的区域
17478
18079
  # @type Storage: String
17479
18080
  # @param FileMd5: 文件的md5值(为防止平台多次上传重复文件,文件名为文件md5,且不会覆盖,重复上传返回第一次上传成功的文件路径)
@@ -17482,30 +18083,28 @@ module TencentCloud
17482
18083
  # @type FileContent: String
17483
18084
  # @param FileExtension: 文件扩展名(png,jpg,gif)
17484
18085
  # @type FileExtension: String
17485
- # @param OpenKey: 收单系统分配的密钥
17486
- # @type OpenKey: String
17487
18086
  # @param Profile: 沙箱环境填sandbox,正式环境不填
17488
18087
  # @type Profile: String
17489
18088
 
17490
- attr_accessor :OpenId, :Storage, :FileMd5, :FileContent, :FileExtension, :OpenKey, :Profile
18089
+ attr_accessor :OpenId, :OpenKey, :Storage, :FileMd5, :FileContent, :FileExtension, :Profile
17491
18090
 
17492
- def initialize(openid=nil, storage=nil, filemd5=nil, filecontent=nil, fileextension=nil, openkey=nil, profile=nil)
18091
+ def initialize(openid=nil, openkey=nil, storage=nil, filemd5=nil, filecontent=nil, fileextension=nil, profile=nil)
17493
18092
  @OpenId = openid
18093
+ @OpenKey = openkey
17494
18094
  @Storage = storage
17495
18095
  @FileMd5 = filemd5
17496
18096
  @FileContent = filecontent
17497
18097
  @FileExtension = fileextension
17498
- @OpenKey = openkey
17499
18098
  @Profile = profile
17500
18099
  end
17501
18100
 
17502
18101
  def deserialize(params)
17503
18102
  @OpenId = params['OpenId']
18103
+ @OpenKey = params['OpenKey']
17504
18104
  @Storage = params['Storage']
17505
18105
  @FileMd5 = params['FileMd5']
17506
18106
  @FileContent = params['FileContent']
17507
18107
  @FileExtension = params['FileExtension']
17508
- @OpenKey = params['OpenKey']
17509
18108
  @Profile = params['Profile']
17510
18109
  end
17511
18110
  end
@@ -17637,29 +18236,29 @@ module TencentCloud
17637
18236
  # @type OpenId: String
17638
18237
  # @param OpenKey: 收单系统分配的密钥
17639
18238
  # @type OpenKey: String
17640
- # @param Profile: 沙箱环境填sandbox,正式环境不填
17641
- # @type Profile: String
17642
18239
  # @param OutContractId: 外部合同主键编号(ContractId或OutContractId必须传一个)
17643
18240
  # @type OutContractId: String
17644
18241
  # @param ContractId: 合同主键(ContractId或OutContractId必须传一个)
17645
18242
  # @type ContractId: String
18243
+ # @param Profile: 沙箱环境填sandbox,正式环境不填
18244
+ # @type Profile: String
17646
18245
 
17647
- attr_accessor :OpenId, :OpenKey, :Profile, :OutContractId, :ContractId
18246
+ attr_accessor :OpenId, :OpenKey, :OutContractId, :ContractId, :Profile
17648
18247
 
17649
- def initialize(openid=nil, openkey=nil, profile=nil, outcontractid=nil, contractid=nil)
18248
+ def initialize(openid=nil, openkey=nil, outcontractid=nil, contractid=nil, profile=nil)
17650
18249
  @OpenId = openid
17651
18250
  @OpenKey = openkey
17652
- @Profile = profile
17653
18251
  @OutContractId = outcontractid
17654
18252
  @ContractId = contractid
18253
+ @Profile = profile
17655
18254
  end
17656
18255
 
17657
18256
  def deserialize(params)
17658
18257
  @OpenId = params['OpenId']
17659
18258
  @OpenKey = params['OpenKey']
17660
- @Profile = params['Profile']
17661
18259
  @OutContractId = params['OutContractId']
17662
18260
  @ContractId = params['ContractId']
18261
+ @Profile = params['Profile']
17663
18262
  end
17664
18263
  end
17665
18264
 
@@ -18004,29 +18603,29 @@ module TencentCloud
18004
18603
  # @type OpenId: String
18005
18604
  # @param OpenKey: 收单系统分配的密钥
18006
18605
  # @type OpenKey: String
18007
- # @param Profile: 沙箱环境填sandbox,正式环境不填
18008
- # @type Profile: String
18009
18606
  # @param OutMerchantId: 外部商户主键编号(MerchantNo或OutMerchantId必须传一个)
18010
18607
  # @type OutMerchantId: String
18011
18608
  # @param MerchantNo: 商户编号(MerchantNo或OutMerchantId必须传一个)
18012
18609
  # @type MerchantNo: String
18610
+ # @param Profile: 沙箱环境填sandbox,正式环境不填
18611
+ # @type Profile: String
18013
18612
 
18014
- attr_accessor :OpenId, :OpenKey, :Profile, :OutMerchantId, :MerchantNo
18613
+ attr_accessor :OpenId, :OpenKey, :OutMerchantId, :MerchantNo, :Profile
18015
18614
 
18016
- def initialize(openid=nil, openkey=nil, profile=nil, outmerchantid=nil, merchantno=nil)
18615
+ def initialize(openid=nil, openkey=nil, outmerchantid=nil, merchantno=nil, profile=nil)
18017
18616
  @OpenId = openid
18018
18617
  @OpenKey = openkey
18019
- @Profile = profile
18020
18618
  @OutMerchantId = outmerchantid
18021
18619
  @MerchantNo = merchantno
18620
+ @Profile = profile
18022
18621
  end
18023
18622
 
18024
18623
  def deserialize(params)
18025
18624
  @OpenId = params['OpenId']
18026
18625
  @OpenKey = params['OpenKey']
18027
- @Profile = params['Profile']
18028
18626
  @OutMerchantId = params['OutMerchantId']
18029
18627
  @MerchantNo = params['MerchantNo']
18628
+ @Profile = params['Profile']
18030
18629
  end
18031
18630
  end
18032
18631
 
@@ -18431,29 +19030,29 @@ module TencentCloud
18431
19030
  # @type OpenId: String
18432
19031
  # @param OpenKey: 收单系统分配的密钥
18433
19032
  # @type OpenKey: String
18434
- # @param Profile: 沙箱环境填sandbox,正式环境不填
18435
- # @type Profile: String
18436
19033
  # @param OutShopId: 外部商户主键编号(ShopNo或OutShopId必须传一个)
18437
19034
  # @type OutShopId: String
18438
19035
  # @param ShopNo: 门店编号(ShopNo或OutShopId必须传一个)
18439
19036
  # @type ShopNo: String
19037
+ # @param Profile: 沙箱环境填sandbox,正式环境不填
19038
+ # @type Profile: String
18440
19039
 
18441
- attr_accessor :OpenId, :OpenKey, :Profile, :OutShopId, :ShopNo
19040
+ attr_accessor :OpenId, :OpenKey, :OutShopId, :ShopNo, :Profile
18442
19041
 
18443
- def initialize(openid=nil, openkey=nil, profile=nil, outshopid=nil, shopno=nil)
19042
+ def initialize(openid=nil, openkey=nil, outshopid=nil, shopno=nil, profile=nil)
18444
19043
  @OpenId = openid
18445
19044
  @OpenKey = openkey
18446
- @Profile = profile
18447
19045
  @OutShopId = outshopid
18448
19046
  @ShopNo = shopno
19047
+ @Profile = profile
18449
19048
  end
18450
19049
 
18451
19050
  def deserialize(params)
18452
19051
  @OpenId = params['OpenId']
18453
19052
  @OpenKey = params['OpenKey']
18454
- @Profile = params['Profile']
18455
19053
  @OutShopId = params['OutShopId']
18456
19054
  @ShopNo = params['ShopNo']
19055
+ @Profile = params['Profile']
18457
19056
  end
18458
19057
  end
18459
19058