tencentcloud-sdk-nodejs 4.0.299 → 4.0.302
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.
- package/CHANGELOG.md +532 -0
- package/SERVICE_CHANGELOG.md +560 -154
- package/package.json +1 -1
- package/products.md +25 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_client.ts +1 -1
- package/src/services/api/v20201106/api_client.ts +13 -0
- package/src/services/api/v20201106/api_models.ts +45 -0
- package/src/services/apigateway/v20180808/apigateway_models.ts +5 -0
- package/src/services/casb/index.ts +5 -0
- package/src/services/casb/v20200507/casb_client.ts +51 -0
- package/src/services/casb/v20200507/casb_models.ts +76 -0
- package/src/services/casb/v20200507/index.ts +6 -0
- package/src/services/ccc/v20200210/ccc_models.ts +12 -0
- package/src/services/cdb/v20170320/cdb_models.ts +6 -0
- package/src/services/ckafka/v20190819/ckafka_client.ts +44 -8
- package/src/services/ckafka/v20190819/ckafka_models.ts +123 -20
- package/src/services/clb/v20180317/clb_client.ts +20 -8
- package/src/services/clb/v20180317/clb_models.ts +25 -0
- package/src/services/cls/v20201016/cls_client.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +6 -6
- package/src/services/cmq/v20190304/cmq_models.ts +94 -82
- package/src/services/cpdp/v20190820/cpdp_client.ts +96 -14
- package/src/services/cpdp/v20190820/cpdp_models.ts +1267 -493
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +5 -0
- package/src/services/emr/v20190103/emr_client.ts +1 -0
- package/src/services/emr/v20190103/emr_models.ts +46 -0
- package/src/services/index.ts +1 -0
- package/src/services/ivld/v20210903/ivld_client.ts +80 -4
- package/src/services/ivld/v20210903/ivld_models.ts +204 -38
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +6 -7
- package/src/services/mongodb/v20190725/mongodb_client.ts +72 -60
- package/src/services/mongodb/v20190725/mongodb_models.ts +1022 -997
- package/src/services/monitor/v20180724/monitor_models.ts +7 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +84 -2
- package/src/services/postgres/v20170312/postgres_client.ts +85 -37
- package/src/services/postgres/v20170312/postgres_models.ts +258 -84
- package/src/services/sslpod/v20190605/sslpod_models.ts +7 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +41 -1
- package/src/services/tke/v20180525/tke_client.ts +25 -13
- package/src/services/tke/v20180525/tke_models.ts +39 -4
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_client.d.ts +1 -1
- package/tencentcloud/services/ame/v20190916/ame_client.js +1 -1
- package/tencentcloud/services/api/v20201106/api_client.d.ts +5 -1
- package/tencentcloud/services/api/v20201106/api_client.js +6 -0
- package/tencentcloud/services/api/v20201106/api_models.d.ts +39 -0
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +4 -0
- package/tencentcloud/services/casb/index.d.ts +6 -0
- package/tencentcloud/services/casb/index.js +7 -0
- package/tencentcloud/services/casb/v20200507/casb_client.d.ts +21 -0
- package/tencentcloud/services/casb/v20200507/casb_client.js +44 -0
- package/tencentcloud/services/casb/v20200507/casb_models.d.ts +51 -0
- package/tencentcloud/services/casb/v20200507/casb_models.js +18 -0
- package/tencentcloud/services/casb/v20200507/index.d.ts +6 -0
- package/tencentcloud/services/casb/v20200507/index.js +9 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +10 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +5 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +15 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +21 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +108 -19
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +8 -4
- package/tencentcloud/services/clb/v20180317/clb_client.js +10 -4
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +22 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +6 -6
- package/tencentcloud/services/cmq/v20190304/cmq_models.d.ts +89 -79
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +28 -4
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +40 -4
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1101 -433
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +4 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +39 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +52 -2
- package/tencentcloud/services/ivld/v20210903/ivld_client.js +57 -1
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +175 -34
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +5 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +5 -6
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +965 -943
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +6 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +68 -2
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +29 -13
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +42 -18
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +219 -71
- package/tencentcloud/services/sslpod/v20190605/sslpod_models.d.ts +6 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +34 -1
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +9 -5
- package/tencentcloud/services/tke/v20180525/tke_client.js +12 -6
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +34 -4
- package/test/api.v20201106.test.js +10 -0
- package/test/casb.v20200507.test.js +31 -0
- package/test/ckafka.v20190819.test.js +32 -2
- package/test/clb.v20180317.test.js +12 -2
- package/test/cpdp.v20190820.test.js +62 -2
- package/test/ivld.v20210903.test.js +30 -0
- package/test/mongodb.v20190725.test.js +10 -0
- package/test/postgres.v20170312.test.js +58 -18
- package/test/tke.v20180525.test.js +14 -4
|
@@ -387,6 +387,35 @@ development: 开发环境
|
|
|
387
387
|
AgencyClientInfo?: AgencyClientInfo
|
|
388
388
|
}
|
|
389
389
|
|
|
390
|
+
/**
|
|
391
|
+
* QueryOpenBankBankBranchList返回参数结构体
|
|
392
|
+
*/
|
|
393
|
+
export interface QueryOpenBankBankBranchListResponse {
|
|
394
|
+
/**
|
|
395
|
+
* 错误码。
|
|
396
|
+
__SUCCESS__: 成功
|
|
397
|
+
__其他__: 见附录-错误码表
|
|
398
|
+
*/
|
|
399
|
+
ErrCode: string
|
|
400
|
+
|
|
401
|
+
/**
|
|
402
|
+
* 错误消息。
|
|
403
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
404
|
+
*/
|
|
405
|
+
ErrMessage: string
|
|
406
|
+
|
|
407
|
+
/**
|
|
408
|
+
* 返回结果。
|
|
409
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
410
|
+
*/
|
|
411
|
+
Result: QueryOpenBankBankBranchListResult
|
|
412
|
+
|
|
413
|
+
/**
|
|
414
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
415
|
+
*/
|
|
416
|
+
RequestId?: string
|
|
417
|
+
}
|
|
418
|
+
|
|
390
419
|
/**
|
|
391
420
|
* MigrateOrderRefundQuery返回参数结构体
|
|
392
421
|
*/
|
|
@@ -472,6 +501,11 @@ export interface UploadOrgFileRequest {
|
|
|
472
501
|
*/
|
|
473
502
|
OpenId: string
|
|
474
503
|
|
|
504
|
+
/**
|
|
505
|
+
* 收单系统分配的密钥
|
|
506
|
+
*/
|
|
507
|
+
OpenKey: string
|
|
508
|
+
|
|
475
509
|
/**
|
|
476
510
|
* 存储区域(0私密区,1公共区),请严格按文件要求,上传到不同的区域
|
|
477
511
|
*/
|
|
@@ -492,11 +526,6 @@ export interface UploadOrgFileRequest {
|
|
|
492
526
|
*/
|
|
493
527
|
FileExtension: string
|
|
494
528
|
|
|
495
|
-
/**
|
|
496
|
-
* 收单系统分配的密钥
|
|
497
|
-
*/
|
|
498
|
-
OpenKey: string
|
|
499
|
-
|
|
500
529
|
/**
|
|
501
530
|
* 沙箱环境填sandbox,正式环境不填
|
|
502
531
|
*/
|
|
@@ -902,12 +931,12 @@ __PROCESSING__: 进件中
|
|
|
902
931
|
*/
|
|
903
932
|
export interface RefundTlinxOrderRequest {
|
|
904
933
|
/**
|
|
905
|
-
*
|
|
934
|
+
* 使用门店OpenId
|
|
906
935
|
*/
|
|
907
936
|
OpenId: string
|
|
908
937
|
|
|
909
938
|
/**
|
|
910
|
-
*
|
|
939
|
+
* 使用门店OpenKey
|
|
911
940
|
*/
|
|
912
941
|
OpenKey: string
|
|
913
942
|
|
|
@@ -1219,6 +1248,35 @@ export interface CreateInvoiceResultData {
|
|
|
1219
1248
|
OrderSn: string
|
|
1220
1249
|
}
|
|
1221
1250
|
|
|
1251
|
+
/**
|
|
1252
|
+
* 对账文件信息
|
|
1253
|
+
*/
|
|
1254
|
+
export interface FileItem {
|
|
1255
|
+
/**
|
|
1256
|
+
* STRING(256),文件名称
|
|
1257
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1258
|
+
*/
|
|
1259
|
+
FileName: string
|
|
1260
|
+
|
|
1261
|
+
/**
|
|
1262
|
+
* STRING(120),随机密码
|
|
1263
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1264
|
+
*/
|
|
1265
|
+
RandomPassword: string
|
|
1266
|
+
|
|
1267
|
+
/**
|
|
1268
|
+
* STRING(512),文件路径
|
|
1269
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1270
|
+
*/
|
|
1271
|
+
FilePath: string
|
|
1272
|
+
|
|
1273
|
+
/**
|
|
1274
|
+
* STRING(64),提取码
|
|
1275
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1276
|
+
*/
|
|
1277
|
+
DrawCode: string
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1222
1280
|
/**
|
|
1223
1281
|
* UnbindOpenBankExternalSubMerchantBankAccount请求参数结构体
|
|
1224
1282
|
*/
|
|
@@ -2185,24 +2243,19 @@ export interface RevokeMemberRechargeThirdPayResponse {
|
|
|
2185
2243
|
*/
|
|
2186
2244
|
export interface DistributeAccreditTlinxRequest {
|
|
2187
2245
|
/**
|
|
2188
|
-
*
|
|
2246
|
+
* 使用门店OpenId
|
|
2189
2247
|
*/
|
|
2190
2248
|
OpenId: string
|
|
2191
2249
|
|
|
2192
2250
|
/**
|
|
2193
|
-
*
|
|
2194
|
-
*/
|
|
2195
|
-
AuthType: string
|
|
2196
|
-
|
|
2197
|
-
/**
|
|
2198
|
-
* 收单系统分配的密钥
|
|
2251
|
+
* 使用门店OpenKey
|
|
2199
2252
|
*/
|
|
2200
2253
|
OpenKey: string
|
|
2201
2254
|
|
|
2202
2255
|
/**
|
|
2203
|
-
*
|
|
2256
|
+
* 验证方式,传1手机验证(验证码时效60S)传2结算卡验证(时效6小时),多种方式用逗号隔开
|
|
2204
2257
|
*/
|
|
2205
|
-
|
|
2258
|
+
AuthType: string
|
|
2206
2259
|
|
|
2207
2260
|
/**
|
|
2208
2261
|
* 分账比例(500=5%)不传默认百分之10
|
|
@@ -2213,6 +2266,11 @@ export interface DistributeAccreditTlinxRequest {
|
|
|
2213
2266
|
* 营业执照商户全称
|
|
2214
2267
|
*/
|
|
2215
2268
|
FullName?: string
|
|
2269
|
+
|
|
2270
|
+
/**
|
|
2271
|
+
* 沙箱环境填sandbox,正式环境不填
|
|
2272
|
+
*/
|
|
2273
|
+
Profile?: string
|
|
2216
2274
|
}
|
|
2217
2275
|
|
|
2218
2276
|
/**
|
|
@@ -2293,24 +2351,24 @@ export interface QueryExceedingInfoResponse {
|
|
|
2293
2351
|
*/
|
|
2294
2352
|
export interface AddContractRequest {
|
|
2295
2353
|
/**
|
|
2296
|
-
*
|
|
2354
|
+
* 收单系统分配的开放ID
|
|
2297
2355
|
*/
|
|
2298
|
-
|
|
2356
|
+
OpenId: string
|
|
2299
2357
|
|
|
2300
2358
|
/**
|
|
2301
|
-
*
|
|
2359
|
+
* 收单系统分配的密钥
|
|
2302
2360
|
*/
|
|
2303
|
-
|
|
2361
|
+
OpenKey: string
|
|
2304
2362
|
|
|
2305
2363
|
/**
|
|
2306
|
-
*
|
|
2364
|
+
* 机构合同主键(系统有唯一性校验),建议使用合同表的主键ID,防止重复添加合同
|
|
2307
2365
|
*/
|
|
2308
|
-
|
|
2366
|
+
OutContractId: string
|
|
2309
2367
|
|
|
2310
2368
|
/**
|
|
2311
|
-
*
|
|
2369
|
+
* 合同编号(系统有唯一性校验)
|
|
2312
2370
|
*/
|
|
2313
|
-
|
|
2371
|
+
Code: string
|
|
2314
2372
|
|
|
2315
2373
|
/**
|
|
2316
2374
|
* 支付方式编号
|
|
@@ -2318,9 +2376,24 @@ export interface AddContractRequest {
|
|
|
2318
2376
|
PaymentId: string
|
|
2319
2377
|
|
|
2320
2378
|
/**
|
|
2321
|
-
*
|
|
2379
|
+
* 支付方式行业分类编号
|
|
2322
2380
|
*/
|
|
2323
|
-
|
|
2381
|
+
PaymentClassificationId: string
|
|
2382
|
+
|
|
2383
|
+
/**
|
|
2384
|
+
* 封顶值(分为单位,无封顶填0)
|
|
2385
|
+
*/
|
|
2386
|
+
PaymentClassificationLimit: string
|
|
2387
|
+
|
|
2388
|
+
/**
|
|
2389
|
+
* 商户编号
|
|
2390
|
+
*/
|
|
2391
|
+
MerchantNo: string
|
|
2392
|
+
|
|
2393
|
+
/**
|
|
2394
|
+
* 签约扣率百分比(如:0.32)
|
|
2395
|
+
*/
|
|
2396
|
+
Fee: string
|
|
2324
2397
|
|
|
2325
2398
|
/**
|
|
2326
2399
|
* 合同生效日期(yyyy-mm-dd)
|
|
@@ -2343,19 +2416,14 @@ export interface AddContractRequest {
|
|
|
2343
2416
|
SignName: string
|
|
2344
2417
|
|
|
2345
2418
|
/**
|
|
2346
|
-
*
|
|
2347
|
-
*/
|
|
2348
|
-
OpenId: string
|
|
2349
|
-
|
|
2350
|
-
/**
|
|
2351
|
-
* 商户编号
|
|
2419
|
+
* 合同签署日期(yyyy-mm-dd)
|
|
2352
2420
|
*/
|
|
2353
|
-
|
|
2421
|
+
SignDate: string
|
|
2354
2422
|
|
|
2355
2423
|
/**
|
|
2356
|
-
*
|
|
2424
|
+
* 是否自动续签(1是,0否)
|
|
2357
2425
|
*/
|
|
2358
|
-
|
|
2426
|
+
AutoSign: string
|
|
2359
2427
|
|
|
2360
2428
|
/**
|
|
2361
2429
|
* 联系人
|
|
@@ -2363,24 +2431,24 @@ export interface AddContractRequest {
|
|
|
2363
2431
|
Contact: string
|
|
2364
2432
|
|
|
2365
2433
|
/**
|
|
2366
|
-
*
|
|
2434
|
+
* 联系人电话
|
|
2367
2435
|
*/
|
|
2368
|
-
|
|
2436
|
+
ContactTelephone: string
|
|
2369
2437
|
|
|
2370
2438
|
/**
|
|
2371
|
-
*
|
|
2439
|
+
* 合同照片【私密区】
|
|
2372
2440
|
*/
|
|
2373
|
-
|
|
2441
|
+
PictureOne: string
|
|
2374
2442
|
|
|
2375
2443
|
/**
|
|
2376
|
-
*
|
|
2444
|
+
* 合同照片【私密区】
|
|
2377
2445
|
*/
|
|
2378
|
-
|
|
2446
|
+
PictureTwo?: string
|
|
2379
2447
|
|
|
2380
2448
|
/**
|
|
2381
|
-
*
|
|
2449
|
+
* 渠道扩展字段,json格式
|
|
2382
2450
|
*/
|
|
2383
|
-
|
|
2451
|
+
ChannelExtJson?: string
|
|
2384
2452
|
|
|
2385
2453
|
/**
|
|
2386
2454
|
* 沙箱环境填sandbox,正式环境不填
|
|
@@ -2388,29 +2456,19 @@ export interface AddContractRequest {
|
|
|
2388
2456
|
Profile?: string
|
|
2389
2457
|
|
|
2390
2458
|
/**
|
|
2391
|
-
*
|
|
2392
|
-
*/
|
|
2393
|
-
PictureTwo?: string
|
|
2394
|
-
|
|
2395
|
-
/**
|
|
2396
|
-
* 合同选项8
|
|
2397
|
-
*/
|
|
2398
|
-
PaymentOptionTen?: string
|
|
2399
|
-
|
|
2400
|
-
/**
|
|
2401
|
-
* 合同选项7(不同支付方式规则不一样,请以支付方式规定的格式传值)
|
|
2459
|
+
* 合同选项1(不同支付方式规则不一样,请以支付方式规定的格式传值)
|
|
2402
2460
|
*/
|
|
2403
|
-
|
|
2461
|
+
PaymentOptionOne?: string
|
|
2404
2462
|
|
|
2405
2463
|
/**
|
|
2406
|
-
* 合同选项
|
|
2464
|
+
* 合同选项2(不同支付方式规则不一样,请以支付方式规定的格式传值)
|
|
2407
2465
|
*/
|
|
2408
|
-
|
|
2466
|
+
PaymentOptionTwo?: string
|
|
2409
2467
|
|
|
2410
2468
|
/**
|
|
2411
|
-
*
|
|
2469
|
+
* 合同选项3(不同支付方式规则不一样,请以支付方式规定的格式传值)
|
|
2412
2470
|
*/
|
|
2413
|
-
|
|
2471
|
+
PaymentOptionThree?: string
|
|
2414
2472
|
|
|
2415
2473
|
/**
|
|
2416
2474
|
* 合同选项4(不同支付方式规则不一样,请以支付方式规定的格式传值)
|
|
@@ -2418,9 +2476,9 @@ export interface AddContractRequest {
|
|
|
2418
2476
|
PaymentOptionFour?: string
|
|
2419
2477
|
|
|
2420
2478
|
/**
|
|
2421
|
-
*
|
|
2479
|
+
* 合同证书选项1(不同支付方式规则不一样,请以支付方式规定的格式传值)
|
|
2422
2480
|
*/
|
|
2423
|
-
|
|
2481
|
+
PaymentOptionFive?: string
|
|
2424
2482
|
|
|
2425
2483
|
/**
|
|
2426
2484
|
* 合同证书选项2(不同支付方式规则不一样,请以支付方式规定的格式传值)
|
|
@@ -2428,24 +2486,24 @@ export interface AddContractRequest {
|
|
|
2428
2486
|
PaymentOptionSix?: string
|
|
2429
2487
|
|
|
2430
2488
|
/**
|
|
2431
|
-
* 合同选项
|
|
2489
|
+
* 合同选项5(不同支付方式规则不一样,请以支付方式规定的格式传值)
|
|
2432
2490
|
*/
|
|
2433
|
-
|
|
2491
|
+
PaymentOptionSeven?: string
|
|
2434
2492
|
|
|
2435
2493
|
/**
|
|
2436
|
-
* 合同选项
|
|
2494
|
+
* 合同选项6(不同支付方式规则不一样,请以支付方式规定的格式传值)
|
|
2437
2495
|
*/
|
|
2438
|
-
|
|
2496
|
+
PaymentOptionOther?: string
|
|
2439
2497
|
|
|
2440
2498
|
/**
|
|
2441
|
-
* 合同选项
|
|
2499
|
+
* 合同选项8
|
|
2442
2500
|
*/
|
|
2443
|
-
|
|
2501
|
+
PaymentOptionTen?: string
|
|
2444
2502
|
|
|
2445
2503
|
/**
|
|
2446
|
-
*
|
|
2504
|
+
* 合同选项7(不同支付方式规则不一样,请以支付方式规定的格式传值)
|
|
2447
2505
|
*/
|
|
2448
|
-
|
|
2506
|
+
PaymentOptionNine?: string
|
|
2449
2507
|
}
|
|
2450
2508
|
|
|
2451
2509
|
/**
|
|
@@ -2473,12 +2531,12 @@ export interface CreateAcctResponse {
|
|
|
2473
2531
|
*/
|
|
2474
2532
|
export interface DistributeAddReceiverRequest {
|
|
2475
2533
|
/**
|
|
2476
|
-
*
|
|
2534
|
+
* 使用门店OpenId
|
|
2477
2535
|
*/
|
|
2478
2536
|
OpenId: string
|
|
2479
2537
|
|
|
2480
2538
|
/**
|
|
2481
|
-
*
|
|
2539
|
+
* 使用门店OpenKey
|
|
2482
2540
|
*/
|
|
2483
2541
|
OpenKey: string
|
|
2484
2542
|
|
|
@@ -2488,14 +2546,14 @@ export interface DistributeAddReceiverRequest {
|
|
|
2488
2546
|
MerchantNo: string
|
|
2489
2547
|
|
|
2490
2548
|
/**
|
|
2491
|
-
*
|
|
2549
|
+
* 备注
|
|
2492
2550
|
*/
|
|
2493
|
-
|
|
2551
|
+
Remark?: string
|
|
2494
2552
|
|
|
2495
2553
|
/**
|
|
2496
|
-
*
|
|
2554
|
+
* 沙箱环境填sandbox,正式环境不填
|
|
2497
2555
|
*/
|
|
2498
|
-
|
|
2556
|
+
Profile?: string
|
|
2499
2557
|
}
|
|
2500
2558
|
|
|
2501
2559
|
/**
|
|
@@ -2617,18 +2675,31 @@ __其他__: 见附录-错误码表
|
|
|
2617
2675
|
}
|
|
2618
2676
|
|
|
2619
2677
|
/**
|
|
2620
|
-
*
|
|
2678
|
+
* QueryMemberTransactionDetails返回参数结构体
|
|
2621
2679
|
*/
|
|
2622
|
-
export interface
|
|
2680
|
+
export interface QueryMemberTransactionDetailsResponse {
|
|
2623
2681
|
/**
|
|
2624
|
-
|
|
2682
|
+
* 错误码。
|
|
2683
|
+
__SUCCESS__: 成功
|
|
2684
|
+
__其他__: 见附录-错误码表
|
|
2685
|
+
*/
|
|
2686
|
+
ErrCode: string
|
|
2687
|
+
|
|
2688
|
+
/**
|
|
2689
|
+
* 错误消息。
|
|
2625
2690
|
*/
|
|
2626
|
-
|
|
2691
|
+
ErrMessage: string
|
|
2627
2692
|
|
|
2628
2693
|
/**
|
|
2629
|
-
|
|
2694
|
+
* 返回结果。
|
|
2695
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2696
|
+
*/
|
|
2697
|
+
Result: QueryMemberTransactionDetailsResult
|
|
2698
|
+
|
|
2699
|
+
/**
|
|
2700
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2630
2701
|
*/
|
|
2631
|
-
|
|
2702
|
+
RequestId?: string
|
|
2632
2703
|
}
|
|
2633
2704
|
|
|
2634
2705
|
/**
|
|
@@ -2708,51 +2779,130 @@ export interface QueryInvoiceResultData {
|
|
|
2708
2779
|
}
|
|
2709
2780
|
|
|
2710
2781
|
/**
|
|
2711
|
-
*
|
|
2782
|
+
* 会员资金交易明细信息
|
|
2712
2783
|
*/
|
|
2713
|
-
export interface
|
|
2784
|
+
export interface FundsTransactionItem {
|
|
2714
2785
|
/**
|
|
2715
|
-
*
|
|
2786
|
+
* 资金交易类型。
|
|
2787
|
+
__1__:提现/退款
|
|
2788
|
+
__2__:清分/充值
|
|
2789
|
+
*/
|
|
2790
|
+
TransType: string
|
|
2791
|
+
|
|
2792
|
+
/**
|
|
2793
|
+
* 银行记账说明。
|
|
2716
2794
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2717
2795
|
*/
|
|
2718
|
-
|
|
2796
|
+
BankBookingMessage: string
|
|
2719
2797
|
|
|
2720
2798
|
/**
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2799
|
+
* 交易状态。
|
|
2800
|
+
__0__:成功
|
|
2801
|
+
*/
|
|
2802
|
+
TranStatus: string
|
|
2724
2803
|
|
|
2725
2804
|
/**
|
|
2726
|
-
*
|
|
2805
|
+
* 业务方会员标识。
|
|
2806
|
+
_平安渠道为交易网会员代码_
|
|
2727
2807
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2728
2808
|
*/
|
|
2729
|
-
|
|
2809
|
+
TransNetMemberCode: string
|
|
2730
2810
|
|
|
2731
2811
|
/**
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2812
|
+
* 子账户账号。
|
|
2813
|
+
_平安渠道为见证子账户的账号_
|
|
2814
|
+
*/
|
|
2815
|
+
SubAccountNumber: string
|
|
2736
2816
|
|
|
2737
|
-
/**
|
|
2738
|
-
* RegisterBill返回参数结构体
|
|
2739
|
-
*/
|
|
2740
|
-
export interface RegisterBillResponse {
|
|
2741
2817
|
/**
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2818
|
+
* 子账户名称。
|
|
2819
|
+
_平安渠道为见证子账户的户名_
|
|
2820
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2821
|
+
*/
|
|
2822
|
+
SubAccountName: string
|
|
2745
2823
|
|
|
2746
2824
|
/**
|
|
2747
|
-
*
|
|
2825
|
+
* 交易金额。
|
|
2748
2826
|
*/
|
|
2749
|
-
|
|
2827
|
+
TransAmount: string
|
|
2750
2828
|
|
|
2751
2829
|
/**
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2830
|
+
* 交易手续费。
|
|
2831
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2832
|
+
*/
|
|
2833
|
+
TransFee: string
|
|
2834
|
+
|
|
2835
|
+
/**
|
|
2836
|
+
* 交易日期,格式:yyyyMMdd。
|
|
2837
|
+
*/
|
|
2838
|
+
TransDate: string
|
|
2839
|
+
|
|
2840
|
+
/**
|
|
2841
|
+
* 交易时间,格式:HHmmss。
|
|
2842
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2843
|
+
*/
|
|
2844
|
+
TransTime: string
|
|
2845
|
+
|
|
2846
|
+
/**
|
|
2847
|
+
* 银行系统流水号。
|
|
2848
|
+
_平安渠道为见证系统流水号_
|
|
2849
|
+
*/
|
|
2850
|
+
BankSequenceNumber: string
|
|
2851
|
+
|
|
2852
|
+
/**
|
|
2853
|
+
* 备注。
|
|
2854
|
+
_平安渠道,如果是见证+收单的交易,返回交易订单号_
|
|
2855
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2856
|
+
*/
|
|
2857
|
+
Remark: string
|
|
2858
|
+
}
|
|
2859
|
+
|
|
2860
|
+
/**
|
|
2861
|
+
* AddMerchant返回参数结构体
|
|
2862
|
+
*/
|
|
2863
|
+
export interface AddMerchantResponse {
|
|
2864
|
+
/**
|
|
2865
|
+
* 业务系统返回消息
|
|
2866
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2867
|
+
*/
|
|
2868
|
+
ErrMessage: string
|
|
2869
|
+
|
|
2870
|
+
/**
|
|
2871
|
+
* 业务系统返回码,0表示成功,其他表示失败。
|
|
2872
|
+
*/
|
|
2873
|
+
ErrCode: string
|
|
2874
|
+
|
|
2875
|
+
/**
|
|
2876
|
+
* 添加商户响应对象
|
|
2877
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2878
|
+
*/
|
|
2879
|
+
Result: AddMerchantResult
|
|
2880
|
+
|
|
2881
|
+
/**
|
|
2882
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2883
|
+
*/
|
|
2884
|
+
RequestId?: string
|
|
2885
|
+
}
|
|
2886
|
+
|
|
2887
|
+
/**
|
|
2888
|
+
* RegisterBill返回参数结构体
|
|
2889
|
+
*/
|
|
2890
|
+
export interface RegisterBillResponse {
|
|
2891
|
+
/**
|
|
2892
|
+
* 银行流水号
|
|
2893
|
+
*/
|
|
2894
|
+
FrontSeqNo?: string
|
|
2895
|
+
|
|
2896
|
+
/**
|
|
2897
|
+
* 保留字段
|
|
2898
|
+
*/
|
|
2899
|
+
ReservedMessage?: string
|
|
2900
|
+
|
|
2901
|
+
/**
|
|
2902
|
+
* 请求类型
|
|
2903
|
+
*/
|
|
2904
|
+
RequestType?: string
|
|
2905
|
+
|
|
2756
2906
|
/**
|
|
2757
2907
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2758
2908
|
*/
|
|
@@ -2856,11 +3006,6 @@ export interface ViewMerchantRequest {
|
|
|
2856
3006
|
*/
|
|
2857
3007
|
OpenKey: string
|
|
2858
3008
|
|
|
2859
|
-
/**
|
|
2860
|
-
* 沙箱环境填sandbox,正式环境不填
|
|
2861
|
-
*/
|
|
2862
|
-
Profile?: string
|
|
2863
|
-
|
|
2864
3009
|
/**
|
|
2865
3010
|
* 外部商户主键编号(MerchantNo或OutMerchantId必须传一个)
|
|
2866
3011
|
*/
|
|
@@ -2870,6 +3015,11 @@ export interface ViewMerchantRequest {
|
|
|
2870
3015
|
* 商户编号(MerchantNo或OutMerchantId必须传一个)
|
|
2871
3016
|
*/
|
|
2872
3017
|
MerchantNo?: string
|
|
3018
|
+
|
|
3019
|
+
/**
|
|
3020
|
+
* 沙箱环境填sandbox,正式环境不填
|
|
3021
|
+
*/
|
|
3022
|
+
Profile?: string
|
|
2873
3023
|
}
|
|
2874
3024
|
|
|
2875
3025
|
/**
|
|
@@ -3568,12 +3718,12 @@ export interface CreateOpenBankMerchantResult {
|
|
|
3568
3718
|
*/
|
|
3569
3719
|
export interface DistributeQueryReceiverRequest {
|
|
3570
3720
|
/**
|
|
3571
|
-
*
|
|
3721
|
+
* 使用门店OpenId
|
|
3572
3722
|
*/
|
|
3573
3723
|
OpenId: string
|
|
3574
3724
|
|
|
3575
3725
|
/**
|
|
3576
|
-
*
|
|
3726
|
+
* 使用门店OpenKey
|
|
3577
3727
|
*/
|
|
3578
3728
|
OpenKey: string
|
|
3579
3729
|
|
|
@@ -4190,6 +4340,39 @@ export interface ViewMerchantResult {
|
|
|
4190
4340
|
TaxCollectionNo?: string
|
|
4191
4341
|
}
|
|
4192
4342
|
|
|
4343
|
+
/**
|
|
4344
|
+
* QueryOpenBankSupportBankList请求参数结构体
|
|
4345
|
+
*/
|
|
4346
|
+
export interface QueryOpenBankSupportBankListRequest {
|
|
4347
|
+
/**
|
|
4348
|
+
* 渠道商户ID。
|
|
4349
|
+
*/
|
|
4350
|
+
ChannelMerchantId: string
|
|
4351
|
+
|
|
4352
|
+
/**
|
|
4353
|
+
* 渠道名称。
|
|
4354
|
+
__TENPAY__: 商企付
|
|
4355
|
+
__WECHAT__: 微信支付
|
|
4356
|
+
__ALIPAY__: 支付宝
|
|
4357
|
+
*/
|
|
4358
|
+
ChannelName: string
|
|
4359
|
+
|
|
4360
|
+
/**
|
|
4361
|
+
* 支付方式。
|
|
4362
|
+
__EBANK_PAYMENT__:ebank付款
|
|
4363
|
+
__OPENBANK_PAYMENT__: openbank付款
|
|
4364
|
+
*/
|
|
4365
|
+
PaymentMethod: string
|
|
4366
|
+
|
|
4367
|
+
/**
|
|
4368
|
+
* 环境类型。
|
|
4369
|
+
__release__:生产环境
|
|
4370
|
+
__sandbox__:沙箱环境
|
|
4371
|
+
_不填默认为生产环境_
|
|
4372
|
+
*/
|
|
4373
|
+
Environment?: string
|
|
4374
|
+
}
|
|
4375
|
+
|
|
4193
4376
|
/**
|
|
4194
4377
|
* 提交贸易材料结果
|
|
4195
4378
|
*/
|
|
@@ -4308,6 +4491,16 @@ development: 开发环境
|
|
|
4308
4491
|
MidasEnvironment?: string
|
|
4309
4492
|
}
|
|
4310
4493
|
|
|
4494
|
+
/**
|
|
4495
|
+
* 查询支持的银行列表返回结果
|
|
4496
|
+
*/
|
|
4497
|
+
export interface QueryOpenBankSupportBankListResult {
|
|
4498
|
+
/**
|
|
4499
|
+
* 支持的银行列表
|
|
4500
|
+
*/
|
|
4501
|
+
SupportBankList: Array<SupportBankInfo>
|
|
4502
|
+
}
|
|
4503
|
+
|
|
4311
4504
|
/**
|
|
4312
4505
|
* BindRelateAcctSmallAmount请求参数结构体
|
|
4313
4506
|
*/
|
|
@@ -5227,12 +5420,12 @@ export interface QueryExceedingInfoResult {
|
|
|
5227
5420
|
*/
|
|
5228
5421
|
export interface QueryMerchantPayWayListRequest {
|
|
5229
5422
|
/**
|
|
5230
|
-
*
|
|
5423
|
+
* 使用门店OpenId
|
|
5231
5424
|
*/
|
|
5232
5425
|
OpenId: string
|
|
5233
5426
|
|
|
5234
5427
|
/**
|
|
5235
|
-
*
|
|
5428
|
+
* 使用门店OpenKey
|
|
5236
5429
|
*/
|
|
5237
5430
|
OpenKey: string
|
|
5238
5431
|
|
|
@@ -5397,69 +5590,69 @@ export interface CreateInvoiceResponse {
|
|
|
5397
5590
|
*/
|
|
5398
5591
|
export interface AddMerchantRequest {
|
|
5399
5592
|
/**
|
|
5400
|
-
*
|
|
5593
|
+
* 收单系统分配的开放ID
|
|
5401
5594
|
*/
|
|
5402
|
-
|
|
5595
|
+
OpenId: string
|
|
5403
5596
|
|
|
5404
5597
|
/**
|
|
5405
|
-
*
|
|
5598
|
+
* 收单系统分配的密钥
|
|
5406
5599
|
*/
|
|
5407
|
-
|
|
5600
|
+
OpenKey: string
|
|
5408
5601
|
|
|
5409
5602
|
/**
|
|
5410
|
-
*
|
|
5603
|
+
* 机构商户主键(系统有唯一性校验),建议使用商户表的主键ID,防止重复添加商户
|
|
5411
5604
|
*/
|
|
5412
|
-
|
|
5605
|
+
OutMerchantId: string
|
|
5413
5606
|
|
|
5414
5607
|
/**
|
|
5415
|
-
*
|
|
5608
|
+
* 商户名称,小微商户命名要符合“”商户_名字” (例如:商户_张三)
|
|
5416
5609
|
*/
|
|
5417
|
-
|
|
5610
|
+
MerchantName: string
|
|
5418
5611
|
|
|
5419
5612
|
/**
|
|
5420
|
-
*
|
|
5613
|
+
* 营业执照类型(1三证合一,2非三证合一)
|
|
5421
5614
|
*/
|
|
5422
|
-
|
|
5615
|
+
BusinessLicenseType: string
|
|
5423
5616
|
|
|
5424
5617
|
/**
|
|
5425
|
-
*
|
|
5618
|
+
* 营业执照编号(系统有唯一性校验),(小微商户不效验,随意传要有值,公司/个体户必传)
|
|
5426
5619
|
*/
|
|
5427
|
-
|
|
5620
|
+
BusinessLicenseNo: string
|
|
5428
5621
|
|
|
5429
5622
|
/**
|
|
5430
|
-
*
|
|
5623
|
+
* 营业执照图片【私密区】(系统返回的图片路径),(小微商户不效验,随意传要有值,公司/个体户必传)
|
|
5431
5624
|
*/
|
|
5432
|
-
|
|
5625
|
+
BusinessLicensePicture: string
|
|
5433
5626
|
|
|
5434
5627
|
/**
|
|
5435
|
-
*
|
|
5628
|
+
* 营业执照生效时间(yyyy-mm-dd),(小微商户不效验,随意传要有值,公司/个体户必传)
|
|
5436
5629
|
*/
|
|
5437
|
-
|
|
5630
|
+
BusinessLicenseStartDate: string
|
|
5438
5631
|
|
|
5439
5632
|
/**
|
|
5440
|
-
*
|
|
5633
|
+
* 营业执照过期时间(yyyy-mm-dd),(小微商户不效验,随意传要有值,公司/个体户必传)
|
|
5441
5634
|
*/
|
|
5442
|
-
|
|
5635
|
+
BusinessLicenseEndDate: string
|
|
5443
5636
|
|
|
5444
5637
|
/**
|
|
5445
|
-
*
|
|
5638
|
+
* 行业分类编号列表(第一个分类编号为主分类,后面的为二级分类)
|
|
5446
5639
|
*/
|
|
5447
|
-
|
|
5640
|
+
ClassificationIds: Array<string>
|
|
5448
5641
|
|
|
5449
5642
|
/**
|
|
5450
|
-
*
|
|
5643
|
+
* 招牌名称
|
|
5451
5644
|
*/
|
|
5452
|
-
|
|
5645
|
+
BrandName: string
|
|
5453
5646
|
|
|
5454
5647
|
/**
|
|
5455
|
-
*
|
|
5648
|
+
* 联系电话
|
|
5456
5649
|
*/
|
|
5457
|
-
|
|
5650
|
+
Telephone: string
|
|
5458
5651
|
|
|
5459
5652
|
/**
|
|
5460
|
-
*
|
|
5653
|
+
* 城市编号
|
|
5461
5654
|
*/
|
|
5462
|
-
|
|
5655
|
+
CityId: string
|
|
5463
5656
|
|
|
5464
5657
|
/**
|
|
5465
5658
|
* 详细地址,不含省市区县名称,长度需要大于5。
|
|
@@ -5467,104 +5660,89 @@ export interface AddMerchantRequest {
|
|
|
5467
5660
|
Address: string
|
|
5468
5661
|
|
|
5469
5662
|
/**
|
|
5470
|
-
*
|
|
5471
|
-
*/
|
|
5472
|
-
BossIdCountry: string
|
|
5473
|
-
|
|
5474
|
-
/**
|
|
5475
|
-
* 收单系统分配的开放ID
|
|
5663
|
+
* 营业时间,多个以小写逗号分开(9:00-12:00,13:00-18:00)
|
|
5476
5664
|
*/
|
|
5477
|
-
|
|
5665
|
+
OpenHours: string
|
|
5478
5666
|
|
|
5479
5667
|
/**
|
|
5480
|
-
*
|
|
5668
|
+
* 结算账户类型(2对私,1对公)
|
|
5481
5669
|
*/
|
|
5482
|
-
|
|
5670
|
+
AccountType: string
|
|
5483
5671
|
|
|
5484
5672
|
/**
|
|
5485
|
-
*
|
|
5673
|
+
* 清算联行号,开户行行号
|
|
5486
5674
|
*/
|
|
5487
|
-
|
|
5675
|
+
BankNo: string
|
|
5488
5676
|
|
|
5489
5677
|
/**
|
|
5490
|
-
*
|
|
5678
|
+
* 开户行名称
|
|
5491
5679
|
*/
|
|
5492
|
-
|
|
5680
|
+
BankName: string
|
|
5493
5681
|
|
|
5494
5682
|
/**
|
|
5495
|
-
*
|
|
5683
|
+
* 银行账号
|
|
5496
5684
|
*/
|
|
5497
|
-
|
|
5685
|
+
AccountNo: string
|
|
5498
5686
|
|
|
5499
5687
|
/**
|
|
5500
|
-
*
|
|
5688
|
+
* 银行户名
|
|
5501
5689
|
*/
|
|
5502
|
-
|
|
5690
|
+
AccountName: string
|
|
5503
5691
|
|
|
5504
5692
|
/**
|
|
5505
|
-
*
|
|
5693
|
+
* 法人证件类型(1居民身份证,2临时居民身份证,3居民户口簿,4护照,5港澳居民来往内地通行证,6回乡证,7军人证,8武警身份证,9其他法定文件)
|
|
5506
5694
|
*/
|
|
5507
|
-
|
|
5695
|
+
BossIdType: string
|
|
5508
5696
|
|
|
5509
5697
|
/**
|
|
5510
|
-
*
|
|
5698
|
+
* 法人证件号码
|
|
5511
5699
|
*/
|
|
5512
|
-
|
|
5700
|
+
BossIdNo: string
|
|
5513
5701
|
|
|
5514
5702
|
/**
|
|
5515
|
-
*
|
|
5703
|
+
* 法人姓名
|
|
5516
5704
|
*/
|
|
5517
|
-
|
|
5705
|
+
BossName: string
|
|
5518
5706
|
|
|
5519
5707
|
/**
|
|
5520
|
-
*
|
|
5708
|
+
* 法人性别(1男,2女)
|
|
5521
5709
|
*/
|
|
5522
|
-
|
|
5710
|
+
BossSex: string
|
|
5523
5711
|
|
|
5524
5712
|
/**
|
|
5525
|
-
*
|
|
5713
|
+
* 法人证件国别/地区(中国CHN,香港HKG,澳门MAC,台湾CTN)
|
|
5526
5714
|
*/
|
|
5527
|
-
|
|
5715
|
+
BossIdCountry: string
|
|
5528
5716
|
|
|
5529
5717
|
/**
|
|
5530
5718
|
* 法人身份证正面【私密区】(系统返回的图片路径)
|
|
5531
5719
|
*/
|
|
5532
5720
|
BossPositive: string
|
|
5533
5721
|
|
|
5534
|
-
/**
|
|
5535
|
-
* 城市编号
|
|
5536
|
-
*/
|
|
5537
|
-
CityId: string
|
|
5538
|
-
|
|
5539
5722
|
/**
|
|
5540
5723
|
* 法人身份证背面【私密区】(系统返回的图片路径)
|
|
5541
5724
|
*/
|
|
5542
5725
|
BossBack: string
|
|
5543
5726
|
|
|
5544
5727
|
/**
|
|
5545
|
-
*
|
|
5546
|
-
*/
|
|
5547
|
-
OutMerchantId: string
|
|
5548
|
-
|
|
5549
|
-
/**
|
|
5550
|
-
* 组织机构代码证生效时间(yyyy-mm-dd)
|
|
5728
|
+
* 法人证件生效时间(yyyy-mm-dd)
|
|
5551
5729
|
*/
|
|
5552
|
-
|
|
5730
|
+
BossStartDate: string
|
|
5553
5731
|
|
|
5554
5732
|
/**
|
|
5555
|
-
*
|
|
5733
|
+
* 法人证件过期时间(yyyy-mm-dd)
|
|
5556
5734
|
*/
|
|
5557
|
-
|
|
5735
|
+
BossEndDate: string
|
|
5558
5736
|
|
|
5559
5737
|
/**
|
|
5560
|
-
*
|
|
5738
|
+
* 许可证图片【私密区】,(小微商户不效验,随意传要有值,公司/个体户必传)
|
|
5561
5739
|
*/
|
|
5562
|
-
|
|
5740
|
+
LicencePicture: string
|
|
5563
5741
|
|
|
5564
5742
|
/**
|
|
5565
|
-
*
|
|
5743
|
+
* 商户类型:1-个体,2-小微,3-企业。不传默认为2-小微商户。
|
|
5566
5744
|
*/
|
|
5567
|
-
|
|
5745
|
+
Type?: string
|
|
5568
5746
|
|
|
5569
5747
|
/**
|
|
5570
5748
|
* 组织机构代码证号
|
|
@@ -5572,29 +5750,29 @@ export interface AddMerchantRequest {
|
|
|
5572
5750
|
OrganizationNo?: string
|
|
5573
5751
|
|
|
5574
5752
|
/**
|
|
5575
|
-
*
|
|
5753
|
+
* 组织机构代码证生效时间(yyyy-mm-dd)
|
|
5576
5754
|
*/
|
|
5577
|
-
|
|
5755
|
+
OrganizationStartDate?: string
|
|
5578
5756
|
|
|
5579
5757
|
/**
|
|
5580
|
-
*
|
|
5758
|
+
* 组织机构代码证图片【私密区】
|
|
5581
5759
|
*/
|
|
5582
|
-
|
|
5760
|
+
OrganizationPicture?: string
|
|
5583
5761
|
|
|
5584
5762
|
/**
|
|
5585
|
-
*
|
|
5763
|
+
* 组织机构代码证过期时间(yyyy-mm-dd)
|
|
5586
5764
|
*/
|
|
5587
|
-
|
|
5765
|
+
OrganizationEndDate?: string
|
|
5588
5766
|
|
|
5589
5767
|
/**
|
|
5590
|
-
*
|
|
5768
|
+
* 商户简介
|
|
5591
5769
|
*/
|
|
5592
|
-
|
|
5770
|
+
Intro?: string
|
|
5593
5771
|
|
|
5594
5772
|
/**
|
|
5595
|
-
*
|
|
5773
|
+
* 商户logo【公共区】
|
|
5596
5774
|
*/
|
|
5597
|
-
|
|
5775
|
+
Logo?: string
|
|
5598
5776
|
|
|
5599
5777
|
/**
|
|
5600
5778
|
* 商户标记,自定义参数
|
|
@@ -5602,14 +5780,19 @@ export interface AddMerchantRequest {
|
|
|
5602
5780
|
Tag?: string
|
|
5603
5781
|
|
|
5604
5782
|
/**
|
|
5605
|
-
*
|
|
5783
|
+
* 财务联系人电话
|
|
5606
5784
|
*/
|
|
5607
|
-
|
|
5785
|
+
FinancialTelephone?: string
|
|
5608
5786
|
|
|
5609
5787
|
/**
|
|
5610
|
-
*
|
|
5788
|
+
* 财务联系人
|
|
5611
5789
|
*/
|
|
5612
|
-
|
|
5790
|
+
FinancialContact?: string
|
|
5791
|
+
|
|
5792
|
+
/**
|
|
5793
|
+
* 税务登记证号
|
|
5794
|
+
*/
|
|
5795
|
+
TaxRegistrationNo?: string
|
|
5613
5796
|
|
|
5614
5797
|
/**
|
|
5615
5798
|
* 税务登记证图片【私密区】
|
|
@@ -5617,34 +5800,34 @@ export interface AddMerchantRequest {
|
|
|
5617
5800
|
TaxRegistrationPicture?: string
|
|
5618
5801
|
|
|
5619
5802
|
/**
|
|
5620
|
-
*
|
|
5803
|
+
* 税务登记证生效时间(yyyy-mm-dd)
|
|
5621
5804
|
*/
|
|
5622
|
-
|
|
5805
|
+
TaxRegistrationStartDate?: string
|
|
5623
5806
|
|
|
5624
5807
|
/**
|
|
5625
|
-
*
|
|
5808
|
+
* 税务登记证过期时间(yyyy-mm-dd)
|
|
5626
5809
|
*/
|
|
5627
|
-
|
|
5810
|
+
TaxRegistrationEndDate?: string
|
|
5628
5811
|
|
|
5629
5812
|
/**
|
|
5630
|
-
*
|
|
5813
|
+
* 结算账户人身份(1法人,2法人亲属),结算帐户为对私时必填
|
|
5631
5814
|
*/
|
|
5632
|
-
|
|
5815
|
+
AccountBoss?: string
|
|
5633
5816
|
|
|
5634
5817
|
/**
|
|
5635
|
-
*
|
|
5818
|
+
* 客户经理姓名,必须为系统后台的管理员真实姓名
|
|
5636
5819
|
*/
|
|
5637
|
-
|
|
5820
|
+
AccountManagerName?: string
|
|
5638
5821
|
|
|
5639
5822
|
/**
|
|
5640
|
-
*
|
|
5823
|
+
* 法人电话
|
|
5641
5824
|
*/
|
|
5642
|
-
|
|
5825
|
+
BossTelephone?: string
|
|
5643
5826
|
|
|
5644
5827
|
/**
|
|
5645
|
-
*
|
|
5828
|
+
* 法人职业
|
|
5646
5829
|
*/
|
|
5647
|
-
|
|
5830
|
+
BossJob?: string
|
|
5648
5831
|
|
|
5649
5832
|
/**
|
|
5650
5833
|
* 法人邮箱
|
|
@@ -5652,39 +5835,49 @@ export interface AddMerchantRequest {
|
|
|
5652
5835
|
BossEmail?: string
|
|
5653
5836
|
|
|
5654
5837
|
/**
|
|
5655
|
-
*
|
|
5838
|
+
* 法人住址
|
|
5656
5839
|
*/
|
|
5657
|
-
|
|
5840
|
+
BossAddress?: string
|
|
5658
5841
|
|
|
5659
5842
|
/**
|
|
5660
|
-
*
|
|
5843
|
+
* 法人亲属证件类型(1居民身份证,2临时居民身份证,3居民户口簿,4护照,5港澳居民来往内地通行证,6回乡证,7军人证,8武警身份证,9其他法定文件)结算账户人身份为法人亲属时必填
|
|
5661
5844
|
*/
|
|
5662
|
-
|
|
5845
|
+
AccountIdType?: string
|
|
5663
5846
|
|
|
5664
5847
|
/**
|
|
5665
|
-
*
|
|
5848
|
+
* 法人亲属证件号码
|
|
5666
5849
|
*/
|
|
5667
|
-
|
|
5850
|
+
AccountIdNo?: string
|
|
5668
5851
|
|
|
5669
5852
|
/**
|
|
5670
|
-
*
|
|
5853
|
+
* 授权文件【私密区】
|
|
5671
5854
|
*/
|
|
5672
|
-
|
|
5855
|
+
LicencePictureTwo?: string
|
|
5673
5856
|
|
|
5674
5857
|
/**
|
|
5675
|
-
* 其他资料
|
|
5858
|
+
* 其他资料1
|
|
5676
5859
|
*/
|
|
5677
|
-
|
|
5860
|
+
OtherPictureOne?: string
|
|
5678
5861
|
|
|
5679
5862
|
/**
|
|
5680
|
-
*
|
|
5863
|
+
* 其他资料2
|
|
5681
5864
|
*/
|
|
5682
|
-
|
|
5865
|
+
OtherPictureTwo?: string
|
|
5683
5866
|
|
|
5684
5867
|
/**
|
|
5685
|
-
*
|
|
5868
|
+
* 其他资料3
|
|
5686
5869
|
*/
|
|
5687
|
-
|
|
5870
|
+
OtherPictureThree?: string
|
|
5871
|
+
|
|
5872
|
+
/**
|
|
5873
|
+
* 其他资料4
|
|
5874
|
+
*/
|
|
5875
|
+
OtherPictureFour?: string
|
|
5876
|
+
|
|
5877
|
+
/**
|
|
5878
|
+
* 沙箱环境填sandbox,正式环境不填
|
|
5879
|
+
*/
|
|
5880
|
+
Profile?: string
|
|
5688
5881
|
}
|
|
5689
5882
|
|
|
5690
5883
|
/**
|
|
@@ -6433,6 +6626,25 @@ export interface CreateAgentTaxPaymentInfosRequest {
|
|
|
6433
6626
|
Profile?: string
|
|
6434
6627
|
}
|
|
6435
6628
|
|
|
6629
|
+
/**
|
|
6630
|
+
* QueryReconciliationFileApplyInfo请求参数结构体
|
|
6631
|
+
*/
|
|
6632
|
+
export interface QueryReconciliationFileApplyInfoRequest {
|
|
6633
|
+
/**
|
|
6634
|
+
* 申请对账文件的任务ID。
|
|
6635
|
+
*/
|
|
6636
|
+
ApplyFileId: string
|
|
6637
|
+
|
|
6638
|
+
/**
|
|
6639
|
+
* 环境名。
|
|
6640
|
+
__release__: 现网环境
|
|
6641
|
+
__sandbox__: 沙箱环境
|
|
6642
|
+
__development__: 开发环境
|
|
6643
|
+
_缺省: release_
|
|
6644
|
+
*/
|
|
6645
|
+
MidasEnvironment?: string
|
|
6646
|
+
}
|
|
6647
|
+
|
|
6436
6648
|
/**
|
|
6437
6649
|
* QueryBillDownloadURL返回参数结构体
|
|
6438
6650
|
*/
|
|
@@ -6707,12 +6919,12 @@ export interface RefundOrderResponse {
|
|
|
6707
6919
|
*/
|
|
6708
6920
|
export interface QueryOrderStatusRequest {
|
|
6709
6921
|
/**
|
|
6710
|
-
*
|
|
6922
|
+
* 使用门店OpenId
|
|
6711
6923
|
*/
|
|
6712
6924
|
OpenId: string
|
|
6713
6925
|
|
|
6714
6926
|
/**
|
|
6715
|
-
*
|
|
6927
|
+
* 使用门店OpenKey
|
|
6716
6928
|
*/
|
|
6717
6929
|
OpenKey: string
|
|
6718
6930
|
|
|
@@ -7047,6 +7259,34 @@ export interface UploadTaxListResponse {
|
|
|
7047
7259
|
RequestId?: string
|
|
7048
7260
|
}
|
|
7049
7261
|
|
|
7262
|
+
/**
|
|
7263
|
+
* QueryReconciliationFileApplyInfo返回参数结构体
|
|
7264
|
+
*/
|
|
7265
|
+
export interface QueryReconciliationFileApplyInfoResponse {
|
|
7266
|
+
/**
|
|
7267
|
+
* 错误码。
|
|
7268
|
+
__SUCCESS__: 成功
|
|
7269
|
+
__其他__: 见附录-错误码表
|
|
7270
|
+
*/
|
|
7271
|
+
ErrCode: string
|
|
7272
|
+
|
|
7273
|
+
/**
|
|
7274
|
+
* 错误消息。
|
|
7275
|
+
*/
|
|
7276
|
+
ErrMessage: string
|
|
7277
|
+
|
|
7278
|
+
/**
|
|
7279
|
+
* 返回结果。
|
|
7280
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7281
|
+
*/
|
|
7282
|
+
Result: QueryReconciliationFileApplyInfoResult
|
|
7283
|
+
|
|
7284
|
+
/**
|
|
7285
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
7286
|
+
*/
|
|
7287
|
+
RequestId?: string
|
|
7288
|
+
}
|
|
7289
|
+
|
|
7050
7290
|
/**
|
|
7051
7291
|
* BindRelateAcctUnionPay请求参数结构体
|
|
7052
7292
|
*/
|
|
@@ -7118,32 +7358,33 @@ export interface BindRelateAcctUnionPayRequest {
|
|
|
7118
7358
|
}
|
|
7119
7359
|
|
|
7120
7360
|
/**
|
|
7121
|
-
*
|
|
7361
|
+
* 查询会员资金交易信息列表结果
|
|
7122
7362
|
*/
|
|
7123
|
-
export interface
|
|
7363
|
+
export interface QueryFundsTransactionDetailsResult {
|
|
7124
7364
|
/**
|
|
7125
|
-
|
|
7126
|
-
|
|
7127
|
-
|
|
7128
|
-
FileName: string
|
|
7365
|
+
* 本次交易返回查询结果记录数。
|
|
7366
|
+
*/
|
|
7367
|
+
ResultCount: number
|
|
7129
7368
|
|
|
7130
7369
|
/**
|
|
7131
|
-
*
|
|
7370
|
+
* 符合业务查询条件的记录总数。
|
|
7132
7371
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7133
7372
|
*/
|
|
7134
|
-
|
|
7373
|
+
TotalCount: number
|
|
7135
7374
|
|
|
7136
7375
|
/**
|
|
7137
|
-
*
|
|
7376
|
+
* 结束标志。
|
|
7377
|
+
__0__:否
|
|
7378
|
+
__1__:是
|
|
7138
7379
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7139
7380
|
*/
|
|
7140
|
-
|
|
7381
|
+
EndFlag: string
|
|
7141
7382
|
|
|
7142
7383
|
/**
|
|
7143
|
-
*
|
|
7384
|
+
* 会员资金交易信息数组。
|
|
7144
7385
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7145
7386
|
*/
|
|
7146
|
-
|
|
7387
|
+
TranItemArray: Array<FundsTransactionItem>
|
|
7147
7388
|
}
|
|
7148
7389
|
|
|
7149
7390
|
/**
|
|
@@ -7288,24 +7529,19 @@ export interface QueryMerchantInfoForManagementRequest {
|
|
|
7288
7529
|
*/
|
|
7289
7530
|
export interface UnifiedTlinxOrderRequest {
|
|
7290
7531
|
/**
|
|
7291
|
-
*
|
|
7292
|
-
*/
|
|
7293
|
-
DeveloperNo: string
|
|
7294
|
-
|
|
7295
|
-
/**
|
|
7296
|
-
* 收单系统分配的开放ID
|
|
7532
|
+
* 使用门店OpenId
|
|
7297
7533
|
*/
|
|
7298
7534
|
OpenId: string
|
|
7299
7535
|
|
|
7300
7536
|
/**
|
|
7301
|
-
*
|
|
7537
|
+
* 使用门店OpenKey
|
|
7302
7538
|
*/
|
|
7303
|
-
|
|
7539
|
+
OpenKey: string
|
|
7304
7540
|
|
|
7305
7541
|
/**
|
|
7306
|
-
*
|
|
7542
|
+
* 开发者流水号
|
|
7307
7543
|
*/
|
|
7308
|
-
|
|
7544
|
+
DeveloperNo: string
|
|
7309
7545
|
|
|
7310
7546
|
/**
|
|
7311
7547
|
* 支付标签
|
|
@@ -7318,24 +7554,24 @@ export interface UnifiedTlinxOrderRequest {
|
|
|
7318
7554
|
TradeAmount: string
|
|
7319
7555
|
|
|
7320
7556
|
/**
|
|
7321
|
-
*
|
|
7557
|
+
* 交易结果异步通知url地址
|
|
7322
7558
|
*/
|
|
7323
|
-
|
|
7559
|
+
NotifyUrl: string
|
|
7324
7560
|
|
|
7325
7561
|
/**
|
|
7326
|
-
*
|
|
7562
|
+
* 付款方式名称(当PayTag为Diy时,PayName不能为空)
|
|
7327
7563
|
*/
|
|
7328
|
-
|
|
7564
|
+
PayName?: string
|
|
7329
7565
|
|
|
7330
7566
|
/**
|
|
7331
|
-
*
|
|
7567
|
+
* 公众号支付时,支付成功后跳转url地址
|
|
7332
7568
|
*/
|
|
7333
|
-
|
|
7569
|
+
JumpUrl?: string
|
|
7334
7570
|
|
|
7335
7571
|
/**
|
|
7336
|
-
*
|
|
7572
|
+
* 订单名称(描述)
|
|
7337
7573
|
*/
|
|
7338
|
-
|
|
7574
|
+
OrderName?: string
|
|
7339
7575
|
|
|
7340
7576
|
/**
|
|
7341
7577
|
* 原始交易金额(以分为单位,没有小数点)
|
|
@@ -7343,44 +7579,44 @@ export interface UnifiedTlinxOrderRequest {
|
|
|
7343
7579
|
OriginalAmount?: string
|
|
7344
7580
|
|
|
7345
7581
|
/**
|
|
7346
|
-
*
|
|
7582
|
+
* 抹零金额(以分为单位,没有小数点)
|
|
7347
7583
|
*/
|
|
7348
|
-
|
|
7584
|
+
IgnoreAmount?: string
|
|
7349
7585
|
|
|
7350
7586
|
/**
|
|
7351
|
-
*
|
|
7587
|
+
* 折扣金额(以分为单位,没有小数点)
|
|
7352
7588
|
*/
|
|
7353
|
-
|
|
7589
|
+
DiscountAmount?: string
|
|
7354
7590
|
|
|
7355
7591
|
/**
|
|
7356
|
-
*
|
|
7592
|
+
* 交易帐号(银行卡号)
|
|
7357
7593
|
*/
|
|
7358
|
-
|
|
7594
|
+
TradeAccount?: string
|
|
7359
7595
|
|
|
7360
7596
|
/**
|
|
7361
|
-
*
|
|
7597
|
+
* 交易号(收单机构交易号)
|
|
7362
7598
|
*/
|
|
7363
|
-
|
|
7599
|
+
TradeNo?: string
|
|
7364
7600
|
|
|
7365
7601
|
/**
|
|
7366
|
-
*
|
|
7602
|
+
* 条码支付的授权码(条码抢扫手机扫到的一串数字)
|
|
7367
7603
|
*/
|
|
7368
|
-
|
|
7604
|
+
AuthCode?: string
|
|
7369
7605
|
|
|
7370
7606
|
/**
|
|
7371
|
-
*
|
|
7607
|
+
* 订单标记,订单附加数据。
|
|
7372
7608
|
*/
|
|
7373
|
-
|
|
7609
|
+
Tag?: string
|
|
7374
7610
|
|
|
7375
7611
|
/**
|
|
7376
|
-
*
|
|
7612
|
+
* 订单备注
|
|
7377
7613
|
*/
|
|
7378
|
-
|
|
7614
|
+
Remark?: string
|
|
7379
7615
|
|
|
7380
7616
|
/**
|
|
7381
|
-
*
|
|
7617
|
+
* 收单机构原始交易报文,请转换为json
|
|
7382
7618
|
*/
|
|
7383
|
-
|
|
7619
|
+
TradeResult?: string
|
|
7384
7620
|
|
|
7385
7621
|
/**
|
|
7386
7622
|
* 0-不分账,1-需分账。为1时标记为待分账订单,待分账订单不会进行清算。不传默认为不分账。
|
|
@@ -7403,6 +7639,11 @@ export interface UnifiedTlinxOrderRequest {
|
|
|
7403
7639
|
用户在子商户appid下的唯一标识。
|
|
7404
7640
|
*/
|
|
7405
7641
|
SubOpenId?: string
|
|
7642
|
+
|
|
7643
|
+
/**
|
|
7644
|
+
* 沙箱环境填sandbox,正式环境不填
|
|
7645
|
+
*/
|
|
7646
|
+
Profile?: string
|
|
7406
7647
|
}
|
|
7407
7648
|
|
|
7408
7649
|
/**
|
|
@@ -7547,6 +7788,64 @@ export interface QueryExchangerateResult {
|
|
|
7547
7788
|
Data: Array<QueryExchangerateData>
|
|
7548
7789
|
}
|
|
7549
7790
|
|
|
7791
|
+
/**
|
|
7792
|
+
* QueryMemberTransactionDetails请求参数结构体
|
|
7793
|
+
*/
|
|
7794
|
+
export interface QueryMemberTransactionDetailsRequest {
|
|
7795
|
+
/**
|
|
7796
|
+
* 查询的交易发生时间类型。
|
|
7797
|
+
__1__:当日
|
|
7798
|
+
__2__:历史
|
|
7799
|
+
*/
|
|
7800
|
+
QueryDateType: string
|
|
7801
|
+
|
|
7802
|
+
/**
|
|
7803
|
+
* 查询的交易类型。
|
|
7804
|
+
__1__:全部
|
|
7805
|
+
__2__:转出
|
|
7806
|
+
__3__:转入
|
|
7807
|
+
*/
|
|
7808
|
+
QueryTranType: string
|
|
7809
|
+
|
|
7810
|
+
/**
|
|
7811
|
+
* 父账户账号。
|
|
7812
|
+
_平安渠道为资金汇总账号_
|
|
7813
|
+
*/
|
|
7814
|
+
BankAccountNumber: string
|
|
7815
|
+
|
|
7816
|
+
/**
|
|
7817
|
+
* 子账户账号。
|
|
7818
|
+
_平安渠道为见证子账户的账号_
|
|
7819
|
+
*/
|
|
7820
|
+
SubAccountNumber: string
|
|
7821
|
+
|
|
7822
|
+
/**
|
|
7823
|
+
* 分页号, 起始值为1。
|
|
7824
|
+
*/
|
|
7825
|
+
PageOffSet: string
|
|
7826
|
+
|
|
7827
|
+
/**
|
|
7828
|
+
* 查询开始日期,格式:yyyyMMdd。
|
|
7829
|
+
__若是历史查询,则必输,当日查询时,不起作用;开始日期不能超过当前日期__
|
|
7830
|
+
*/
|
|
7831
|
+
QueryStartDate?: string
|
|
7832
|
+
|
|
7833
|
+
/**
|
|
7834
|
+
* 查询终止日期,格式:yyyyMMdd。
|
|
7835
|
+
__若是历史查询,则必输,当日查询时,不起作用;终止日期不能超过当前日期__
|
|
7836
|
+
*/
|
|
7837
|
+
QueryEndDate?: string
|
|
7838
|
+
|
|
7839
|
+
/**
|
|
7840
|
+
* 环境名。
|
|
7841
|
+
__release__: 现网环境
|
|
7842
|
+
__sandbox__: 沙箱环境
|
|
7843
|
+
__development__: 开发环境
|
|
7844
|
+
_缺省: release_
|
|
7845
|
+
*/
|
|
7846
|
+
MidasEnvironment?: string
|
|
7847
|
+
}
|
|
7848
|
+
|
|
7550
7849
|
/**
|
|
7551
7850
|
* QueryBatchPaymentResult请求参数结构体
|
|
7552
7851
|
*/
|
|
@@ -8107,34 +8406,57 @@ development: 开发环境
|
|
|
8107
8406
|
}
|
|
8108
8407
|
|
|
8109
8408
|
/**
|
|
8110
|
-
*
|
|
8409
|
+
* QueryRefund请求参数结构体
|
|
8111
8410
|
*/
|
|
8112
|
-
export interface
|
|
8411
|
+
export interface QueryRefundRequest {
|
|
8113
8412
|
/**
|
|
8114
|
-
*
|
|
8413
|
+
* 用户ID,长度不小于5位,仅支持字母和数字的组合。
|
|
8115
8414
|
*/
|
|
8116
|
-
|
|
8117
|
-
|
|
8118
|
-
/**
|
|
8119
|
-
* 日结算单:daily
|
|
8120
|
-
月结算单:monthly
|
|
8121
|
-
*/
|
|
8122
|
-
Type: string
|
|
8123
|
-
}
|
|
8415
|
+
UserId: string
|
|
8124
8416
|
|
|
8125
|
-
/**
|
|
8126
|
-
* CreateCustAcctId请求参数结构体
|
|
8127
|
-
*/
|
|
8128
|
-
export interface CreateCustAcctIdRequest {
|
|
8129
8417
|
/**
|
|
8130
|
-
*
|
|
8418
|
+
* 退款订单号,仅支持数字、字母、下划线(_)、横杠字符(-)、点(.)的组合。
|
|
8131
8419
|
*/
|
|
8132
|
-
|
|
8420
|
+
RefundId: string
|
|
8133
8421
|
|
|
8134
8422
|
/**
|
|
8135
|
-
*
|
|
8423
|
+
* 聚鑫分配的支付主MidasAppId
|
|
8136
8424
|
*/
|
|
8137
|
-
|
|
8425
|
+
MidasAppId: string
|
|
8426
|
+
|
|
8427
|
+
/**
|
|
8428
|
+
* 聚鑫分配的安全ID
|
|
8429
|
+
*/
|
|
8430
|
+
MidasSecretId: string
|
|
8431
|
+
|
|
8432
|
+
/**
|
|
8433
|
+
* 按照聚鑫安全密钥计算的签名
|
|
8434
|
+
*/
|
|
8435
|
+
MidasSignature: string
|
|
8436
|
+
|
|
8437
|
+
/**
|
|
8438
|
+
* 环境名:
|
|
8439
|
+
release: 现网环境
|
|
8440
|
+
sandbox: 沙箱环境
|
|
8441
|
+
development: 开发环境
|
|
8442
|
+
缺省: release
|
|
8443
|
+
*/
|
|
8444
|
+
MidasEnvironment?: string
|
|
8445
|
+
}
|
|
8446
|
+
|
|
8447
|
+
/**
|
|
8448
|
+
* CreateCustAcctId请求参数结构体
|
|
8449
|
+
*/
|
|
8450
|
+
export interface CreateCustAcctIdRequest {
|
|
8451
|
+
/**
|
|
8452
|
+
* STRING(2),功能标志(1: 开户; 3: 销户)
|
|
8453
|
+
*/
|
|
8454
|
+
FunctionFlag: string
|
|
8455
|
+
|
|
8456
|
+
/**
|
|
8457
|
+
* STRING(50),资金汇总账号(即收单资金归集入账的账号)
|
|
8458
|
+
*/
|
|
8459
|
+
FundSummaryAcctNo: string
|
|
8138
8460
|
|
|
8139
8461
|
/**
|
|
8140
8462
|
* STRING(32),交易网会员代码(平台端的用户ID,需要保证唯一性,可数字字母混合,如HY_120)
|
|
@@ -8250,12 +8572,12 @@ export interface CreateBatchPaymentData {
|
|
|
8250
8572
|
*/
|
|
8251
8573
|
export interface DistributeQueryRequest {
|
|
8252
8574
|
/**
|
|
8253
|
-
*
|
|
8575
|
+
* 使用门店OpenId
|
|
8254
8576
|
*/
|
|
8255
8577
|
OpenId: string
|
|
8256
8578
|
|
|
8257
8579
|
/**
|
|
8258
|
-
*
|
|
8580
|
+
* 使用门店OpenKey
|
|
8259
8581
|
*/
|
|
8260
8582
|
OpenKey: string
|
|
8261
8583
|
|
|
@@ -8265,9 +8587,9 @@ export interface DistributeQueryRequest {
|
|
|
8265
8587
|
Type: string
|
|
8266
8588
|
|
|
8267
8589
|
/**
|
|
8268
|
-
*
|
|
8590
|
+
* 商户分账单号,type为2时,和DistributeNo二者传其一
|
|
8269
8591
|
*/
|
|
8270
|
-
|
|
8592
|
+
OutDistributeNo?: string
|
|
8271
8593
|
|
|
8272
8594
|
/**
|
|
8273
8595
|
* 平台分账单号,type为2时,和OutDistributeNo二者传其一
|
|
@@ -8275,14 +8597,14 @@ export interface DistributeQueryRequest {
|
|
|
8275
8597
|
DistributeNo?: string
|
|
8276
8598
|
|
|
8277
8599
|
/**
|
|
8278
|
-
*
|
|
8600
|
+
* 平台交易订单号
|
|
8279
8601
|
*/
|
|
8280
|
-
|
|
8602
|
+
OrderNo?: string
|
|
8281
8603
|
|
|
8282
8604
|
/**
|
|
8283
|
-
*
|
|
8605
|
+
* 沙箱环境填sandbox,正式环境不填
|
|
8284
8606
|
*/
|
|
8285
|
-
|
|
8607
|
+
Profile?: string
|
|
8286
8608
|
}
|
|
8287
8609
|
|
|
8288
8610
|
/**
|
|
@@ -8726,11 +9048,6 @@ export interface ViewContractRequest {
|
|
|
8726
9048
|
*/
|
|
8727
9049
|
OpenKey: string
|
|
8728
9050
|
|
|
8729
|
-
/**
|
|
8730
|
-
* 沙箱环境填sandbox,正式环境不填
|
|
8731
|
-
*/
|
|
8732
|
-
Profile?: string
|
|
8733
|
-
|
|
8734
9051
|
/**
|
|
8735
9052
|
* 外部合同主键编号(ContractId或OutContractId必须传一个)
|
|
8736
9053
|
*/
|
|
@@ -8740,6 +9057,11 @@ export interface ViewContractRequest {
|
|
|
8740
9057
|
* 合同主键(ContractId或OutContractId必须传一个)
|
|
8741
9058
|
*/
|
|
8742
9059
|
ContractId?: string
|
|
9060
|
+
|
|
9061
|
+
/**
|
|
9062
|
+
* 沙箱环境填sandbox,正式环境不填
|
|
9063
|
+
*/
|
|
9064
|
+
Profile?: string
|
|
8743
9065
|
}
|
|
8744
9066
|
|
|
8745
9067
|
/**
|
|
@@ -10319,12 +10641,12 @@ export interface QueryInvoiceV2Request {
|
|
|
10319
10641
|
*/
|
|
10320
10642
|
export interface DistributeAccreditQueryRequest {
|
|
10321
10643
|
/**
|
|
10322
|
-
*
|
|
10644
|
+
* 使用门店OpenId
|
|
10323
10645
|
*/
|
|
10324
10646
|
OpenId: string
|
|
10325
10647
|
|
|
10326
10648
|
/**
|
|
10327
|
-
*
|
|
10649
|
+
* 使用门店OpenKey
|
|
10328
10650
|
*/
|
|
10329
10651
|
OpenKey: string
|
|
10330
10652
|
|
|
@@ -10599,6 +10921,35 @@ export interface QuerySmallAmountTransferRequest {
|
|
|
10599
10921
|
Profile?: string
|
|
10600
10922
|
}
|
|
10601
10923
|
|
|
10924
|
+
/**
|
|
10925
|
+
* 支持的银行信息
|
|
10926
|
+
*/
|
|
10927
|
+
export interface SupportBankInfo {
|
|
10928
|
+
/**
|
|
10929
|
+
* 银行简称。
|
|
10930
|
+
*/
|
|
10931
|
+
BankCode: string
|
|
10932
|
+
|
|
10933
|
+
/**
|
|
10934
|
+
* 银行名称。
|
|
10935
|
+
*/
|
|
10936
|
+
BankName: string
|
|
10937
|
+
|
|
10938
|
+
/**
|
|
10939
|
+
* 状态。
|
|
10940
|
+
__MAINTAINING__: 维护中
|
|
10941
|
+
__WORKING__: 正常工作
|
|
10942
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10943
|
+
*/
|
|
10944
|
+
MaintainStatus: string
|
|
10945
|
+
|
|
10946
|
+
/**
|
|
10947
|
+
* 银行渠道维护公告。
|
|
10948
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10949
|
+
*/
|
|
10950
|
+
BankNotice: string
|
|
10951
|
+
}
|
|
10952
|
+
|
|
10602
10953
|
/**
|
|
10603
10954
|
* ModifyMntMbrBindRelateAcctBankCode请求参数结构体
|
|
10604
10955
|
*/
|
|
@@ -11852,12 +12203,12 @@ _不填默认为生产环境_
|
|
|
11852
12203
|
*/
|
|
11853
12204
|
export interface DistributeRemoveReceiverRequest {
|
|
11854
12205
|
/**
|
|
11855
|
-
*
|
|
12206
|
+
* 使用门店OpenId
|
|
11856
12207
|
*/
|
|
11857
12208
|
OpenId: string
|
|
11858
12209
|
|
|
11859
12210
|
/**
|
|
11860
|
-
*
|
|
12211
|
+
* 使用门店OpenKey
|
|
11861
12212
|
*/
|
|
11862
12213
|
OpenKey: string
|
|
11863
12214
|
|
|
@@ -11867,14 +12218,14 @@ export interface DistributeRemoveReceiverRequest {
|
|
|
11867
12218
|
MerchantNo: string
|
|
11868
12219
|
|
|
11869
12220
|
/**
|
|
11870
|
-
*
|
|
12221
|
+
* 备注
|
|
11871
12222
|
*/
|
|
11872
|
-
|
|
12223
|
+
Remark?: string
|
|
11873
12224
|
|
|
11874
12225
|
/**
|
|
11875
|
-
*
|
|
12226
|
+
* 沙箱环境填sandbox,正式环境不填
|
|
11876
12227
|
*/
|
|
11877
|
-
|
|
12228
|
+
Profile?: string
|
|
11878
12229
|
}
|
|
11879
12230
|
|
|
11880
12231
|
/**
|
|
@@ -11949,29 +12300,29 @@ export interface AddShopRequest {
|
|
|
11949
12300
|
OpenId: string
|
|
11950
12301
|
|
|
11951
12302
|
/**
|
|
11952
|
-
*
|
|
12303
|
+
* 收单系统分配的密钥
|
|
11953
12304
|
*/
|
|
11954
|
-
|
|
12305
|
+
OpenKey: string
|
|
11955
12306
|
|
|
11956
12307
|
/**
|
|
11957
|
-
*
|
|
12308
|
+
* 机构门店主键(系统有唯一性校验),建议使用门店表的主键ID,防止重复添加门店
|
|
11958
12309
|
*/
|
|
11959
|
-
|
|
12310
|
+
OutShopId: string
|
|
11960
12311
|
|
|
11961
12312
|
/**
|
|
11962
|
-
*
|
|
12313
|
+
* 门店简称(例如:南山店)
|
|
11963
12314
|
*/
|
|
11964
|
-
|
|
12315
|
+
ShopName: string
|
|
11965
12316
|
|
|
11966
12317
|
/**
|
|
11967
|
-
*
|
|
12318
|
+
* 门店全称(例如:江山小厨(南山店))
|
|
11968
12319
|
*/
|
|
11969
|
-
|
|
12320
|
+
ShopFullName: string
|
|
11970
12321
|
|
|
11971
12322
|
/**
|
|
11972
|
-
*
|
|
12323
|
+
* 商户编号
|
|
11973
12324
|
*/
|
|
11974
|
-
|
|
12325
|
+
MerchantNo: string
|
|
11975
12326
|
|
|
11976
12327
|
/**
|
|
11977
12328
|
* 门店电话
|
|
@@ -11979,9 +12330,9 @@ export interface AddShopRequest {
|
|
|
11979
12330
|
Telephone: string
|
|
11980
12331
|
|
|
11981
12332
|
/**
|
|
11982
|
-
*
|
|
12333
|
+
* 营业时间,多个以小写逗号分开(9:00-12:00,13:00-18:00)
|
|
11983
12334
|
*/
|
|
11984
|
-
|
|
12335
|
+
OpenHours: string
|
|
11985
12336
|
|
|
11986
12337
|
/**
|
|
11987
12338
|
* 门店所在的城市编码
|
|
@@ -11989,64 +12340,64 @@ export interface AddShopRequest {
|
|
|
11989
12340
|
CityId: string
|
|
11990
12341
|
|
|
11991
12342
|
/**
|
|
11992
|
-
*
|
|
12343
|
+
* 门店详细地址,不含省市区县名称
|
|
11993
12344
|
*/
|
|
11994
|
-
|
|
12345
|
+
Address: string
|
|
11995
12346
|
|
|
11996
12347
|
/**
|
|
11997
|
-
*
|
|
12348
|
+
* 整体门面(含招牌)图片【公共区】
|
|
11998
12349
|
*/
|
|
11999
|
-
|
|
12350
|
+
PictureOne: string
|
|
12000
12351
|
|
|
12001
12352
|
/**
|
|
12002
|
-
*
|
|
12353
|
+
* 整体门面(含招牌)图片【公共区】
|
|
12003
12354
|
*/
|
|
12004
|
-
|
|
12355
|
+
PictureTwo: string
|
|
12005
12356
|
|
|
12006
12357
|
/**
|
|
12007
|
-
*
|
|
12358
|
+
* 店内环境图片【公共区】
|
|
12008
12359
|
*/
|
|
12009
|
-
|
|
12360
|
+
PictureThree: string
|
|
12010
12361
|
|
|
12011
12362
|
/**
|
|
12012
|
-
*
|
|
12363
|
+
* 负责人手机号码
|
|
12013
12364
|
*/
|
|
12014
|
-
|
|
12365
|
+
FinancialTelephone?: string
|
|
12015
12366
|
|
|
12016
12367
|
/**
|
|
12017
|
-
*
|
|
12368
|
+
* 门店负责人
|
|
12018
12369
|
*/
|
|
12019
|
-
|
|
12370
|
+
Contact?: string
|
|
12020
12371
|
|
|
12021
12372
|
/**
|
|
12022
|
-
*
|
|
12373
|
+
* 百度地图纬度
|
|
12023
12374
|
*/
|
|
12024
|
-
|
|
12375
|
+
Latitude?: string
|
|
12025
12376
|
|
|
12026
12377
|
/**
|
|
12027
|
-
*
|
|
12378
|
+
* 高德地图纬度
|
|
12028
12379
|
*/
|
|
12029
|
-
|
|
12380
|
+
LatitudeTwo?: string
|
|
12030
12381
|
|
|
12031
12382
|
/**
|
|
12032
|
-
*
|
|
12383
|
+
* 百度地图经度
|
|
12033
12384
|
*/
|
|
12034
|
-
|
|
12385
|
+
Longitude?: string
|
|
12035
12386
|
|
|
12036
12387
|
/**
|
|
12037
|
-
*
|
|
12388
|
+
* 高德地图经度
|
|
12038
12389
|
*/
|
|
12039
|
-
|
|
12390
|
+
LongitudeTwo?: string
|
|
12040
12391
|
|
|
12041
12392
|
/**
|
|
12042
|
-
*
|
|
12393
|
+
* 其他照片【公共区】
|
|
12043
12394
|
*/
|
|
12044
|
-
|
|
12395
|
+
OtherPicture?: string
|
|
12045
12396
|
|
|
12046
12397
|
/**
|
|
12047
|
-
*
|
|
12398
|
+
* 沙箱环境填sandbox,正式环境不填
|
|
12048
12399
|
*/
|
|
12049
|
-
|
|
12400
|
+
Profile?: string
|
|
12050
12401
|
}
|
|
12051
12402
|
|
|
12052
12403
|
/**
|
|
@@ -12409,6 +12760,60 @@ export interface QueryTransferResultRequest {
|
|
|
12409
12760
|
Profile?: string
|
|
12410
12761
|
}
|
|
12411
12762
|
|
|
12763
|
+
/**
|
|
12764
|
+
* 查询对账文件申请结果
|
|
12765
|
+
*/
|
|
12766
|
+
export interface QueryReconciliationFileApplyInfoResult {
|
|
12767
|
+
/**
|
|
12768
|
+
* 申请对账文件的任务ID。
|
|
12769
|
+
*/
|
|
12770
|
+
ApplyFileId: string
|
|
12771
|
+
|
|
12772
|
+
/**
|
|
12773
|
+
* 对账文件申请状态。
|
|
12774
|
+
__I__:申请中
|
|
12775
|
+
__S__:申请成功
|
|
12776
|
+
__F__:申请失败
|
|
12777
|
+
*/
|
|
12778
|
+
ApplyStatus: string
|
|
12779
|
+
|
|
12780
|
+
/**
|
|
12781
|
+
* 申请结果描述。
|
|
12782
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
12783
|
+
*/
|
|
12784
|
+
ApplyMessage: string
|
|
12785
|
+
|
|
12786
|
+
/**
|
|
12787
|
+
* 对账文件下载地址列表。
|
|
12788
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
12789
|
+
*/
|
|
12790
|
+
FileUrlArray: Array<string>
|
|
12791
|
+
}
|
|
12792
|
+
|
|
12793
|
+
/**
|
|
12794
|
+
* 申请对账文件结果
|
|
12795
|
+
*/
|
|
12796
|
+
export interface ApplyReconciliationFileResult {
|
|
12797
|
+
/**
|
|
12798
|
+
* 申请对账文件的任务ID。
|
|
12799
|
+
*/
|
|
12800
|
+
ApplyFileId: string
|
|
12801
|
+
|
|
12802
|
+
/**
|
|
12803
|
+
* 对账文件申请状态。
|
|
12804
|
+
__I__:申请中
|
|
12805
|
+
__S__:申请成功
|
|
12806
|
+
__F__:申请失败
|
|
12807
|
+
*/
|
|
12808
|
+
ApplyStatus: string
|
|
12809
|
+
|
|
12810
|
+
/**
|
|
12811
|
+
* 申请结果描述。
|
|
12812
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
12813
|
+
*/
|
|
12814
|
+
ApplyMessage: string
|
|
12815
|
+
}
|
|
12816
|
+
|
|
12412
12817
|
/**
|
|
12413
12818
|
* QueryOpenBankExternalSubMerchantBankAccount返回参数结构体
|
|
12414
12819
|
*/
|
|
@@ -12817,6 +13222,63 @@ development 开发环境
|
|
|
12817
13222
|
TransFee?: string
|
|
12818
13223
|
}
|
|
12819
13224
|
|
|
13225
|
+
/**
|
|
13226
|
+
* QueryFundsTransactionDetails请求参数结构体
|
|
13227
|
+
*/
|
|
13228
|
+
export interface QueryFundsTransactionDetailsRequest {
|
|
13229
|
+
/**
|
|
13230
|
+
* 查询的交易发生时间类型。
|
|
13231
|
+
__1__:当日
|
|
13232
|
+
__2__:历史
|
|
13233
|
+
*/
|
|
13234
|
+
QueryDateType: string
|
|
13235
|
+
|
|
13236
|
+
/**
|
|
13237
|
+
* 查询的交易类型。
|
|
13238
|
+
__2__:提现/退款
|
|
13239
|
+
__3__:清分/充值
|
|
13240
|
+
*/
|
|
13241
|
+
QueryTranType: string
|
|
13242
|
+
|
|
13243
|
+
/**
|
|
13244
|
+
* 父账户账号。
|
|
13245
|
+
_平安渠道为资金汇总账号_
|
|
13246
|
+
*/
|
|
13247
|
+
BankAccountNumber: string
|
|
13248
|
+
|
|
13249
|
+
/**
|
|
13250
|
+
* 子账户账号。
|
|
13251
|
+
_平安渠道为见证子账户的账号_
|
|
13252
|
+
*/
|
|
13253
|
+
SubAccountNumber: string
|
|
13254
|
+
|
|
13255
|
+
/**
|
|
13256
|
+
* 分页号, 起始值为1。
|
|
13257
|
+
*/
|
|
13258
|
+
PageOffSet: string
|
|
13259
|
+
|
|
13260
|
+
/**
|
|
13261
|
+
* 查询开始日期,格式:yyyyMMdd。
|
|
13262
|
+
__若是历史查询,则必输,当日查询时,不起作用;开始日期不能超过当前日期__
|
|
13263
|
+
*/
|
|
13264
|
+
QueryStartDate?: string
|
|
13265
|
+
|
|
13266
|
+
/**
|
|
13267
|
+
* 查询终止日期,格式:yyyyMMdd。
|
|
13268
|
+
__若是历史查询,则必输,当日查询时,不起作用;终止日期不能超过当前日期__
|
|
13269
|
+
*/
|
|
13270
|
+
QueryEndDate?: string
|
|
13271
|
+
|
|
13272
|
+
/**
|
|
13273
|
+
* 环境名。
|
|
13274
|
+
__release__: 现网环境
|
|
13275
|
+
__sandbox__: 沙箱环境
|
|
13276
|
+
__development__: 开发环境
|
|
13277
|
+
_缺省: release_
|
|
13278
|
+
*/
|
|
13279
|
+
MidasEnvironment?: string
|
|
13280
|
+
}
|
|
13281
|
+
|
|
12820
13282
|
/**
|
|
12821
13283
|
* 第三方子商户银行卡绑定返回结果
|
|
12822
13284
|
*/
|
|
@@ -12919,12 +13381,12 @@ export interface CreateMerchantResultData {
|
|
|
12919
13381
|
*/
|
|
12920
13382
|
export interface DistributeCancelRequest {
|
|
12921
13383
|
/**
|
|
12922
|
-
*
|
|
13384
|
+
* 使用门店OpenId
|
|
12923
13385
|
*/
|
|
12924
13386
|
OpenId: string
|
|
12925
13387
|
|
|
12926
13388
|
/**
|
|
12927
|
-
*
|
|
13389
|
+
* 使用门店OpenKey
|
|
12928
13390
|
*/
|
|
12929
13391
|
OpenKey: string
|
|
12930
13392
|
|
|
@@ -12934,9 +13396,9 @@ export interface DistributeCancelRequest {
|
|
|
12934
13396
|
OrderNo: string
|
|
12935
13397
|
|
|
12936
13398
|
/**
|
|
12937
|
-
*
|
|
13399
|
+
* 商户分账单号,type为2时,和DistributeNo二者传其一
|
|
12938
13400
|
*/
|
|
12939
|
-
|
|
13401
|
+
OutDistributeNo?: string
|
|
12940
13402
|
|
|
12941
13403
|
/**
|
|
12942
13404
|
* 平台分账单号,type为2时,和OutDistributeNo二者传其一
|
|
@@ -12944,64 +13406,38 @@ export interface DistributeCancelRequest {
|
|
|
12944
13406
|
DistributeNo?: string
|
|
12945
13407
|
|
|
12946
13408
|
/**
|
|
12947
|
-
*
|
|
13409
|
+
* 沙箱环境填sandbox,正式环境不填
|
|
12948
13410
|
*/
|
|
12949
|
-
|
|
13411
|
+
Profile?: string
|
|
12950
13412
|
}
|
|
12951
13413
|
|
|
12952
13414
|
/**
|
|
12953
|
-
*
|
|
13415
|
+
* QueryOpenBankSupportBankList返回参数结构体
|
|
12954
13416
|
*/
|
|
12955
|
-
export interface
|
|
13417
|
+
export interface QueryOpenBankSupportBankListResponse {
|
|
12956
13418
|
/**
|
|
12957
|
-
|
|
12958
|
-
|
|
12959
|
-
|
|
13419
|
+
* 错误码。
|
|
13420
|
+
__SUCCESS__: 成功
|
|
13421
|
+
__其他__: 见附录-错误码表
|
|
13422
|
+
*/
|
|
13423
|
+
ErrCode: string
|
|
12960
13424
|
|
|
12961
13425
|
/**
|
|
12962
|
-
|
|
12963
|
-
|
|
12964
|
-
|
|
13426
|
+
* 错误消息。
|
|
13427
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
13428
|
+
*/
|
|
13429
|
+
ErrMessage: string
|
|
12965
13430
|
|
|
12966
13431
|
/**
|
|
12967
|
-
|
|
12968
|
-
|
|
12969
|
-
|
|
13432
|
+
* 返回结果。
|
|
13433
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
13434
|
+
*/
|
|
13435
|
+
Result: QueryOpenBankSupportBankListResult
|
|
12970
13436
|
|
|
12971
13437
|
/**
|
|
12972
|
-
*
|
|
13438
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
12973
13439
|
*/
|
|
12974
|
-
|
|
12975
|
-
|
|
12976
|
-
/**
|
|
12977
|
-
* String(22),商户号(签约客户号)
|
|
12978
|
-
*/
|
|
12979
|
-
MrchCode: string
|
|
12980
|
-
|
|
12981
|
-
/**
|
|
12982
|
-
* STRING(300),备注
|
|
12983
|
-
*/
|
|
12984
|
-
Remark?: string
|
|
12985
|
-
|
|
12986
|
-
/**
|
|
12987
|
-
* STRING(300),保留域1
|
|
12988
|
-
*/
|
|
12989
|
-
ReservedMsgOne?: string
|
|
12990
|
-
|
|
12991
|
-
/**
|
|
12992
|
-
* STRING(300),保留域2
|
|
12993
|
-
*/
|
|
12994
|
-
ReservedMsgTwo?: string
|
|
12995
|
-
|
|
12996
|
-
/**
|
|
12997
|
-
* STRING(300),保留域3
|
|
12998
|
-
*/
|
|
12999
|
-
ReservedMsgThree?: string
|
|
13000
|
-
|
|
13001
|
-
/**
|
|
13002
|
-
* STRING(12),接入环境,默认接入沙箱环境。接入正式环境填"prod"
|
|
13003
|
-
*/
|
|
13004
|
-
Profile?: string
|
|
13440
|
+
RequestId?: string
|
|
13005
13441
|
}
|
|
13006
13442
|
|
|
13007
13443
|
/**
|
|
@@ -13174,6 +13610,12 @@ export interface OpenBankPayeeInfo {
|
|
|
13174
13610
|
* 联行号。渠道为TENPAY,付款方式为OPENBANK_PAYMENT时必选
|
|
13175
13611
|
*/
|
|
13176
13612
|
BankBranchId?: string
|
|
13613
|
+
|
|
13614
|
+
/**
|
|
13615
|
+
* 收款方绑卡序列号。
|
|
13616
|
+
当渠道为TENPAY,付款方式为EBANK_PAYMENT时,上送收款方入驻云企付平台时,下发的绑卡序列号。
|
|
13617
|
+
*/
|
|
13618
|
+
BindSerialNo?: string
|
|
13177
13619
|
}
|
|
13178
13620
|
|
|
13179
13621
|
/**
|
|
@@ -13734,6 +14176,31 @@ export interface ExternalContractUserInfo {
|
|
|
13734
14176
|
ExternalUserId: string
|
|
13735
14177
|
}
|
|
13736
14178
|
|
|
14179
|
+
/**
|
|
14180
|
+
* 支行信息
|
|
14181
|
+
*/
|
|
14182
|
+
export interface BankBranchInfo {
|
|
14183
|
+
/**
|
|
14184
|
+
* 银行名称。
|
|
14185
|
+
*/
|
|
14186
|
+
BankName: string
|
|
14187
|
+
|
|
14188
|
+
/**
|
|
14189
|
+
* 银行简称。
|
|
14190
|
+
*/
|
|
14191
|
+
BankAbbreviation: string
|
|
14192
|
+
|
|
14193
|
+
/**
|
|
14194
|
+
* 支行名。
|
|
14195
|
+
*/
|
|
14196
|
+
BankBranchName: string
|
|
14197
|
+
|
|
14198
|
+
/**
|
|
14199
|
+
* 联行号。
|
|
14200
|
+
*/
|
|
14201
|
+
BankBranchId: string
|
|
14202
|
+
}
|
|
14203
|
+
|
|
13737
14204
|
/**
|
|
13738
14205
|
* 用户信息
|
|
13739
14206
|
*/
|
|
@@ -14136,11 +14603,6 @@ export interface DownloadOrgFileRequest {
|
|
|
14136
14603
|
*/
|
|
14137
14604
|
OpenKey: string
|
|
14138
14605
|
|
|
14139
|
-
/**
|
|
14140
|
-
* 沙箱环境填sandbox,正式环境不填
|
|
14141
|
-
*/
|
|
14142
|
-
Profile?: string
|
|
14143
|
-
|
|
14144
14606
|
/**
|
|
14145
14607
|
* 存储区域(0私密区,1公共区),请严格按文件要求,上传到不同的区域
|
|
14146
14608
|
*/
|
|
@@ -14150,6 +14612,11 @@ export interface DownloadOrgFileRequest {
|
|
|
14150
14612
|
* 文件路径
|
|
14151
14613
|
*/
|
|
14152
14614
|
FilePath?: string
|
|
14615
|
+
|
|
14616
|
+
/**
|
|
14617
|
+
* 沙箱环境填sandbox,正式环境不填
|
|
14618
|
+
*/
|
|
14619
|
+
Profile?: string
|
|
14153
14620
|
}
|
|
14154
14621
|
|
|
14155
14622
|
/**
|
|
@@ -14253,42 +14720,19 @@ export interface Order {
|
|
|
14253
14720
|
}
|
|
14254
14721
|
|
|
14255
14722
|
/**
|
|
14256
|
-
*
|
|
14723
|
+
* QueryAgentStatements请求参数结构体
|
|
14257
14724
|
*/
|
|
14258
|
-
export interface
|
|
14259
|
-
/**
|
|
14260
|
-
* 用户ID,长度不小于5位,仅支持字母和数字的组合。
|
|
14261
|
-
*/
|
|
14262
|
-
UserId: string
|
|
14263
|
-
|
|
14264
|
-
/**
|
|
14265
|
-
* 退款订单号,仅支持数字、字母、下划线(_)、横杠字符(-)、点(.)的组合。
|
|
14266
|
-
*/
|
|
14267
|
-
RefundId: string
|
|
14268
|
-
|
|
14269
|
-
/**
|
|
14270
|
-
* 聚鑫分配的支付主MidasAppId
|
|
14271
|
-
*/
|
|
14272
|
-
MidasAppId: string
|
|
14273
|
-
|
|
14274
|
-
/**
|
|
14275
|
-
* 聚鑫分配的安全ID
|
|
14276
|
-
*/
|
|
14277
|
-
MidasSecretId: string
|
|
14278
|
-
|
|
14725
|
+
export interface QueryAgentStatementsRequest {
|
|
14279
14726
|
/**
|
|
14280
|
-
*
|
|
14727
|
+
* 结算单日期,月结算单填每月1日
|
|
14281
14728
|
*/
|
|
14282
|
-
|
|
14729
|
+
Date: string
|
|
14283
14730
|
|
|
14284
14731
|
/**
|
|
14285
|
-
*
|
|
14286
|
-
|
|
14287
|
-
sandbox: 沙箱环境
|
|
14288
|
-
development: 开发环境
|
|
14289
|
-
缺省: release
|
|
14732
|
+
* 日结算单:daily
|
|
14733
|
+
月结算单:monthly
|
|
14290
14734
|
*/
|
|
14291
|
-
|
|
14735
|
+
Type: string
|
|
14292
14736
|
}
|
|
14293
14737
|
|
|
14294
14738
|
/**
|
|
@@ -14642,6 +15086,36 @@ export interface UploadFileResponse {
|
|
|
14642
15086
|
RequestId?: string
|
|
14643
15087
|
}
|
|
14644
15088
|
|
|
15089
|
+
/**
|
|
15090
|
+
* 聚鑫-查询会员间交易信息列表结果
|
|
15091
|
+
*/
|
|
15092
|
+
export interface QueryMemberTransactionDetailsResult {
|
|
15093
|
+
/**
|
|
15094
|
+
* 本次交易返回查询结果记录数。
|
|
15095
|
+
*/
|
|
15096
|
+
ResultCount: number
|
|
15097
|
+
|
|
15098
|
+
/**
|
|
15099
|
+
* 符合业务查询条件的记录总数。
|
|
15100
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15101
|
+
*/
|
|
15102
|
+
TotalCount: number
|
|
15103
|
+
|
|
15104
|
+
/**
|
|
15105
|
+
* 结束标志。
|
|
15106
|
+
__0__:否
|
|
15107
|
+
__1__:是
|
|
15108
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15109
|
+
*/
|
|
15110
|
+
EndFlag: string
|
|
15111
|
+
|
|
15112
|
+
/**
|
|
15113
|
+
* 会员间交易信息数组
|
|
15114
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15115
|
+
*/
|
|
15116
|
+
TranItemArray: Array<MemberTransactionItem>
|
|
15117
|
+
}
|
|
15118
|
+
|
|
14645
15119
|
/**
|
|
14646
15120
|
* 创建商户结果
|
|
14647
15121
|
*/
|
|
@@ -15091,6 +15565,83 @@ export interface CreateSinglePaymentRequest {
|
|
|
15091
15565
|
NotifyUrl?: string
|
|
15092
15566
|
}
|
|
15093
15567
|
|
|
15568
|
+
/**
|
|
15569
|
+
* 会员间交易明细信息
|
|
15570
|
+
*/
|
|
15571
|
+
export interface MemberTransactionItem {
|
|
15572
|
+
/**
|
|
15573
|
+
* 交易类型。
|
|
15574
|
+
__1__:转出
|
|
15575
|
+
__2__:转入
|
|
15576
|
+
*/
|
|
15577
|
+
TransType: string
|
|
15578
|
+
|
|
15579
|
+
/**
|
|
15580
|
+
* 交易状态。
|
|
15581
|
+
__0__:成功
|
|
15582
|
+
*/
|
|
15583
|
+
TranStatus: string
|
|
15584
|
+
|
|
15585
|
+
/**
|
|
15586
|
+
* 交易金额。
|
|
15587
|
+
*/
|
|
15588
|
+
TransAmount: string
|
|
15589
|
+
|
|
15590
|
+
/**
|
|
15591
|
+
* 交易日期,格式:yyyyMMdd。
|
|
15592
|
+
*/
|
|
15593
|
+
TransDate: string
|
|
15594
|
+
|
|
15595
|
+
/**
|
|
15596
|
+
* 交易时间,格式:HHmmss。
|
|
15597
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15598
|
+
*/
|
|
15599
|
+
TransTime: string
|
|
15600
|
+
|
|
15601
|
+
/**
|
|
15602
|
+
* 银行系统流水号。
|
|
15603
|
+
_平安渠道为见证系统流水号_
|
|
15604
|
+
*/
|
|
15605
|
+
BankSequenceNumber: string
|
|
15606
|
+
|
|
15607
|
+
/**
|
|
15608
|
+
* 银行记账类型。
|
|
15609
|
+
_平安渠道为:_
|
|
15610
|
+
_1:会员支付_
|
|
15611
|
+
_2:会员冻结_
|
|
15612
|
+
_3:会员解冻_
|
|
15613
|
+
_4:登记挂账_
|
|
15614
|
+
_6:下单预支付_
|
|
15615
|
+
_7:确认并付款_
|
|
15616
|
+
_8:会员退款_
|
|
15617
|
+
_22:见证+收单平台调账_
|
|
15618
|
+
_23:见证+收单资金冻结_
|
|
15619
|
+
_24:见证+收单资金解冻_
|
|
15620
|
+
_25:会员间交易退款_
|
|
15621
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15622
|
+
*/
|
|
15623
|
+
BankBookingType: string
|
|
15624
|
+
|
|
15625
|
+
/**
|
|
15626
|
+
* 转入方子账户账号。
|
|
15627
|
+
_平安渠道为转入见证子账户的账号_
|
|
15628
|
+
*/
|
|
15629
|
+
InSubAccountNumber: string
|
|
15630
|
+
|
|
15631
|
+
/**
|
|
15632
|
+
* 转出方子账户账号。
|
|
15633
|
+
_平安渠道为转出见证子账户的账号_
|
|
15634
|
+
*/
|
|
15635
|
+
OutSubAccountNumber: string
|
|
15636
|
+
|
|
15637
|
+
/**
|
|
15638
|
+
* 备注。
|
|
15639
|
+
_平安渠道,如果是见证+收单的交易,返回交易订单号_
|
|
15640
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15641
|
+
*/
|
|
15642
|
+
Remark: string
|
|
15643
|
+
}
|
|
15644
|
+
|
|
15094
15645
|
/**
|
|
15095
15646
|
* 分账接收方响应对象
|
|
15096
15647
|
*/
|
|
@@ -15107,19 +15658,19 @@ export interface DistributeReceiverResult {
|
|
|
15107
15658
|
*/
|
|
15108
15659
|
export interface DistributeApplyRequest {
|
|
15109
15660
|
/**
|
|
15110
|
-
*
|
|
15661
|
+
* 使用门店OpenId
|
|
15111
15662
|
*/
|
|
15112
15663
|
OpenId: string
|
|
15113
15664
|
|
|
15114
15665
|
/**
|
|
15115
|
-
*
|
|
15666
|
+
* 使用门店OpenKey
|
|
15116
15667
|
*/
|
|
15117
|
-
|
|
15668
|
+
OpenKey: string
|
|
15118
15669
|
|
|
15119
15670
|
/**
|
|
15120
|
-
*
|
|
15671
|
+
* 商户分账单号
|
|
15121
15672
|
*/
|
|
15122
|
-
|
|
15673
|
+
OutDistributeNo: string
|
|
15123
15674
|
|
|
15124
15675
|
/**
|
|
15125
15676
|
* 分账明细
|
|
@@ -15127,24 +15678,24 @@ export interface DistributeApplyRequest {
|
|
|
15127
15678
|
Details: Array<MultiApplyDetail>
|
|
15128
15679
|
|
|
15129
15680
|
/**
|
|
15130
|
-
*
|
|
15681
|
+
* 商户交易订单号,和OrderNo二者传其一
|
|
15131
15682
|
*/
|
|
15132
|
-
|
|
15683
|
+
DeveloperNo?: string
|
|
15133
15684
|
|
|
15134
15685
|
/**
|
|
15135
|
-
*
|
|
15686
|
+
* 平台交易订单号,和DeveloperNo二者传其一
|
|
15136
15687
|
*/
|
|
15137
|
-
|
|
15688
|
+
OrderNo?: string
|
|
15138
15689
|
|
|
15139
15690
|
/**
|
|
15140
|
-
*
|
|
15691
|
+
* 说明
|
|
15141
15692
|
*/
|
|
15142
|
-
|
|
15693
|
+
Remark?: string
|
|
15143
15694
|
|
|
15144
15695
|
/**
|
|
15145
|
-
*
|
|
15696
|
+
* 沙箱环境填sandbox,正式环境不填
|
|
15146
15697
|
*/
|
|
15147
|
-
|
|
15698
|
+
Profile?: string
|
|
15148
15699
|
}
|
|
15149
15700
|
|
|
15150
15701
|
/**
|
|
@@ -15161,11 +15712,6 @@ export interface ViewShopRequest {
|
|
|
15161
15712
|
*/
|
|
15162
15713
|
OpenKey: string
|
|
15163
15714
|
|
|
15164
|
-
/**
|
|
15165
|
-
* 沙箱环境填sandbox,正式环境不填
|
|
15166
|
-
*/
|
|
15167
|
-
Profile?: string
|
|
15168
|
-
|
|
15169
15715
|
/**
|
|
15170
15716
|
* 外部商户主键编号(ShopNo或OutShopId必须传一个)
|
|
15171
15717
|
*/
|
|
@@ -15175,6 +15721,11 @@ export interface ViewShopRequest {
|
|
|
15175
15721
|
* 门店编号(ShopNo或OutShopId必须传一个)
|
|
15176
15722
|
*/
|
|
15177
15723
|
ShopNo?: string
|
|
15724
|
+
|
|
15725
|
+
/**
|
|
15726
|
+
* 沙箱环境填sandbox,正式环境不填
|
|
15727
|
+
*/
|
|
15728
|
+
Profile?: string
|
|
15178
15729
|
}
|
|
15179
15730
|
|
|
15180
15731
|
/**
|
|
@@ -15471,45 +16022,73 @@ export interface CreateAgentTaxPaymentInfosResponse {
|
|
|
15471
16022
|
RequestId?: string
|
|
15472
16023
|
}
|
|
15473
16024
|
|
|
16025
|
+
/**
|
|
16026
|
+
* ApplyReconciliationFile返回参数结构体
|
|
16027
|
+
*/
|
|
16028
|
+
export interface ApplyReconciliationFileResponse {
|
|
16029
|
+
/**
|
|
16030
|
+
* 错误码。
|
|
16031
|
+
__SUCCESS__: 成功
|
|
16032
|
+
__其他__: 见附录-错误码表
|
|
16033
|
+
*/
|
|
16034
|
+
ErrCode: string
|
|
16035
|
+
|
|
16036
|
+
/**
|
|
16037
|
+
* 错误消息。
|
|
16038
|
+
*/
|
|
16039
|
+
ErrMessage: string
|
|
16040
|
+
|
|
16041
|
+
/**
|
|
16042
|
+
* 返回结果。
|
|
16043
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16044
|
+
*/
|
|
16045
|
+
Result: ApplyReconciliationFileResult
|
|
16046
|
+
|
|
16047
|
+
/**
|
|
16048
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
16049
|
+
*/
|
|
16050
|
+
RequestId?: string
|
|
16051
|
+
}
|
|
16052
|
+
|
|
15474
16053
|
/**
|
|
15475
16054
|
* 合同-支付方式列表响应对象
|
|
15476
16055
|
*/
|
|
15477
16056
|
export interface ContractPayListResult {
|
|
15478
16057
|
/**
|
|
15479
|
-
*
|
|
16058
|
+
* 支付方式编号
|
|
15480
16059
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
15481
16060
|
*/
|
|
15482
|
-
|
|
16061
|
+
PaymentId: string
|
|
15483
16062
|
|
|
15484
16063
|
/**
|
|
15485
|
-
*
|
|
16064
|
+
* 支持的交易类型(多个以小写逗号分开,0现金,1刷卡,2主扫,3被扫,4JSPAY,5预授权)
|
|
15486
16065
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
15487
16066
|
*/
|
|
15488
|
-
|
|
16067
|
+
PaymentType: string
|
|
15489
16068
|
|
|
15490
16069
|
/**
|
|
15491
|
-
*
|
|
16070
|
+
* 支付标签
|
|
15492
16071
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
15493
16072
|
*/
|
|
15494
|
-
|
|
16073
|
+
PaymentTag: string
|
|
15495
16074
|
|
|
15496
16075
|
/**
|
|
15497
|
-
*
|
|
16076
|
+
* 支付方式图片url路径
|
|
15498
16077
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
15499
16078
|
*/
|
|
15500
|
-
|
|
16079
|
+
PaymentIcon: string
|
|
15501
16080
|
|
|
15502
16081
|
/**
|
|
15503
|
-
*
|
|
16082
|
+
* 付款方式名称
|
|
15504
16083
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
15505
16084
|
*/
|
|
15506
|
-
|
|
16085
|
+
PaymentName: string
|
|
15507
16086
|
|
|
15508
16087
|
/**
|
|
15509
|
-
*
|
|
16088
|
+
* 付款方式名称(内部名称)
|
|
15510
16089
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
15511
16090
|
*/
|
|
15512
|
-
|
|
16091
|
+
PaymentInternalName: string
|
|
15513
16092
|
|
|
15514
16093
|
/**
|
|
15515
16094
|
* 支付方式
|
|
@@ -15521,49 +16100,49 @@ export interface ContractPayListResult {
|
|
|
15521
16100
|
* 支付方式
|
|
15522
16101
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
15523
16102
|
*/
|
|
15524
|
-
|
|
16103
|
+
PaymentOptionTwo?: string
|
|
15525
16104
|
|
|
15526
16105
|
/**
|
|
15527
|
-
*
|
|
16106
|
+
* 支付方式
|
|
15528
16107
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
15529
16108
|
*/
|
|
15530
|
-
|
|
16109
|
+
PaymentOptionThree?: string
|
|
15531
16110
|
|
|
15532
16111
|
/**
|
|
15533
16112
|
* 支付方式
|
|
15534
16113
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
15535
16114
|
*/
|
|
15536
|
-
|
|
16115
|
+
PaymentOptionFour?: string
|
|
15537
16116
|
|
|
15538
16117
|
/**
|
|
15539
16118
|
* 支付方式
|
|
15540
16119
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
15541
16120
|
*/
|
|
15542
|
-
|
|
16121
|
+
PaymentOptionFive?: string
|
|
15543
16122
|
|
|
15544
16123
|
/**
|
|
15545
|
-
*
|
|
16124
|
+
* 支付方式
|
|
15546
16125
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
15547
16126
|
*/
|
|
15548
|
-
|
|
16127
|
+
PaymentOptionSix?: string
|
|
15549
16128
|
|
|
15550
16129
|
/**
|
|
15551
16130
|
* 支付方式
|
|
15552
16131
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
15553
16132
|
*/
|
|
15554
|
-
|
|
16133
|
+
PaymentOptionSeven?: string
|
|
15555
16134
|
|
|
15556
16135
|
/**
|
|
15557
|
-
*
|
|
16136
|
+
* 支付方式
|
|
15558
16137
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
15559
16138
|
*/
|
|
15560
|
-
|
|
16139
|
+
PaymentOptionOther?: string
|
|
15561
16140
|
|
|
15562
16141
|
/**
|
|
15563
16142
|
* 支付方式
|
|
15564
16143
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
15565
16144
|
*/
|
|
15566
|
-
|
|
16145
|
+
PaymentOptionNine?: string
|
|
15567
16146
|
|
|
15568
16147
|
/**
|
|
15569
16148
|
* 支付方式
|
|
@@ -15679,23 +16258,18 @@ export interface DescribeOrderStatusRequest {
|
|
|
15679
16258
|
}
|
|
15680
16259
|
|
|
15681
16260
|
/**
|
|
15682
|
-
*
|
|
16261
|
+
* 米大师内部存放的合约信息
|
|
15683
16262
|
*/
|
|
15684
|
-
export interface
|
|
15685
|
-
/**
|
|
15686
|
-
* 外部商户订单号
|
|
15687
|
-
*/
|
|
15688
|
-
OutOrderId: string
|
|
15689
|
-
|
|
16263
|
+
export interface ChannelContractInfo {
|
|
15690
16264
|
/**
|
|
15691
|
-
*
|
|
16265
|
+
* 外部合约协议号
|
|
15692
16266
|
*/
|
|
15693
|
-
|
|
16267
|
+
OutContractCode: string
|
|
15694
16268
|
|
|
15695
16269
|
/**
|
|
15696
|
-
*
|
|
16270
|
+
* 米大师内部生成的合约协议号
|
|
15697
16271
|
*/
|
|
15698
|
-
|
|
16272
|
+
ChannelContractCode: string
|
|
15699
16273
|
}
|
|
15700
16274
|
|
|
15701
16275
|
/**
|
|
@@ -15730,6 +16304,21 @@ export interface MerchantRiskInfo {
|
|
|
15730
16304
|
RiskTypes: string
|
|
15731
16305
|
}
|
|
15732
16306
|
|
|
16307
|
+
/**
|
|
16308
|
+
* 付款人查询结果
|
|
16309
|
+
*/
|
|
16310
|
+
export interface QueryPayerinfoResult {
|
|
16311
|
+
/**
|
|
16312
|
+
* 错误码
|
|
16313
|
+
*/
|
|
16314
|
+
Code: string
|
|
16315
|
+
|
|
16316
|
+
/**
|
|
16317
|
+
* 付款人查询数据
|
|
16318
|
+
*/
|
|
16319
|
+
Data: QueryPayerinfoData
|
|
16320
|
+
}
|
|
16321
|
+
|
|
15733
16322
|
/**
|
|
15734
16323
|
* 查询订单付款状态响应对象
|
|
15735
16324
|
*/
|
|
@@ -16509,6 +17098,40 @@ export interface QueryAgentTaxPaymentBatchRequest {
|
|
|
16509
17098
|
Profile?: string
|
|
16510
17099
|
}
|
|
16511
17100
|
|
|
17101
|
+
/**
|
|
17102
|
+
* ApplyReconciliationFile请求参数结构体
|
|
17103
|
+
*/
|
|
17104
|
+
export interface ApplyReconciliationFileRequest {
|
|
17105
|
+
/**
|
|
17106
|
+
* 申请的文件类型。
|
|
17107
|
+
__CZ__:充值文件
|
|
17108
|
+
__TX__:提现文件
|
|
17109
|
+
__JY__:交易文件
|
|
17110
|
+
__YE__:余额文件
|
|
17111
|
+
*/
|
|
17112
|
+
ApplyFileType: string
|
|
17113
|
+
|
|
17114
|
+
/**
|
|
17115
|
+
* 申请的对账文件日期,格式:yyyyMMdd。
|
|
17116
|
+
*/
|
|
17117
|
+
ApplyFileDate: string
|
|
17118
|
+
|
|
17119
|
+
/**
|
|
17120
|
+
* 父账户账号。
|
|
17121
|
+
_平安渠道为资金汇总账号_
|
|
17122
|
+
*/
|
|
17123
|
+
BankAccountNumber: string
|
|
17124
|
+
|
|
17125
|
+
/**
|
|
17126
|
+
* 环境名。
|
|
17127
|
+
__release__: 现网环境
|
|
17128
|
+
__sandbox__: 沙箱环境
|
|
17129
|
+
__development__: 开发环境
|
|
17130
|
+
_缺省: release_
|
|
17131
|
+
*/
|
|
17132
|
+
MidasEnvironment?: string
|
|
17133
|
+
}
|
|
17134
|
+
|
|
16512
17135
|
/**
|
|
16513
17136
|
* RegisterBillSupportWithdraw返回参数结构体
|
|
16514
17137
|
*/
|
|
@@ -16946,6 +17569,34 @@ export interface QueryMerchantBalanceResult {
|
|
|
16946
17569
|
Data: QueryMerchantBalanceData
|
|
16947
17570
|
}
|
|
16948
17571
|
|
|
17572
|
+
/**
|
|
17573
|
+
* QueryFundsTransactionDetails返回参数结构体
|
|
17574
|
+
*/
|
|
17575
|
+
export interface QueryFundsTransactionDetailsResponse {
|
|
17576
|
+
/**
|
|
17577
|
+
* 错误码。
|
|
17578
|
+
__SUCCESS__: 成功
|
|
17579
|
+
__其他__: 见附录-错误码表
|
|
17580
|
+
*/
|
|
17581
|
+
ErrCode: string
|
|
17582
|
+
|
|
17583
|
+
/**
|
|
17584
|
+
* 错误消息。
|
|
17585
|
+
*/
|
|
17586
|
+
ErrMessage: string
|
|
17587
|
+
|
|
17588
|
+
/**
|
|
17589
|
+
* 返回结果。
|
|
17590
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
17591
|
+
*/
|
|
17592
|
+
Result: QueryFundsTransactionDetailsResult
|
|
17593
|
+
|
|
17594
|
+
/**
|
|
17595
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
17596
|
+
*/
|
|
17597
|
+
RequestId?: string
|
|
17598
|
+
}
|
|
17599
|
+
|
|
16949
17600
|
/**
|
|
16950
17601
|
* 米大师内部生成的合约信息
|
|
16951
17602
|
*/
|
|
@@ -17549,6 +18200,69 @@ export interface DistributeCancelResponse {
|
|
|
17549
18200
|
RequestId?: string
|
|
17550
18201
|
}
|
|
17551
18202
|
|
|
18203
|
+
/**
|
|
18204
|
+
* QueryOpenBankBankBranchList请求参数结构体
|
|
18205
|
+
*/
|
|
18206
|
+
export interface QueryOpenBankBankBranchListRequest {
|
|
18207
|
+
/**
|
|
18208
|
+
* 渠道商户ID。
|
|
18209
|
+
*/
|
|
18210
|
+
ChannelMerchantId: string
|
|
18211
|
+
|
|
18212
|
+
/**
|
|
18213
|
+
* 渠道名称。
|
|
18214
|
+
__TENPAY__: 商企付
|
|
18215
|
+
__WECHAT__: 微信支付
|
|
18216
|
+
__ALIPAY__: 支付宝
|
|
18217
|
+
*/
|
|
18218
|
+
ChannelName: string
|
|
18219
|
+
|
|
18220
|
+
/**
|
|
18221
|
+
* 支付方式。
|
|
18222
|
+
__EBANK_PAYMENT__:ebank付款
|
|
18223
|
+
__OPENBANK_PAYMENT__: openbank付款
|
|
18224
|
+
*/
|
|
18225
|
+
PaymentMethod: string
|
|
18226
|
+
|
|
18227
|
+
/**
|
|
18228
|
+
* 支行名称。
|
|
18229
|
+
*/
|
|
18230
|
+
BankBranchName: string
|
|
18231
|
+
|
|
18232
|
+
/**
|
|
18233
|
+
* 银行简称。
|
|
18234
|
+
*/
|
|
18235
|
+
BankAbbreviation: string
|
|
18236
|
+
|
|
18237
|
+
/**
|
|
18238
|
+
* 页码。Index和Count必须大于等于1。
|
|
18239
|
+
*/
|
|
18240
|
+
PageNumber: Paging
|
|
18241
|
+
|
|
18242
|
+
/**
|
|
18243
|
+
* 环境类型。
|
|
18244
|
+
__release__:生产环境
|
|
18245
|
+
__sandbox__:沙箱环境
|
|
18246
|
+
_不填默认为生产环境_
|
|
18247
|
+
*/
|
|
18248
|
+
Environment?: string
|
|
18249
|
+
}
|
|
18250
|
+
|
|
18251
|
+
/**
|
|
18252
|
+
* 查询联行号返回结果
|
|
18253
|
+
*/
|
|
18254
|
+
export interface QueryOpenBankBankBranchListResult {
|
|
18255
|
+
/**
|
|
18256
|
+
* 支行列表。
|
|
18257
|
+
*/
|
|
18258
|
+
BankBranchList: Array<BankBranchInfo>
|
|
18259
|
+
|
|
18260
|
+
/**
|
|
18261
|
+
* 列表总数。
|
|
18262
|
+
*/
|
|
18263
|
+
Count: number
|
|
18264
|
+
}
|
|
18265
|
+
|
|
17552
18266
|
/**
|
|
17553
18267
|
* 提交贸易材料结果
|
|
17554
18268
|
*/
|
|
@@ -17648,18 +18362,23 @@ export interface DeduceQuotaResponse {
|
|
|
17648
18362
|
}
|
|
17649
18363
|
|
|
17650
18364
|
/**
|
|
17651
|
-
*
|
|
18365
|
+
* 云企付-关单响应
|
|
17652
18366
|
*/
|
|
17653
|
-
export interface
|
|
18367
|
+
export interface CloseOpenBankPaymentOrderResult {
|
|
17654
18368
|
/**
|
|
17655
|
-
*
|
|
18369
|
+
* 外部商户订单号
|
|
17656
18370
|
*/
|
|
17657
|
-
|
|
18371
|
+
OutOrderId: string
|
|
17658
18372
|
|
|
17659
18373
|
/**
|
|
17660
|
-
*
|
|
18374
|
+
* 云企付平台订单号
|
|
17661
18375
|
*/
|
|
17662
|
-
|
|
18376
|
+
ChannelOrderId: string
|
|
18377
|
+
|
|
18378
|
+
/**
|
|
18379
|
+
* 订单状态。关单成功CLOSED
|
|
18380
|
+
*/
|
|
18381
|
+
OrderStatus: string
|
|
17663
18382
|
}
|
|
17664
18383
|
|
|
17665
18384
|
/**
|
|
@@ -17702,6 +18421,61 @@ export interface CreateBatchPaymentRecipient {
|
|
|
17702
18421
|
ReqReserved?: string
|
|
17703
18422
|
}
|
|
17704
18423
|
|
|
18424
|
+
/**
|
|
18425
|
+
* RegisterBillSupportWithdraw请求参数结构体
|
|
18426
|
+
*/
|
|
18427
|
+
export interface RegisterBillSupportWithdrawRequest {
|
|
18428
|
+
/**
|
|
18429
|
+
* STRING(32),交易网会员代码
|
|
18430
|
+
*/
|
|
18431
|
+
TranNetMemberCode: string
|
|
18432
|
+
|
|
18433
|
+
/**
|
|
18434
|
+
* STRING(50),订单号
|
|
18435
|
+
*/
|
|
18436
|
+
OrderNo: string
|
|
18437
|
+
|
|
18438
|
+
/**
|
|
18439
|
+
* STRING(20),挂账金额(包含交易费用)
|
|
18440
|
+
*/
|
|
18441
|
+
SuspendAmt: string
|
|
18442
|
+
|
|
18443
|
+
/**
|
|
18444
|
+
* STRING(20),交易费用(暂未使用,默认传0.0)
|
|
18445
|
+
*/
|
|
18446
|
+
TranFee: string
|
|
18447
|
+
|
|
18448
|
+
/**
|
|
18449
|
+
* String(22),商户号(签约客户号)
|
|
18450
|
+
*/
|
|
18451
|
+
MrchCode: string
|
|
18452
|
+
|
|
18453
|
+
/**
|
|
18454
|
+
* STRING(300),备注
|
|
18455
|
+
*/
|
|
18456
|
+
Remark?: string
|
|
18457
|
+
|
|
18458
|
+
/**
|
|
18459
|
+
* STRING(300),保留域1
|
|
18460
|
+
*/
|
|
18461
|
+
ReservedMsgOne?: string
|
|
18462
|
+
|
|
18463
|
+
/**
|
|
18464
|
+
* STRING(300),保留域2
|
|
18465
|
+
*/
|
|
18466
|
+
ReservedMsgTwo?: string
|
|
18467
|
+
|
|
18468
|
+
/**
|
|
18469
|
+
* STRING(300),保留域3
|
|
18470
|
+
*/
|
|
18471
|
+
ReservedMsgThree?: string
|
|
18472
|
+
|
|
18473
|
+
/**
|
|
18474
|
+
* STRING(12),接入环境,默认接入沙箱环境。接入正式环境填"prod"
|
|
18475
|
+
*/
|
|
18476
|
+
Profile?: string
|
|
18477
|
+
}
|
|
18478
|
+
|
|
17705
18479
|
/**
|
|
17706
18480
|
* DeleteAgentTaxPaymentInfo返回参数结构体
|
|
17707
18481
|
*/
|