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.
Files changed (104) hide show
  1. package/CHANGELOG.md +532 -0
  2. package/SERVICE_CHANGELOG.md +560 -154
  3. package/package.json +1 -1
  4. package/products.md +25 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_client.ts +1 -1
  7. package/src/services/api/v20201106/api_client.ts +13 -0
  8. package/src/services/api/v20201106/api_models.ts +45 -0
  9. package/src/services/apigateway/v20180808/apigateway_models.ts +5 -0
  10. package/src/services/casb/index.ts +5 -0
  11. package/src/services/casb/v20200507/casb_client.ts +51 -0
  12. package/src/services/casb/v20200507/casb_models.ts +76 -0
  13. package/src/services/casb/v20200507/index.ts +6 -0
  14. package/src/services/ccc/v20200210/ccc_models.ts +12 -0
  15. package/src/services/cdb/v20170320/cdb_models.ts +6 -0
  16. package/src/services/ckafka/v20190819/ckafka_client.ts +44 -8
  17. package/src/services/ckafka/v20190819/ckafka_models.ts +123 -20
  18. package/src/services/clb/v20180317/clb_client.ts +20 -8
  19. package/src/services/clb/v20180317/clb_models.ts +25 -0
  20. package/src/services/cls/v20201016/cls_client.ts +1 -1
  21. package/src/services/cls/v20201016/cls_models.ts +6 -6
  22. package/src/services/cmq/v20190304/cmq_models.ts +94 -82
  23. package/src/services/cpdp/v20190820/cpdp_client.ts +96 -14
  24. package/src/services/cpdp/v20190820/cpdp_models.ts +1267 -493
  25. package/src/services/dbbrain/v20210527/dbbrain_models.ts +5 -0
  26. package/src/services/emr/v20190103/emr_client.ts +1 -0
  27. package/src/services/emr/v20190103/emr_models.ts +46 -0
  28. package/src/services/index.ts +1 -0
  29. package/src/services/ivld/v20210903/ivld_client.ts +80 -4
  30. package/src/services/ivld/v20210903/ivld_models.ts +204 -38
  31. package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -0
  32. package/src/services/mariadb/v20170312/mariadb_models.ts +6 -7
  33. package/src/services/mongodb/v20190725/mongodb_client.ts +72 -60
  34. package/src/services/mongodb/v20190725/mongodb_models.ts +1022 -997
  35. package/src/services/monitor/v20180724/monitor_models.ts +7 -0
  36. package/src/services/oceanus/v20190422/oceanus_models.ts +84 -2
  37. package/src/services/postgres/v20170312/postgres_client.ts +85 -37
  38. package/src/services/postgres/v20170312/postgres_models.ts +258 -84
  39. package/src/services/sslpod/v20190605/sslpod_models.ts +7 -1
  40. package/src/services/tdmq/v20200217/tdmq_models.ts +41 -1
  41. package/src/services/tke/v20180525/tke_client.ts +25 -13
  42. package/src/services/tke/v20180525/tke_models.ts +39 -4
  43. package/tencentcloud/common/sdk_version.d.ts +1 -1
  44. package/tencentcloud/common/sdk_version.js +1 -1
  45. package/tencentcloud/services/ame/v20190916/ame_client.d.ts +1 -1
  46. package/tencentcloud/services/ame/v20190916/ame_client.js +1 -1
  47. package/tencentcloud/services/api/v20201106/api_client.d.ts +5 -1
  48. package/tencentcloud/services/api/v20201106/api_client.js +6 -0
  49. package/tencentcloud/services/api/v20201106/api_models.d.ts +39 -0
  50. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +4 -0
  51. package/tencentcloud/services/casb/index.d.ts +6 -0
  52. package/tencentcloud/services/casb/index.js +7 -0
  53. package/tencentcloud/services/casb/v20200507/casb_client.d.ts +21 -0
  54. package/tencentcloud/services/casb/v20200507/casb_client.js +44 -0
  55. package/tencentcloud/services/casb/v20200507/casb_models.d.ts +51 -0
  56. package/tencentcloud/services/casb/v20200507/casb_models.js +18 -0
  57. package/tencentcloud/services/casb/v20200507/index.d.ts +6 -0
  58. package/tencentcloud/services/casb/v20200507/index.js +9 -0
  59. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +10 -0
  60. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +5 -0
  61. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +15 -3
  62. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +21 -3
  63. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +108 -19
  64. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +8 -4
  65. package/tencentcloud/services/clb/v20180317/clb_client.js +10 -4
  66. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +22 -0
  67. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
  68. package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
  69. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +6 -6
  70. package/tencentcloud/services/cmq/v20190304/cmq_models.d.ts +89 -79
  71. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +28 -4
  72. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +40 -4
  73. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1101 -433
  74. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +4 -0
  75. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +39 -0
  76. package/tencentcloud/services/index.d.ts +1 -0
  77. package/tencentcloud/services/index.js +2 -0
  78. package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +52 -2
  79. package/tencentcloud/services/ivld/v20210903/ivld_client.js +57 -1
  80. package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +175 -34
  81. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +5 -0
  82. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +5 -6
  83. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
  84. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
  85. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +965 -943
  86. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +6 -0
  87. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +68 -2
  88. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +29 -13
  89. package/tencentcloud/services/postgres/v20170312/postgres_client.js +42 -18
  90. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +219 -71
  91. package/tencentcloud/services/sslpod/v20190605/sslpod_models.d.ts +6 -1
  92. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +34 -1
  93. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +9 -5
  94. package/tencentcloud/services/tke/v20180525/tke_client.js +12 -6
  95. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +34 -4
  96. package/test/api.v20201106.test.js +10 -0
  97. package/test/casb.v20200507.test.js +31 -0
  98. package/test/ckafka.v20190819.test.js +32 -2
  99. package/test/clb.v20180317.test.js +12 -2
  100. package/test/cpdp.v20190820.test.js +62 -2
  101. package/test/ivld.v20210903.test.js +30 -0
  102. package/test/mongodb.v20190725.test.js +10 -0
  103. package/test/postgres.v20170312.test.js +58 -18
  104. package/test/tke.v20180525.test.js +14 -4
@@ -309,6 +309,31 @@ development: 开发环境
309
309
  */
310
310
  AgencyClientInfo?: AgencyClientInfo;
311
311
  }
312
+ /**
313
+ * QueryOpenBankBankBranchList返回参数结构体
314
+ */
315
+ export interface QueryOpenBankBankBranchListResponse {
316
+ /**
317
+ * 错误码。
318
+ __SUCCESS__: 成功
319
+ __其他__: 见附录-错误码表
320
+ */
321
+ ErrCode: string;
322
+ /**
323
+ * 错误消息。
324
+ 注意:此字段可能返回 null,表示取不到有效值。
325
+ */
326
+ ErrMessage: string;
327
+ /**
328
+ * 返回结果。
329
+ 注意:此字段可能返回 null,表示取不到有效值。
330
+ */
331
+ Result: QueryOpenBankBankBranchListResult;
332
+ /**
333
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
334
+ */
335
+ RequestId?: string;
336
+ }
312
337
  /**
313
338
  * MigrateOrderRefundQuery返回参数结构体
314
339
  */
@@ -381,6 +406,10 @@ export interface UploadOrgFileRequest {
381
406
  * 收单系统分配的开放ID
382
407
  */
383
408
  OpenId: string;
409
+ /**
410
+ * 收单系统分配的密钥
411
+ */
412
+ OpenKey: string;
384
413
  /**
385
414
  * 存储区域(0私密区,1公共区),请严格按文件要求,上传到不同的区域
386
415
  */
@@ -397,10 +426,6 @@ export interface UploadOrgFileRequest {
397
426
  * 文件扩展名(png,jpg,gif)
398
427
  */
399
428
  FileExtension: string;
400
- /**
401
- * 收单系统分配的密钥
402
- */
403
- OpenKey: string;
404
429
  /**
405
430
  * 沙箱环境填sandbox,正式环境不填
406
431
  */
@@ -741,11 +766,11 @@ __PROCESSING__: 进件中
741
766
  */
742
767
  export interface RefundTlinxOrderRequest {
743
768
  /**
744
- * 收单系统分配的开放ID
769
+ * 使用门店OpenId
745
770
  */
746
771
  OpenId: string;
747
772
  /**
748
- * 收单系统分配的密钥
773
+ * 使用门店OpenKey
749
774
  */
750
775
  OpenKey: string;
751
776
  /**
@@ -1006,6 +1031,31 @@ export interface CreateInvoiceResultData {
1006
1031
  */
1007
1032
  OrderSn: string;
1008
1033
  }
1034
+ /**
1035
+ * 对账文件信息
1036
+ */
1037
+ export interface FileItem {
1038
+ /**
1039
+ * STRING(256),文件名称
1040
+ 注意:此字段可能返回 null,表示取不到有效值。
1041
+ */
1042
+ FileName: string;
1043
+ /**
1044
+ * STRING(120),随机密码
1045
+ 注意:此字段可能返回 null,表示取不到有效值。
1046
+ */
1047
+ RandomPassword: string;
1048
+ /**
1049
+ * STRING(512),文件路径
1050
+ 注意:此字段可能返回 null,表示取不到有效值。
1051
+ */
1052
+ FilePath: string;
1053
+ /**
1054
+ * STRING(64),提取码
1055
+ 注意:此字段可能返回 null,表示取不到有效值。
1056
+ */
1057
+ DrawCode: string;
1058
+ }
1009
1059
  /**
1010
1060
  * UnbindOpenBankExternalSubMerchantBankAccount请求参数结构体
1011
1061
  */
@@ -1826,21 +1876,17 @@ export interface RevokeMemberRechargeThirdPayResponse {
1826
1876
  */
1827
1877
  export interface DistributeAccreditTlinxRequest {
1828
1878
  /**
1829
- * 收单系统分配的开放ID
1879
+ * 使用门店OpenId
1830
1880
  */
1831
1881
  OpenId: string;
1832
1882
  /**
1833
- * 验证方式,传1手机验证(验证码时效60S)传2结算卡验证(时效6小时),多种方式用逗号隔开
1834
- */
1835
- AuthType: string;
1836
- /**
1837
- * 收单系统分配的密钥
1883
+ * 使用门店OpenKey
1838
1884
  */
1839
1885
  OpenKey: string;
1840
1886
  /**
1841
- * 沙箱环境填sandbox,正式环境不填
1887
+ * 验证方式,传1手机验证(验证码时效60S)传2结算卡验证(时效6小时),多种方式用逗号隔开
1842
1888
  */
1843
- Profile?: string;
1889
+ AuthType: string;
1844
1890
  /**
1845
1891
  * 分账比例(500=5%)不传默认百分之10
1846
1892
  */
@@ -1849,6 +1895,10 @@ export interface DistributeAccreditTlinxRequest {
1849
1895
  * 营业执照商户全称
1850
1896
  */
1851
1897
  FullName?: string;
1898
+ /**
1899
+ * 沙箱环境填sandbox,正式环境不填
1900
+ */
1901
+ Profile?: string;
1852
1902
  }
1853
1903
  /**
1854
1904
  * QueryContractRelateShop请求参数结构体
@@ -1917,29 +1967,41 @@ export interface QueryExceedingInfoResponse {
1917
1967
  */
1918
1968
  export interface AddContractRequest {
1919
1969
  /**
1920
- * 签约扣率百分比(如:0.32)
1970
+ * 收单系统分配的开放ID
1921
1971
  */
1922
- Fee: string;
1972
+ OpenId: string;
1923
1973
  /**
1924
- * 机构合同主键(系统有唯一性校验),建议使用合同表的主键ID,防止重复添加合同
1974
+ * 收单系统分配的密钥
1925
1975
  */
1926
- OutContractId: string;
1976
+ OpenKey: string;
1927
1977
  /**
1928
- * 封顶值(分为单位,无封顶填0)
1978
+ * 机构合同主键(系统有唯一性校验),建议使用合同表的主键ID,防止重复添加合同
1929
1979
  */
1930
- PaymentClassificationLimit: string;
1980
+ OutContractId: string;
1931
1981
  /**
1932
- * 联系人电话
1982
+ * 合同编号(系统有唯一性校验)
1933
1983
  */
1934
- ContactTelephone: string;
1984
+ Code: string;
1935
1985
  /**
1936
1986
  * 支付方式编号
1937
1987
  */
1938
1988
  PaymentId: string;
1939
1989
  /**
1940
- * 收单系统分配的密钥
1990
+ * 支付方式行业分类编号
1941
1991
  */
1942
- OpenKey: string;
1992
+ PaymentClassificationId: string;
1993
+ /**
1994
+ * 封顶值(分为单位,无封顶填0)
1995
+ */
1996
+ PaymentClassificationLimit: string;
1997
+ /**
1998
+ * 商户编号
1999
+ */
2000
+ MerchantNo: string;
2001
+ /**
2002
+ * 签约扣率百分比(如:0.32)
2003
+ */
2004
+ Fee: string;
1943
2005
  /**
1944
2006
  * 合同生效日期(yyyy-mm-dd)
1945
2007
  */
@@ -1957,89 +2019,77 @@ export interface AddContractRequest {
1957
2019
  */
1958
2020
  SignName: string;
1959
2021
  /**
1960
- * 收单系统分配的开放ID
1961
- */
1962
- OpenId: string;
1963
- /**
1964
- * 商户编号
2022
+ * 合同签署日期(yyyy-mm-dd)
1965
2023
  */
1966
- MerchantNo: string;
2024
+ SignDate: string;
1967
2025
  /**
1968
- * 合同照片【私密区】
2026
+ * 是否自动续签(1是,0否)
1969
2027
  */
1970
- PictureOne: string;
2028
+ AutoSign: string;
1971
2029
  /**
1972
2030
  * 联系人
1973
2031
  */
1974
2032
  Contact: string;
1975
2033
  /**
1976
- * 合同签署日期(yyyy-mm-dd)
2034
+ * 联系人电话
1977
2035
  */
1978
- SignDate: string;
2036
+ ContactTelephone: string;
1979
2037
  /**
1980
- * 合同编号(系统有唯一性校验)
2038
+ * 合同照片【私密区】
1981
2039
  */
1982
- Code: string;
2040
+ PictureOne: string;
1983
2041
  /**
1984
- * 是否自动续签(1是,0否)
2042
+ * 合同照片【私密区】
1985
2043
  */
1986
- AutoSign: string;
2044
+ PictureTwo?: string;
1987
2045
  /**
1988
- * 支付方式行业分类编号
2046
+ * 渠道扩展字段,json格式
1989
2047
  */
1990
- PaymentClassificationId: string;
2048
+ ChannelExtJson?: string;
1991
2049
  /**
1992
2050
  * 沙箱环境填sandbox,正式环境不填
1993
2051
  */
1994
2052
  Profile?: string;
1995
2053
  /**
1996
- * 合同照片【私密区】
1997
- */
1998
- PictureTwo?: string;
1999
- /**
2000
- * 合同选项8
2001
- */
2002
- PaymentOptionTen?: string;
2003
- /**
2004
- * 合同选项7(不同支付方式规则不一样,请以支付方式规定的格式传值)
2054
+ * 合同选项1(不同支付方式规则不一样,请以支付方式规定的格式传值)
2005
2055
  */
2006
- PaymentOptionNine?: string;
2056
+ PaymentOptionOne?: string;
2007
2057
  /**
2008
- * 合同选项6(不同支付方式规则不一样,请以支付方式规定的格式传值)
2058
+ * 合同选项2(不同支付方式规则不一样,请以支付方式规定的格式传值)
2009
2059
  */
2010
- PaymentOptionOther?: string;
2060
+ PaymentOptionTwo?: string;
2011
2061
  /**
2012
- * 合同证书选项1(不同支付方式规则不一样,请以支付方式规定的格式传值)
2062
+ * 合同选项3(不同支付方式规则不一样,请以支付方式规定的格式传值)
2013
2063
  */
2014
- PaymentOptionFive?: string;
2064
+ PaymentOptionThree?: string;
2015
2065
  /**
2016
2066
  * 合同选项4(不同支付方式规则不一样,请以支付方式规定的格式传值)
2017
2067
  */
2018
2068
  PaymentOptionFour?: string;
2019
2069
  /**
2020
- * 合同选项5(不同支付方式规则不一样,请以支付方式规定的格式传值)
2070
+ * 合同证书选项1(不同支付方式规则不一样,请以支付方式规定的格式传值)
2021
2071
  */
2022
- PaymentOptionSeven?: string;
2072
+ PaymentOptionFive?: string;
2023
2073
  /**
2024
2074
  * 合同证书选项2(不同支付方式规则不一样,请以支付方式规定的格式传值)
2025
2075
  */
2026
2076
  PaymentOptionSix?: string;
2027
2077
  /**
2028
- * 合同选项1(不同支付方式规则不一样,请以支付方式规定的格式传值)
2078
+ * 合同选项5(不同支付方式规则不一样,请以支付方式规定的格式传值)
2029
2079
  */
2030
- PaymentOptionOne?: string;
2080
+ PaymentOptionSeven?: string;
2031
2081
  /**
2032
- * 合同选项3(不同支付方式规则不一样,请以支付方式规定的格式传值)
2082
+ * 合同选项6(不同支付方式规则不一样,请以支付方式规定的格式传值)
2033
2083
  */
2034
- PaymentOptionThree?: string;
2084
+ PaymentOptionOther?: string;
2035
2085
  /**
2036
- * 合同选项2(不同支付方式规则不一样,请以支付方式规定的格式传值)
2086
+ * 合同选项8
2037
2087
  */
2038
- PaymentOptionTwo?: string;
2088
+ PaymentOptionTen?: string;
2039
2089
  /**
2040
- * 渠道扩展字段,json格式
2090
+ * 合同选项7(不同支付方式规则不一样,请以支付方式规定的格式传值)
2041
2091
  */
2042
- ChannelExtJson?: string;
2092
+ PaymentOptionNine?: string;
2043
2093
  }
2044
2094
  /**
2045
2095
  * CreateAcct返回参数结构体
@@ -2063,25 +2113,25 @@ export interface CreateAcctResponse {
2063
2113
  */
2064
2114
  export interface DistributeAddReceiverRequest {
2065
2115
  /**
2066
- * 收单系统分配的开放ID
2116
+ * 使用门店OpenId
2067
2117
  */
2068
2118
  OpenId: string;
2069
2119
  /**
2070
- * 收单系统分配的密钥
2120
+ * 使用门店OpenKey
2071
2121
  */
2072
2122
  OpenKey: string;
2073
2123
  /**
2074
2124
  * 商户编号
2075
2125
  */
2076
2126
  MerchantNo: string;
2077
- /**
2078
- * 沙箱环境填sandbox,正式环境不填
2079
- */
2080
- Profile?: string;
2081
2127
  /**
2082
2128
  * 备注
2083
2129
  */
2084
2130
  Remark?: string;
2131
+ /**
2132
+ * 沙箱环境填sandbox,正式环境不填
2133
+ */
2134
+ Profile?: string;
2085
2135
  }
2086
2136
  /**
2087
2137
  * 查询汇率数据
@@ -2183,17 +2233,28 @@ __其他__: 见附录-错误码表
2183
2233
  RequestId?: string;
2184
2234
  }
2185
2235
  /**
2186
- * 付款人查询结果
2236
+ * QueryMemberTransactionDetails返回参数结构体
2187
2237
  */
2188
- export interface QueryPayerinfoResult {
2238
+ export interface QueryMemberTransactionDetailsResponse {
2189
2239
  /**
2190
- * 错误码
2240
+ * 错误码。
2241
+ __SUCCESS__: 成功
2242
+ __其他__: 见附录-错误码表
2191
2243
  */
2192
- Code: string;
2244
+ ErrCode: string;
2193
2245
  /**
2194
- * 付款人查询数据
2246
+ * 错误消息。
2195
2247
  */
2196
- Data: QueryPayerinfoData;
2248
+ ErrMessage: string;
2249
+ /**
2250
+ * 返回结果。
2251
+ 注意:此字段可能返回 null,表示取不到有效值。
2252
+ */
2253
+ Result: QueryMemberTransactionDetailsResult;
2254
+ /**
2255
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2256
+ */
2257
+ RequestId?: string;
2197
2258
  }
2198
2259
  /**
2199
2260
  * 查询发票结果数据
@@ -2257,6 +2318,73 @@ export interface QueryInvoiceResultData {
2257
2318
  */
2258
2319
  ImageUrl: string;
2259
2320
  }
2321
+ /**
2322
+ * 会员资金交易明细信息
2323
+ */
2324
+ export interface FundsTransactionItem {
2325
+ /**
2326
+ * 资金交易类型。
2327
+ __1__:提现/退款
2328
+ __2__:清分/充值
2329
+ */
2330
+ TransType: string;
2331
+ /**
2332
+ * 银行记账说明。
2333
+ 注意:此字段可能返回 null,表示取不到有效值。
2334
+ */
2335
+ BankBookingMessage: string;
2336
+ /**
2337
+ * 交易状态。
2338
+ __0__:成功
2339
+ */
2340
+ TranStatus: string;
2341
+ /**
2342
+ * 业务方会员标识。
2343
+ _平安渠道为交易网会员代码_
2344
+ 注意:此字段可能返回 null,表示取不到有效值。
2345
+ */
2346
+ TransNetMemberCode: string;
2347
+ /**
2348
+ * 子账户账号。
2349
+ _平安渠道为见证子账户的账号_
2350
+ */
2351
+ SubAccountNumber: string;
2352
+ /**
2353
+ * 子账户名称。
2354
+ _平安渠道为见证子账户的户名_
2355
+ 注意:此字段可能返回 null,表示取不到有效值。
2356
+ */
2357
+ SubAccountName: string;
2358
+ /**
2359
+ * 交易金额。
2360
+ */
2361
+ TransAmount: string;
2362
+ /**
2363
+ * 交易手续费。
2364
+ 注意:此字段可能返回 null,表示取不到有效值。
2365
+ */
2366
+ TransFee: string;
2367
+ /**
2368
+ * 交易日期,格式:yyyyMMdd。
2369
+ */
2370
+ TransDate: string;
2371
+ /**
2372
+ * 交易时间,格式:HHmmss。
2373
+ 注意:此字段可能返回 null,表示取不到有效值。
2374
+ */
2375
+ TransTime: string;
2376
+ /**
2377
+ * 银行系统流水号。
2378
+ _平安渠道为见证系统流水号_
2379
+ */
2380
+ BankSequenceNumber: string;
2381
+ /**
2382
+ * 备注。
2383
+ _平安渠道,如果是见证+收单的交易,返回交易订单号_
2384
+ 注意:此字段可能返回 null,表示取不到有效值。
2385
+ */
2386
+ Remark: string;
2387
+ }
2260
2388
  /**
2261
2389
  * AddMerchant返回参数结构体
2262
2390
  */
@@ -2384,10 +2512,6 @@ export interface ViewMerchantRequest {
2384
2512
  * 收单系统分配的密钥
2385
2513
  */
2386
2514
  OpenKey: string;
2387
- /**
2388
- * 沙箱环境填sandbox,正式环境不填
2389
- */
2390
- Profile?: string;
2391
2515
  /**
2392
2516
  * 外部商户主键编号(MerchantNo或OutMerchantId必须传一个)
2393
2517
  */
@@ -2396,6 +2520,10 @@ export interface ViewMerchantRequest {
2396
2520
  * 商户编号(MerchantNo或OutMerchantId必须传一个)
2397
2521
  */
2398
2522
  MerchantNo?: string;
2523
+ /**
2524
+ * 沙箱环境填sandbox,正式环境不填
2525
+ */
2526
+ Profile?: string;
2399
2527
  }
2400
2528
  /**
2401
2529
  * QueryDownloadBillURL返回参数结构体
@@ -2985,11 +3113,11 @@ export interface CreateOpenBankMerchantResult {
2985
3113
  */
2986
3114
  export interface DistributeQueryReceiverRequest {
2987
3115
  /**
2988
- * 收单系统分配的开放ID
3116
+ * 使用门店OpenId
2989
3117
  */
2990
3118
  OpenId: string;
2991
3119
  /**
2992
- * 收单系统分配的密钥
3120
+ * 使用门店OpenKey
2993
3121
  */
2994
3122
  OpenKey: string;
2995
3123
  /**
@@ -3506,15 +3634,44 @@ export interface ViewMerchantResult {
3506
3634
  TaxCollectionNo?: string;
3507
3635
  }
3508
3636
  /**
3509
- * 提交贸易材料结果
3637
+ * QueryOpenBankSupportBankList请求参数结构体
3510
3638
  */
3511
- export interface ApplyTradeResult {
3639
+ export interface QueryOpenBankSupportBankListRequest {
3512
3640
  /**
3513
- * 错误码
3641
+ * 渠道商户ID。
3514
3642
  */
3515
- Code: string;
3643
+ ChannelMerchantId: string;
3516
3644
  /**
3517
- * 提交贸易材料数据
3645
+ * 渠道名称。
3646
+ __TENPAY__: 商企付
3647
+ __WECHAT__: 微信支付
3648
+ __ALIPAY__: 支付宝
3649
+ */
3650
+ ChannelName: string;
3651
+ /**
3652
+ * 支付方式。
3653
+ __EBANK_PAYMENT__:ebank付款
3654
+ __OPENBANK_PAYMENT__: openbank付款
3655
+ */
3656
+ PaymentMethod: string;
3657
+ /**
3658
+ * 环境类型。
3659
+ __release__:生产环境
3660
+ __sandbox__:沙箱环境
3661
+ _不填默认为生产环境_
3662
+ */
3663
+ Environment?: string;
3664
+ }
3665
+ /**
3666
+ * 提交贸易材料结果
3667
+ */
3668
+ export interface ApplyTradeResult {
3669
+ /**
3670
+ * 错误码
3671
+ */
3672
+ Code: string;
3673
+ /**
3674
+ * 提交贸易材料数据
3518
3675
  */
3519
3676
  Data: ApplyTradeData;
3520
3677
  }
@@ -3605,6 +3762,15 @@ development: 开发环境
3605
3762
  */
3606
3763
  MidasEnvironment?: string;
3607
3764
  }
3765
+ /**
3766
+ * 查询支持的银行列表返回结果
3767
+ */
3768
+ export interface QueryOpenBankSupportBankListResult {
3769
+ /**
3770
+ * 支持的银行列表
3771
+ */
3772
+ SupportBankList: Array<SupportBankInfo>;
3773
+ }
3608
3774
  /**
3609
3775
  * BindRelateAcctSmallAmount请求参数结构体
3610
3776
  */
@@ -4387,11 +4553,11 @@ export interface QueryExceedingInfoResult {
4387
4553
  */
4388
4554
  export interface QueryMerchantPayWayListRequest {
4389
4555
  /**
4390
- * 收单系统分配的开放ID
4556
+ * 使用门店OpenId
4391
4557
  */
4392
4558
  OpenId: string;
4393
4559
  /**
4394
- * 收单系统分配的密钥
4560
+ * 使用门店OpenKey
4395
4561
  */
4396
4562
  OpenKey: string;
4397
4563
  /**
@@ -4527,237 +4693,237 @@ export interface CreateInvoiceResponse {
4527
4693
  */
4528
4694
  export interface AddMerchantRequest {
4529
4695
  /**
4530
- * 法人姓名
4696
+ * 收单系统分配的开放ID
4531
4697
  */
4532
- BossName: string;
4698
+ OpenId: string;
4533
4699
  /**
4534
- * 营业执照图片【私密区】(系统返回的图片路径),(小微商户不效验,随意传要有值,公司/个体户必传)
4700
+ * 收单系统分配的密钥
4535
4701
  */
4536
- BusinessLicensePicture: string;
4702
+ OpenKey: string;
4537
4703
  /**
4538
- * 招牌名称
4704
+ * 机构商户主键(系统有唯一性校验),建议使用商户表的主键ID,防止重复添加商户
4539
4705
  */
4540
- BrandName: string;
4706
+ OutMerchantId: string;
4541
4707
  /**
4542
- * 收单系统分配的密钥
4708
+ * 商户名称,小微商户命名要符合“”商户_名字” (例如:商户_张三)
4543
4709
  */
4544
- OpenKey: string;
4710
+ MerchantName: string;
4545
4711
  /**
4546
- * 营业执照过期时间(yyyy-mm-dd),(小微商户不效验,随意传要有值,公司/个体户必传)
4712
+ * 营业执照类型(1三证合一,2非三证合一)
4547
4713
  */
4548
- BusinessLicenseEndDate: string;
4714
+ BusinessLicenseType: string;
4549
4715
  /**
4550
- * 法人证件生效时间(yyyy-mm-dd)
4716
+ * 营业执照编号(系统有唯一性校验),(小微商户不效验,随意传要有值,公司/个体户必传)
4551
4717
  */
4552
- BossStartDate: string;
4718
+ BusinessLicenseNo: string;
4553
4719
  /**
4554
- * 清算联行号,开户行行号
4720
+ * 营业执照图片【私密区】(系统返回的图片路径),(小微商户不效验,随意传要有值,公司/个体户必传)
4555
4721
  */
4556
- BankNo: string;
4722
+ BusinessLicensePicture: string;
4557
4723
  /**
4558
- * 开户行名称
4724
+ * 营业执照生效时间(yyyy-mm-dd),(小微商户不效验,随意传要有值,公司/个体户必传)
4559
4725
  */
4560
- BankName: string;
4726
+ BusinessLicenseStartDate: string;
4561
4727
  /**
4562
- * 营业执照类型(1三证合一,2非三证合一)
4728
+ * 营业执照过期时间(yyyy-mm-dd),(小微商户不效验,随意传要有值,公司/个体户必传)
4563
4729
  */
4564
- BusinessLicenseType: string;
4730
+ BusinessLicenseEndDate: string;
4565
4731
  /**
4566
- * 法人证件过期时间(yyyy-mm-dd)
4732
+ * 行业分类编号列表(第一个分类编号为主分类,后面的为二级分类)
4567
4733
  */
4568
- BossEndDate: string;
4734
+ ClassificationIds: Array<string>;
4569
4735
  /**
4570
- * 营业执照编号(系统有唯一性校验),(小微商户不效验,随意传要有值,公司/个体户必传)
4736
+ * 招牌名称
4571
4737
  */
4572
- BusinessLicenseNo: string;
4738
+ BrandName: string;
4573
4739
  /**
4574
- * 营业执照生效时间(yyyy-mm-dd),(小微商户不效验,随意传要有值,公司/个体户必传)
4740
+ * 联系电话
4575
4741
  */
4576
- BusinessLicenseStartDate: string;
4742
+ Telephone: string;
4577
4743
  /**
4578
- * 法人证件类型(1居民身份证,2临时居民身份证,3居民户口簿,4护照,5港澳居民来往内地通行证,6回乡证,7军人证,8武警身份证,9其他法定文件)
4744
+ * 城市编号
4579
4745
  */
4580
- BossIdType: string;
4746
+ CityId: string;
4581
4747
  /**
4582
4748
  * 详细地址,不含省市区县名称,长度需要大于5。
4583
4749
  */
4584
4750
  Address: string;
4585
4751
  /**
4586
- * 法人证件国别/地区(中国CHN,香港HKG,澳门MAC,台湾CTN)
4752
+ * 营业时间,多个以小写逗号分开(9:00-12:00,13:00-18:00)
4587
4753
  */
4588
- BossIdCountry: string;
4754
+ OpenHours: string;
4589
4755
  /**
4590
- * 收单系统分配的开放ID
4756
+ * 结算账户类型(2对私,1对公)
4591
4757
  */
4592
- OpenId: string;
4758
+ AccountType: string;
4593
4759
  /**
4594
- * 商户名称,小微商户命名要符合“”商户_名字” (例如:商户_张三)
4760
+ * 清算联行号,开户行行号
4595
4761
  */
4596
- MerchantName: string;
4762
+ BankNo: string;
4597
4763
  /**
4598
- * 法人性别(1男,2女)
4764
+ * 开户行名称
4599
4765
  */
4600
- BossSex: string;
4766
+ BankName: string;
4601
4767
  /**
4602
- * 行业分类编号列表(第一个分类编号为主分类,后面的为二级分类)
4768
+ * 银行账号
4603
4769
  */
4604
- ClassificationIds: Array<string>;
4770
+ AccountNo: string;
4771
+ /**
4772
+ * 银行户名
4773
+ */
4774
+ AccountName: string;
4775
+ /**
4776
+ * 法人证件类型(1居民身份证,2临时居民身份证,3居民户口簿,4护照,5港澳居民来往内地通行证,6回乡证,7军人证,8武警身份证,9其他法定文件)
4777
+ */
4778
+ BossIdType: string;
4605
4779
  /**
4606
4780
  * 法人证件号码
4607
4781
  */
4608
4782
  BossIdNo: string;
4609
4783
  /**
4610
- * 许可证图片【私密区】,(小微商户不效验,随意传要有值,公司/个体户必传)
4784
+ * 法人姓名
4611
4785
  */
4612
- LicencePicture: string;
4786
+ BossName: string;
4613
4787
  /**
4614
- * 营业时间,多个以小写逗号分开(9:00-12:00,13:00-18:00)
4788
+ * 法人性别(1男,2女)
4615
4789
  */
4616
- OpenHours: string;
4790
+ BossSex: string;
4617
4791
  /**
4618
- * 银行户名
4792
+ * 法人证件国别/地区(中国CHN,香港HKG,澳门MAC,台湾CTN)
4619
4793
  */
4620
- AccountName: string;
4794
+ BossIdCountry: string;
4621
4795
  /**
4622
- * 银行账号
4796
+ * 法人身份证正面【私密区】(系统返回的图片路径)
4623
4797
  */
4624
- AccountNo: string;
4798
+ BossPositive: string;
4625
4799
  /**
4626
- * 结算账户类型(2对私,1对公)
4800
+ * 法人身份证背面【私密区】(系统返回的图片路径)
4627
4801
  */
4628
- AccountType: string;
4802
+ BossBack: string;
4629
4803
  /**
4630
- * 联系电话
4804
+ * 法人证件生效时间(yyyy-mm-dd)
4631
4805
  */
4632
- Telephone: string;
4806
+ BossStartDate: string;
4633
4807
  /**
4634
- * 法人身份证正面【私密区】(系统返回的图片路径)
4808
+ * 法人证件过期时间(yyyy-mm-dd)
4635
4809
  */
4636
- BossPositive: string;
4810
+ BossEndDate: string;
4637
4811
  /**
4638
- * 城市编号
4812
+ * 许可证图片【私密区】,(小微商户不效验,随意传要有值,公司/个体户必传)
4639
4813
  */
4640
- CityId: string;
4814
+ LicencePicture: string;
4641
4815
  /**
4642
- * 法人身份证背面【私密区】(系统返回的图片路径)
4816
+ * 商户类型:1-个体,2-小微,3-企业。不传默认为2-小微商户。
4643
4817
  */
4644
- BossBack: string;
4818
+ Type?: string;
4645
4819
  /**
4646
- * 机构商户主键(系统有唯一性校验),建议使用商户表的主键ID,防止重复添加商户
4820
+ * 组织机构代码证号
4647
4821
  */
4648
- OutMerchantId: string;
4822
+ OrganizationNo?: string;
4649
4823
  /**
4650
4824
  * 组织机构代码证生效时间(yyyy-mm-dd)
4651
4825
  */
4652
4826
  OrganizationStartDate?: string;
4653
4827
  /**
4654
- * 法人亲属证件号码
4828
+ * 组织机构代码证图片【私密区】
4655
4829
  */
4656
- AccountIdNo?: string;
4830
+ OrganizationPicture?: string;
4657
4831
  /**
4658
- * 财务联系人
4832
+ * 组织机构代码证过期时间(yyyy-mm-dd)
4659
4833
  */
4660
- FinancialContact?: string;
4834
+ OrganizationEndDate?: string;
4661
4835
  /**
4662
- * 法人亲属证件类型(1居民身份证,2临时居民身份证,3居民户口簿,4护照,5港澳居民来往内地通行证,6回乡证,7军人证,8武警身份证,9其他法定文件)结算账户人身份为法人亲属时必填
4836
+ * 商户简介
4663
4837
  */
4664
- AccountIdType?: string;
4838
+ Intro?: string;
4665
4839
  /**
4666
- * 组织机构代码证号
4840
+ * 商户logo【公共区】
4667
4841
  */
4668
- OrganizationNo?: string;
4842
+ Logo?: string;
4669
4843
  /**
4670
- * 其他资料1
4844
+ * 商户标记,自定义参数
4671
4845
  */
4672
- OtherPictureOne?: string;
4846
+ Tag?: string;
4673
4847
  /**
4674
4848
  * 财务联系人电话
4675
4849
  */
4676
4850
  FinancialTelephone?: string;
4677
4851
  /**
4678
- * 沙箱环境填sandbox,正式环境不填
4852
+ * 财务联系人
4679
4853
  */
4680
- Profile?: string;
4854
+ FinancialContact?: string;
4681
4855
  /**
4682
- * 组织机构代码证图片【私密区】
4856
+ * 税务登记证号
4683
4857
  */
4684
- OrganizationPicture?: string;
4858
+ TaxRegistrationNo?: string;
4859
+ /**
4860
+ * 税务登记证图片【私密区】
4861
+ */
4862
+ TaxRegistrationPicture?: string;
4685
4863
  /**
4686
4864
  * 税务登记证生效时间(yyyy-mm-dd)
4687
4865
  */
4688
4866
  TaxRegistrationStartDate?: string;
4689
4867
  /**
4690
- * 商户标记,自定义参数
4868
+ * 税务登记证过期时间(yyyy-mm-dd)
4691
4869
  */
4692
- Tag?: string;
4870
+ TaxRegistrationEndDate?: string;
4693
4871
  /**
4694
4872
  * 结算账户人身份(1法人,2法人亲属),结算帐户为对私时必填
4695
4873
  */
4696
4874
  AccountBoss?: string;
4697
4875
  /**
4698
- * 法人电话
4699
- */
4700
- BossTelephone?: string;
4701
- /**
4702
- * 税务登记证图片【私密区】
4876
+ * 客户经理姓名,必须为系统后台的管理员真实姓名
4703
4877
  */
4704
- TaxRegistrationPicture?: string;
4878
+ AccountManagerName?: string;
4705
4879
  /**
4706
- * 组织机构代码证过期时间(yyyy-mm-dd)
4880
+ * 法人电话
4707
4881
  */
4708
- OrganizationEndDate?: string;
4882
+ BossTelephone?: string;
4709
4883
  /**
4710
4884
  * 法人职业
4711
4885
  */
4712
4886
  BossJob?: string;
4713
4887
  /**
4714
- * 其他资料3
4715
- */
4716
- OtherPictureThree?: string;
4717
- /**
4718
- * 授权文件【私密区】
4719
- */
4720
- LicencePictureTwo?: string;
4721
- /**
4722
- * 商户logo【公共区】
4888
+ * 法人邮箱
4723
4889
  */
4724
- Logo?: string;
4890
+ BossEmail?: string;
4725
4891
  /**
4726
4892
  * 法人住址
4727
4893
  */
4728
4894
  BossAddress?: string;
4729
4895
  /**
4730
- * 法人邮箱
4896
+ * 法人亲属证件类型(1居民身份证,2临时居民身份证,3居民户口簿,4护照,5港澳居民来往内地通行证,6回乡证,7军人证,8武警身份证,9其他法定文件)结算账户人身份为法人亲属时必填
4731
4897
  */
4732
- BossEmail?: string;
4898
+ AccountIdType?: string;
4733
4899
  /**
4734
- * 其他资料2
4900
+ * 法人亲属证件号码
4735
4901
  */
4736
- OtherPictureTwo?: string;
4902
+ AccountIdNo?: string;
4737
4903
  /**
4738
- * 商户简介
4904
+ * 授权文件【私密区】
4739
4905
  */
4740
- Intro?: string;
4906
+ LicencePictureTwo?: string;
4741
4907
  /**
4742
- * 客户经理姓名,必须为系统后台的管理员真实姓名
4908
+ * 其他资料1
4743
4909
  */
4744
- AccountManagerName?: string;
4910
+ OtherPictureOne?: string;
4745
4911
  /**
4746
- * 税务登记证过期时间(yyyy-mm-dd)
4912
+ * 其他资料2
4747
4913
  */
4748
- TaxRegistrationEndDate?: string;
4914
+ OtherPictureTwo?: string;
4749
4915
  /**
4750
- * 其他资料4
4916
+ * 其他资料3
4751
4917
  */
4752
- OtherPictureFour?: string;
4918
+ OtherPictureThree?: string;
4753
4919
  /**
4754
- * 税务登记证号
4920
+ * 其他资料4
4755
4921
  */
4756
- TaxRegistrationNo?: string;
4922
+ OtherPictureFour?: string;
4757
4923
  /**
4758
- * 商户类型:1-个体,2-小微,3-企业。不传默认为2-小微商户。
4924
+ * 沙箱环境填sandbox,正式环境不填
4759
4925
  */
4760
- Type?: string;
4926
+ Profile?: string;
4761
4927
  }
4762
4928
  /**
4763
4929
  * 红票结果V2
@@ -5385,6 +5551,23 @@ export interface CreateAgentTaxPaymentInfosRequest {
5385
5551
  */
5386
5552
  Profile?: string;
5387
5553
  }
5554
+ /**
5555
+ * QueryReconciliationFileApplyInfo请求参数结构体
5556
+ */
5557
+ export interface QueryReconciliationFileApplyInfoRequest {
5558
+ /**
5559
+ * 申请对账文件的任务ID。
5560
+ */
5561
+ ApplyFileId: string;
5562
+ /**
5563
+ * 环境名。
5564
+ __release__: 现网环境
5565
+ __sandbox__: 沙箱环境
5566
+ __development__: 开发环境
5567
+ _缺省: release_
5568
+ */
5569
+ MidasEnvironment?: string;
5570
+ }
5388
5571
  /**
5389
5572
  * QueryBillDownloadURL返回参数结构体
5390
5573
  */
@@ -5617,11 +5800,11 @@ export interface RefundOrderResponse {
5617
5800
  */
5618
5801
  export interface QueryOrderStatusRequest {
5619
5802
  /**
5620
- * 收单系统分配的开放ID
5803
+ * 使用门店OpenId
5621
5804
  */
5622
5805
  OpenId: string;
5623
5806
  /**
5624
- * 收单系统分配的密钥
5807
+ * 使用门店OpenKey
5625
5808
  */
5626
5809
  OpenKey: string;
5627
5810
  /**
@@ -5898,6 +6081,30 @@ export interface UploadTaxListResponse {
5898
6081
  */
5899
6082
  RequestId?: string;
5900
6083
  }
6084
+ /**
6085
+ * QueryReconciliationFileApplyInfo返回参数结构体
6086
+ */
6087
+ export interface QueryReconciliationFileApplyInfoResponse {
6088
+ /**
6089
+ * 错误码。
6090
+ __SUCCESS__: 成功
6091
+ __其他__: 见附录-错误码表
6092
+ */
6093
+ ErrCode: string;
6094
+ /**
6095
+ * 错误消息。
6096
+ */
6097
+ ErrMessage: string;
6098
+ /**
6099
+ * 返回结果。
6100
+ 注意:此字段可能返回 null,表示取不到有效值。
6101
+ */
6102
+ Result: QueryReconciliationFileApplyInfoResult;
6103
+ /**
6104
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6105
+ */
6106
+ RequestId?: string;
6107
+ }
5901
6108
  /**
5902
6109
  * BindRelateAcctUnionPay请求参数结构体
5903
6110
  */
@@ -5956,29 +6163,30 @@ export interface BindRelateAcctUnionPayRequest {
5956
6163
  Profile?: string;
5957
6164
  }
5958
6165
  /**
5959
- * 对账文件信息
6166
+ * 查询会员资金交易信息列表结果
5960
6167
  */
5961
- export interface FileItem {
6168
+ export interface QueryFundsTransactionDetailsResult {
5962
6169
  /**
5963
- * STRING(256),文件名称
5964
- 注意:此字段可能返回 null,表示取不到有效值。
6170
+ * 本次交易返回查询结果记录数。
5965
6171
  */
5966
- FileName: string;
6172
+ ResultCount: number;
5967
6173
  /**
5968
- * STRING(120),随机密码
6174
+ * 符合业务查询条件的记录总数。
5969
6175
  注意:此字段可能返回 null,表示取不到有效值。
5970
6176
  */
5971
- RandomPassword: string;
6177
+ TotalCount: number;
5972
6178
  /**
5973
- * STRING(512),文件路径
6179
+ * 结束标志。
6180
+ __0__:否
6181
+ __1__:是
5974
6182
  注意:此字段可能返回 null,表示取不到有效值。
5975
6183
  */
5976
- FilePath: string;
6184
+ EndFlag: string;
5977
6185
  /**
5978
- * STRING(64),提取码
6186
+ * 会员资金交易信息数组。
5979
6187
  注意:此字段可能返回 null,表示取不到有效值。
5980
6188
  */
5981
- DrawCode: string;
6189
+ TranItemArray: Array<FundsTransactionItem>;
5982
6190
  }
5983
6191
  /**
5984
6192
  * 聚鑫商户余额查询输出项
@@ -6103,21 +6311,17 @@ export interface QueryMerchantInfoForManagementRequest {
6103
6311
  */
6104
6312
  export interface UnifiedTlinxOrderRequest {
6105
6313
  /**
6106
- * 开发者流水号
6107
- */
6108
- DeveloperNo: string;
6109
- /**
6110
- * 收单系统分配的开放ID
6314
+ * 使用门店OpenId
6111
6315
  */
6112
6316
  OpenId: string;
6113
6317
  /**
6114
- * 交易结果异步通知url地址
6318
+ * 使用门店OpenKey
6115
6319
  */
6116
- NotifyUrl: string;
6320
+ OpenKey: string;
6117
6321
  /**
6118
- * 收单系统分配的密钥
6322
+ * 开发者流水号
6119
6323
  */
6120
- OpenKey: string;
6324
+ DeveloperNo: string;
6121
6325
  /**
6122
6326
  * 支付标签
6123
6327
  */
@@ -6127,41 +6331,33 @@ export interface UnifiedTlinxOrderRequest {
6127
6331
  */
6128
6332
  TradeAmount: string;
6129
6333
  /**
6130
- * 订单备注
6131
- */
6132
- Remark?: string;
6133
- /**
6134
- * 订单标记,订单附加数据。
6135
- */
6136
- Tag?: string;
6137
- /**
6138
- * 抹零金额(以分为单位,没有小数点)
6334
+ * 交易结果异步通知url地址
6139
6335
  */
6140
- IgnoreAmount?: string;
6336
+ NotifyUrl: string;
6141
6337
  /**
6142
- * 条码支付的授权码(条码抢扫手机扫到的一串数字)
6338
+ * 付款方式名称(当PayTag为Diy时,PayName不能为空)
6143
6339
  */
6144
- AuthCode?: string;
6340
+ PayName?: string;
6145
6341
  /**
6146
- * 原始交易金额(以分为单位,没有小数点)
6342
+ * 公众号支付时,支付成功后跳转url地址
6147
6343
  */
6148
- OriginalAmount?: string;
6344
+ JumpUrl?: string;
6149
6345
  /**
6150
6346
  * 订单名称(描述)
6151
6347
  */
6152
6348
  OrderName?: string;
6153
6349
  /**
6154
- * 公众号支付时,支付成功后跳转url地址
6350
+ * 原始交易金额(以分为单位,没有小数点)
6155
6351
  */
6156
- JumpUrl?: string;
6352
+ OriginalAmount?: string;
6157
6353
  /**
6158
- * 沙箱环境填sandbox,正式环境不填
6354
+ * 抹零金额(以分为单位,没有小数点)
6159
6355
  */
6160
- Profile?: string;
6356
+ IgnoreAmount?: string;
6161
6357
  /**
6162
- * 收单机构原始交易报文,请转换为json
6358
+ * 折扣金额(以分为单位,没有小数点)
6163
6359
  */
6164
- TradeResult?: string;
6360
+ DiscountAmount?: string;
6165
6361
  /**
6166
6362
  * 交易帐号(银行卡号)
6167
6363
  */
@@ -6171,13 +6367,21 @@ export interface UnifiedTlinxOrderRequest {
6171
6367
  */
6172
6368
  TradeNo?: string;
6173
6369
  /**
6174
- * 折扣金额(以分为单位,没有小数点)
6370
+ * 条码支付的授权码(条码抢扫手机扫到的一串数字)
6175
6371
  */
6176
- DiscountAmount?: string;
6372
+ AuthCode?: string;
6177
6373
  /**
6178
- * 付款方式名称(当PayTag为Diy时,PayName不能为空)
6374
+ * 订单标记,订单附加数据。
6179
6375
  */
6180
- PayName?: string;
6376
+ Tag?: string;
6377
+ /**
6378
+ * 订单备注
6379
+ */
6380
+ Remark?: string;
6381
+ /**
6382
+ * 收单机构原始交易报文,请转换为json
6383
+ */
6384
+ TradeResult?: string;
6181
6385
  /**
6182
6386
  * 0-不分账,1-需分账。为1时标记为待分账订单,待分账订单不会进行清算。不传默认为不分账。
6183
6387
  */
@@ -6196,6 +6400,10 @@ export interface UnifiedTlinxOrderRequest {
6196
6400
  用户在子商户appid下的唯一标识。
6197
6401
  */
6198
6402
  SubOpenId?: string;
6403
+ /**
6404
+ * 沙箱环境填sandbox,正式环境不填
6405
+ */
6406
+ Profile?: string;
6199
6407
  }
6200
6408
  /**
6201
6409
  * DeduceQuota请求参数结构体
@@ -6317,6 +6525,56 @@ export interface QueryExchangerateResult {
6317
6525
  */
6318
6526
  Data: Array<QueryExchangerateData>;
6319
6527
  }
6528
+ /**
6529
+ * QueryMemberTransactionDetails请求参数结构体
6530
+ */
6531
+ export interface QueryMemberTransactionDetailsRequest {
6532
+ /**
6533
+ * 查询的交易发生时间类型。
6534
+ __1__:当日
6535
+ __2__:历史
6536
+ */
6537
+ QueryDateType: string;
6538
+ /**
6539
+ * 查询的交易类型。
6540
+ __1__:全部
6541
+ __2__:转出
6542
+ __3__:转入
6543
+ */
6544
+ QueryTranType: string;
6545
+ /**
6546
+ * 父账户账号。
6547
+ _平安渠道为资金汇总账号_
6548
+ */
6549
+ BankAccountNumber: string;
6550
+ /**
6551
+ * 子账户账号。
6552
+ _平安渠道为见证子账户的账号_
6553
+ */
6554
+ SubAccountNumber: string;
6555
+ /**
6556
+ * 分页号, 起始值为1。
6557
+ */
6558
+ PageOffSet: string;
6559
+ /**
6560
+ * 查询开始日期,格式:yyyyMMdd。
6561
+ __若是历史查询,则必输,当日查询时,不起作用;开始日期不能超过当前日期__
6562
+ */
6563
+ QueryStartDate?: string;
6564
+ /**
6565
+ * 查询终止日期,格式:yyyyMMdd。
6566
+ __若是历史查询,则必输,当日查询时,不起作用;终止日期不能超过当前日期__
6567
+ */
6568
+ QueryEndDate?: string;
6569
+ /**
6570
+ * 环境名。
6571
+ __release__: 现网环境
6572
+ __sandbox__: 沙箱环境
6573
+ __development__: 开发环境
6574
+ _缺省: release_
6575
+ */
6576
+ MidasEnvironment?: string;
6577
+ }
6320
6578
  /**
6321
6579
  * QueryBatchPaymentResult请求参数结构体
6322
6580
  */
@@ -6787,18 +7045,37 @@ development: 开发环境
6787
7045
  MidasEnvironment?: string;
6788
7046
  }
6789
7047
  /**
6790
- * QueryAgentStatements请求参数结构体
7048
+ * QueryRefund请求参数结构体
6791
7049
  */
6792
- export interface QueryAgentStatementsRequest {
7050
+ export interface QueryRefundRequest {
6793
7051
  /**
6794
- * 结算单日期,月结算单填每月1日
7052
+ * 用户ID,长度不小于5位,仅支持字母和数字的组合。
6795
7053
  */
6796
- Date: string;
7054
+ UserId: string;
6797
7055
  /**
6798
- * 日结算单:daily
6799
- 月结算单:monthly
7056
+ * 退款订单号,仅支持数字、字母、下划线(_)、横杠字符(-)、点(.)的组合。
6800
7057
  */
6801
- Type: string;
7058
+ RefundId: string;
7059
+ /**
7060
+ * 聚鑫分配的支付主MidasAppId
7061
+ */
7062
+ MidasAppId: string;
7063
+ /**
7064
+ * 聚鑫分配的安全ID
7065
+ */
7066
+ MidasSecretId: string;
7067
+ /**
7068
+ * 按照聚鑫安全密钥计算的签名
7069
+ */
7070
+ MidasSignature: string;
7071
+ /**
7072
+ * 环境名:
7073
+ release: 现网环境
7074
+ sandbox: 沙箱环境
7075
+ development: 开发环境
7076
+ 缺省: release
7077
+ */
7078
+ MidasEnvironment?: string;
6802
7079
  }
6803
7080
  /**
6804
7081
  * CreateCustAcctId请求参数结构体
@@ -6907,11 +7184,11 @@ export interface CreateBatchPaymentData {
6907
7184
  */
6908
7185
  export interface DistributeQueryRequest {
6909
7186
  /**
6910
- * 收单系统分配的开放ID
7187
+ * 使用门店OpenId
6911
7188
  */
6912
7189
  OpenId: string;
6913
7190
  /**
6914
- * 收单系统分配的密钥
7191
+ * 使用门店OpenKey
6915
7192
  */
6916
7193
  OpenKey: string;
6917
7194
  /**
@@ -6919,21 +7196,21 @@ export interface DistributeQueryRequest {
6919
7196
  */
6920
7197
  Type: string;
6921
7198
  /**
6922
- * 沙箱环境填sandbox,正式环境不填
7199
+ * 商户分账单号,type为2时,和DistributeNo二者传其一
6923
7200
  */
6924
- Profile?: string;
7201
+ OutDistributeNo?: string;
6925
7202
  /**
6926
7203
  * 平台分账单号,type为2时,和OutDistributeNo二者传其一
6927
7204
  */
6928
7205
  DistributeNo?: string;
6929
- /**
6930
- * 商户分账单号,type为2时,和DistributeNo二者传其一
6931
- */
6932
- OutDistributeNo?: string;
6933
7206
  /**
6934
7207
  * 平台交易订单号
6935
7208
  */
6936
7209
  OrderNo?: string;
7210
+ /**
7211
+ * 沙箱环境填sandbox,正式环境不填
7212
+ */
7213
+ Profile?: string;
6937
7214
  }
6938
7215
  /**
6939
7216
  * CloseOrder请求参数结构体
@@ -7306,10 +7583,6 @@ export interface ViewContractRequest {
7306
7583
  * 收单系统分配的密钥
7307
7584
  */
7308
7585
  OpenKey: string;
7309
- /**
7310
- * 沙箱环境填sandbox,正式环境不填
7311
- */
7312
- Profile?: string;
7313
7586
  /**
7314
7587
  * 外部合同主键编号(ContractId或OutContractId必须传一个)
7315
7588
  */
@@ -7318,6 +7591,10 @@ export interface ViewContractRequest {
7318
7591
  * 合同主键(ContractId或OutContractId必须传一个)
7319
7592
  */
7320
7593
  ContractId?: string;
7594
+ /**
7595
+ * 沙箱环境填sandbox,正式环境不填
7596
+ */
7597
+ Profile?: string;
7321
7598
  }
7322
7599
  /**
7323
7600
  * QueryBankTransactionDetails请求参数结构体
@@ -8636,11 +8913,11 @@ export interface QueryInvoiceV2Request {
8636
8913
  */
8637
8914
  export interface DistributeAccreditQueryRequest {
8638
8915
  /**
8639
- * 收单系统分配的开放ID
8916
+ * 使用门店OpenId
8640
8917
  */
8641
8918
  OpenId: string;
8642
8919
  /**
8643
- * 收单系统分配的密钥
8920
+ * 使用门店OpenKey
8644
8921
  */
8645
8922
  OpenKey: string;
8646
8923
  /**
@@ -8870,6 +9147,31 @@ export interface QuerySmallAmountTransferRequest {
8870
9147
  */
8871
9148
  Profile?: string;
8872
9149
  }
9150
+ /**
9151
+ * 支持的银行信息
9152
+ */
9153
+ export interface SupportBankInfo {
9154
+ /**
9155
+ * 银行简称。
9156
+ */
9157
+ BankCode: string;
9158
+ /**
9159
+ * 银行名称。
9160
+ */
9161
+ BankName: string;
9162
+ /**
9163
+ * 状态。
9164
+ __MAINTAINING__: 维护中
9165
+ __WORKING__: 正常工作
9166
+ 注意:此字段可能返回 null,表示取不到有效值。
9167
+ */
9168
+ MaintainStatus: string;
9169
+ /**
9170
+ * 银行渠道维护公告。
9171
+ 注意:此字段可能返回 null,表示取不到有效值。
9172
+ */
9173
+ BankNotice: string;
9174
+ }
8873
9175
  /**
8874
9176
  * ModifyMntMbrBindRelateAcctBankCode请求参数结构体
8875
9177
  */
@@ -9917,25 +10219,25 @@ _不填默认为生产环境_
9917
10219
  */
9918
10220
  export interface DistributeRemoveReceiverRequest {
9919
10221
  /**
9920
- * 收单系统分配的开放ID
10222
+ * 使用门店OpenId
9921
10223
  */
9922
10224
  OpenId: string;
9923
10225
  /**
9924
- * 收单系统分配的密钥
10226
+ * 使用门店OpenKey
9925
10227
  */
9926
10228
  OpenKey: string;
9927
10229
  /**
9928
10230
  * 商户编号
9929
10231
  */
9930
10232
  MerchantNo: string;
9931
- /**
9932
- * 沙箱环境填sandbox,正式环境不填
9933
- */
9934
- Profile?: string;
9935
10233
  /**
9936
10234
  * 备注
9937
10235
  */
9938
10236
  Remark?: string;
10237
+ /**
10238
+ * 沙箱环境填sandbox,正式环境不填
10239
+ */
10240
+ Profile?: string;
9939
10241
  }
9940
10242
  /**
9941
10243
  * DeleteAgentTaxPaymentInfos请求参数结构体
@@ -9999,85 +10301,85 @@ export interface AddShopRequest {
9999
10301
  */
10000
10302
  OpenId: string;
10001
10303
  /**
10002
- * 门店简称(例如:南山店)
10304
+ * 收单系统分配的密钥
10003
10305
  */
10004
- ShopName: string;
10306
+ OpenKey: string;
10005
10307
  /**
10006
- * 商户编号
10308
+ * 机构门店主键(系统有唯一性校验),建议使用门店表的主键ID,防止重复添加门店
10007
10309
  */
10008
- MerchantNo: string;
10310
+ OutShopId: string;
10009
10311
  /**
10010
- * 整体门面(含招牌)图片【公共区】
10312
+ * 门店简称(例如:南山店)
10011
10313
  */
10012
- PictureTwo: string;
10314
+ ShopName: string;
10013
10315
  /**
10014
- * 店内环境图片【公共区】
10316
+ * 门店全称(例如:江山小厨(南山店))
10015
10317
  */
10016
- PictureThree: string;
10318
+ ShopFullName: string;
10017
10319
  /**
10018
- * 整体门面(含招牌)图片【公共区】
10320
+ * 商户编号
10019
10321
  */
10020
- PictureOne: string;
10322
+ MerchantNo: string;
10021
10323
  /**
10022
10324
  * 门店电话
10023
10325
  */
10024
10326
  Telephone: string;
10025
10327
  /**
10026
- * 机构门店主键(系统有唯一性校验),建议使用门店表的主键ID,防止重复添加门店
10027
- */
10028
- OutShopId: string;
10029
- /**
10030
- * 门店所在的城市编码
10031
- */
10032
- CityId: string;
10033
- /**
10034
- * 门店全称(例如:江山小厨(南山店))
10328
+ * 营业时间,多个以小写逗号分开(9:00-12:00,13:00-18:00)
10035
10329
  */
10036
- ShopFullName: string;
10330
+ OpenHours: string;
10037
10331
  /**
10038
- * 营业时间,多个以小写逗号分开(9:00-12:00,13:00-18:00)
10332
+ * 门店所在的城市编码
10039
10333
  */
10040
- OpenHours: string;
10334
+ CityId: string;
10041
10335
  /**
10042
10336
  * 门店详细地址,不含省市区县名称
10043
10337
  */
10044
10338
  Address: string;
10045
10339
  /**
10046
- * 收单系统分配的密钥
10047
- */
10048
- OpenKey: string;
10049
- /**
10050
- * 沙箱环境填sandbox,正式环境不填
10340
+ * 整体门面(含招牌)图片【公共区】
10051
10341
  */
10052
- Profile?: string;
10342
+ PictureOne: string;
10053
10343
  /**
10054
- * 高德地图纬度
10344
+ * 整体门面(含招牌)图片【公共区】
10055
10345
  */
10056
- LatitudeTwo?: string;
10346
+ PictureTwo: string;
10057
10347
  /**
10058
- * 其他照片【公共区】
10348
+ * 店内环境图片【公共区】
10059
10349
  */
10060
- OtherPicture?: string;
10350
+ PictureThree: string;
10061
10351
  /**
10062
- * 高德地图经度
10352
+ * 负责人手机号码
10063
10353
  */
10064
- LongitudeTwo?: string;
10354
+ FinancialTelephone?: string;
10065
10355
  /**
10066
10356
  * 门店负责人
10067
10357
  */
10068
10358
  Contact?: string;
10359
+ /**
10360
+ * 百度地图纬度
10361
+ */
10362
+ Latitude?: string;
10363
+ /**
10364
+ * 高德地图纬度
10365
+ */
10366
+ LatitudeTwo?: string;
10069
10367
  /**
10070
10368
  * 百度地图经度
10071
10369
  */
10072
10370
  Longitude?: string;
10073
10371
  /**
10074
- * 百度地图纬度
10372
+ * 高德地图经度
10075
10373
  */
10076
- Latitude?: string;
10374
+ LongitudeTwo?: string;
10077
10375
  /**
10078
- * 负责人手机号码
10376
+ * 其他照片【公共区】
10079
10377
  */
10080
- FinancialTelephone?: string;
10378
+ OtherPicture?: string;
10379
+ /**
10380
+ * 沙箱环境填sandbox,正式环境不填
10381
+ */
10382
+ Profile?: string;
10081
10383
  }
10082
10384
  /**
10083
10385
  * 批量转账明细实体
@@ -10383,6 +10685,53 @@ export interface QueryTransferResultRequest {
10383
10685
  */
10384
10686
  Profile?: string;
10385
10687
  }
10688
+ /**
10689
+ * 查询对账文件申请结果
10690
+ */
10691
+ export interface QueryReconciliationFileApplyInfoResult {
10692
+ /**
10693
+ * 申请对账文件的任务ID。
10694
+ */
10695
+ ApplyFileId: string;
10696
+ /**
10697
+ * 对账文件申请状态。
10698
+ __I__:申请中
10699
+ __S__:申请成功
10700
+ __F__:申请失败
10701
+ */
10702
+ ApplyStatus: string;
10703
+ /**
10704
+ * 申请结果描述。
10705
+ 注意:此字段可能返回 null,表示取不到有效值。
10706
+ */
10707
+ ApplyMessage: string;
10708
+ /**
10709
+ * 对账文件下载地址列表。
10710
+ 注意:此字段可能返回 null,表示取不到有效值。
10711
+ */
10712
+ FileUrlArray: Array<string>;
10713
+ }
10714
+ /**
10715
+ * 申请对账文件结果
10716
+ */
10717
+ export interface ApplyReconciliationFileResult {
10718
+ /**
10719
+ * 申请对账文件的任务ID。
10720
+ */
10721
+ ApplyFileId: string;
10722
+ /**
10723
+ * 对账文件申请状态。
10724
+ __I__:申请中
10725
+ __S__:申请成功
10726
+ __F__:申请失败
10727
+ */
10728
+ ApplyStatus: string;
10729
+ /**
10730
+ * 申请结果描述。
10731
+ 注意:此字段可能返回 null,表示取不到有效值。
10732
+ */
10733
+ ApplyMessage: string;
10734
+ }
10386
10735
  /**
10387
10736
  * QueryOpenBankExternalSubMerchantBankAccount返回参数结构体
10388
10737
  */
@@ -10724,6 +11073,55 @@ development 开发环境
10724
11073
  */
10725
11074
  TransFee?: string;
10726
11075
  }
11076
+ /**
11077
+ * QueryFundsTransactionDetails请求参数结构体
11078
+ */
11079
+ export interface QueryFundsTransactionDetailsRequest {
11080
+ /**
11081
+ * 查询的交易发生时间类型。
11082
+ __1__:当日
11083
+ __2__:历史
11084
+ */
11085
+ QueryDateType: string;
11086
+ /**
11087
+ * 查询的交易类型。
11088
+ __2__:提现/退款
11089
+ __3__:清分/充值
11090
+ */
11091
+ QueryTranType: string;
11092
+ /**
11093
+ * 父账户账号。
11094
+ _平安渠道为资金汇总账号_
11095
+ */
11096
+ BankAccountNumber: string;
11097
+ /**
11098
+ * 子账户账号。
11099
+ _平安渠道为见证子账户的账号_
11100
+ */
11101
+ SubAccountNumber: string;
11102
+ /**
11103
+ * 分页号, 起始值为1。
11104
+ */
11105
+ PageOffSet: string;
11106
+ /**
11107
+ * 查询开始日期,格式:yyyyMMdd。
11108
+ __若是历史查询,则必输,当日查询时,不起作用;开始日期不能超过当前日期__
11109
+ */
11110
+ QueryStartDate?: string;
11111
+ /**
11112
+ * 查询终止日期,格式:yyyyMMdd。
11113
+ __若是历史查询,则必输,当日查询时,不起作用;终止日期不能超过当前日期__
11114
+ */
11115
+ QueryEndDate?: string;
11116
+ /**
11117
+ * 环境名。
11118
+ __release__: 现网环境
11119
+ __sandbox__: 沙箱环境
11120
+ __development__: 开发环境
11121
+ _缺省: release_
11122
+ */
11123
+ MidasEnvironment?: string;
11124
+ }
10727
11125
  /**
10728
11126
  * 第三方子商户银行卡绑定返回结果
10729
11127
  */
@@ -10811,11 +11209,11 @@ export interface CreateMerchantResultData {
10811
11209
  */
10812
11210
  export interface DistributeCancelRequest {
10813
11211
  /**
10814
- * 收单系统分配的开放ID
11212
+ * 使用门店OpenId
10815
11213
  */
10816
11214
  OpenId: string;
10817
11215
  /**
10818
- * 收单系统分配的密钥
11216
+ * 使用门店OpenKey
10819
11217
  */
10820
11218
  OpenKey: string;
10821
11219
  /**
@@ -10823,62 +11221,42 @@ export interface DistributeCancelRequest {
10823
11221
  */
10824
11222
  OrderNo: string;
10825
11223
  /**
10826
- * 沙箱环境填sandbox,正式环境不填
11224
+ * 商户分账单号,type为2时,和DistributeNo二者传其一
10827
11225
  */
10828
- Profile?: string;
11226
+ OutDistributeNo?: string;
10829
11227
  /**
10830
11228
  * 平台分账单号,type为2时,和OutDistributeNo二者传其一
10831
11229
  */
10832
11230
  DistributeNo?: string;
10833
11231
  /**
10834
- * 商户分账单号,type为2时,和DistributeNo二者传其一
11232
+ * 沙箱环境填sandbox,正式环境不填
10835
11233
  */
10836
- OutDistributeNo?: string;
11234
+ Profile?: string;
10837
11235
  }
10838
11236
  /**
10839
- * RegisterBillSupportWithdraw请求参数结构体
11237
+ * QueryOpenBankSupportBankList返回参数结构体
10840
11238
  */
10841
- export interface RegisterBillSupportWithdrawRequest {
10842
- /**
10843
- * STRING(32),交易网会员代码
10844
- */
10845
- TranNetMemberCode: string;
10846
- /**
10847
- * STRING(50),订单号
10848
- */
10849
- OrderNo: string;
10850
- /**
10851
- * STRING(20),挂账金额(包含交易费用)
10852
- */
10853
- SuspendAmt: string;
11239
+ export interface QueryOpenBankSupportBankListResponse {
10854
11240
  /**
10855
- * STRING(20),交易费用(暂未使用,默认传0.0)
10856
- */
10857
- TranFee: string;
10858
- /**
10859
- * String(22),商户号(签约客户号)
10860
- */
10861
- MrchCode: string;
10862
- /**
10863
- * STRING(300),备注
10864
- */
10865
- Remark?: string;
10866
- /**
10867
- * STRING(300),保留域1
11241
+ * 错误码。
11242
+ __SUCCESS__: 成功
11243
+ __其他__: 见附录-错误码表
10868
11244
  */
10869
- ReservedMsgOne?: string;
11245
+ ErrCode: string;
10870
11246
  /**
10871
- * STRING(300),保留域2
11247
+ * 错误消息。
11248
+ 注意:此字段可能返回 null,表示取不到有效值。
10872
11249
  */
10873
- ReservedMsgTwo?: string;
11250
+ ErrMessage: string;
10874
11251
  /**
10875
- * STRING(300),保留域3
11252
+ * 返回结果。
11253
+ 注意:此字段可能返回 null,表示取不到有效值。
10876
11254
  */
10877
- ReservedMsgThree?: string;
11255
+ Result: QueryOpenBankSupportBankListResult;
10878
11256
  /**
10879
- * STRING(12),接入环境,默认接入沙箱环境。接入正式环境填"prod"
11257
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10880
11258
  */
10881
- Profile?: string;
11259
+ RequestId?: string;
10882
11260
  }
10883
11261
  /**
10884
11262
  * 成功申报材料查询结果
@@ -11026,6 +11404,11 @@ export interface OpenBankPayeeInfo {
11026
11404
  * 联行号。渠道为TENPAY,付款方式为OPENBANK_PAYMENT时必选
11027
11405
  */
11028
11406
  BankBranchId?: string;
11407
+ /**
11408
+ * 收款方绑卡序列号。
11409
+ 当渠道为TENPAY,付款方式为EBANK_PAYMENT时,上送收款方入驻云企付平台时,下发的绑卡序列号。
11410
+ */
11411
+ BindSerialNo?: string;
11029
11412
  }
11030
11413
  /**
11031
11414
  * 添加门店响应对象
@@ -11497,6 +11880,27 @@ export interface ExternalContractUserInfo {
11497
11880
  */
11498
11881
  ExternalUserId: string;
11499
11882
  }
11883
+ /**
11884
+ * 支行信息
11885
+ */
11886
+ export interface BankBranchInfo {
11887
+ /**
11888
+ * 银行名称。
11889
+ */
11890
+ BankName: string;
11891
+ /**
11892
+ * 银行简称。
11893
+ */
11894
+ BankAbbreviation: string;
11895
+ /**
11896
+ * 支行名。
11897
+ */
11898
+ BankBranchName: string;
11899
+ /**
11900
+ * 联行号。
11901
+ */
11902
+ BankBranchId: string;
11903
+ }
11500
11904
  /**
11501
11905
  * 用户信息
11502
11906
  */
@@ -11832,10 +12236,6 @@ export interface DownloadOrgFileRequest {
11832
12236
  * 收单系统分配的密钥
11833
12237
  */
11834
12238
  OpenKey: string;
11835
- /**
11836
- * 沙箱环境填sandbox,正式环境不填
11837
- */
11838
- Profile?: string;
11839
12239
  /**
11840
12240
  * 存储区域(0私密区,1公共区),请严格按文件要求,上传到不同的区域
11841
12241
  */
@@ -11844,6 +12244,10 @@ export interface DownloadOrgFileRequest {
11844
12244
  * 文件路径
11845
12245
  */
11846
12246
  FilePath?: string;
12247
+ /**
12248
+ * 沙箱环境填sandbox,正式环境不填
12249
+ */
12250
+ Profile?: string;
11847
12251
  }
11848
12252
  /**
11849
12253
  * 签约同步信息
@@ -11931,37 +12335,18 @@ export interface Order {
11931
12335
  Items: Array<OrderItem>;
11932
12336
  }
11933
12337
  /**
11934
- * QueryRefund请求参数结构体
12338
+ * QueryAgentStatements请求参数结构体
11935
12339
  */
11936
- export interface QueryRefundRequest {
11937
- /**
11938
- * 用户ID,长度不小于5位,仅支持字母和数字的组合。
11939
- */
11940
- UserId: string;
11941
- /**
11942
- * 退款订单号,仅支持数字、字母、下划线(_)、横杠字符(-)、点(.)的组合。
11943
- */
11944
- RefundId: string;
11945
- /**
11946
- * 聚鑫分配的支付主MidasAppId
11947
- */
11948
- MidasAppId: string;
11949
- /**
11950
- * 聚鑫分配的安全ID
11951
- */
11952
- MidasSecretId: string;
12340
+ export interface QueryAgentStatementsRequest {
11953
12341
  /**
11954
- * 按照聚鑫安全密钥计算的签名
12342
+ * 结算单日期,月结算单填每月1日
11955
12343
  */
11956
- MidasSignature: string;
12344
+ Date: string;
11957
12345
  /**
11958
- * 环境名:
11959
- release: 现网环境
11960
- sandbox: 沙箱环境
11961
- development: 开发环境
11962
- 缺省: release
12346
+ * 日结算单:daily
12347
+ 月结算单:monthly
11963
12348
  */
11964
- MidasEnvironment?: string;
12349
+ Type: string;
11965
12350
  }
11966
12351
  /**
11967
12352
  * CreateExternalAnchor接口返回参数
@@ -12260,6 +12645,32 @@ export interface UploadFileResponse {
12260
12645
  */
12261
12646
  RequestId?: string;
12262
12647
  }
12648
+ /**
12649
+ * 聚鑫-查询会员间交易信息列表结果
12650
+ */
12651
+ export interface QueryMemberTransactionDetailsResult {
12652
+ /**
12653
+ * 本次交易返回查询结果记录数。
12654
+ */
12655
+ ResultCount: number;
12656
+ /**
12657
+ * 符合业务查询条件的记录总数。
12658
+ 注意:此字段可能返回 null,表示取不到有效值。
12659
+ */
12660
+ TotalCount: number;
12661
+ /**
12662
+ * 结束标志。
12663
+ __0__:否
12664
+ __1__:是
12665
+ 注意:此字段可能返回 null,表示取不到有效值。
12666
+ */
12667
+ EndFlag: string;
12668
+ /**
12669
+ * 会员间交易信息数组
12670
+ 注意:此字段可能返回 null,表示取不到有效值。
12671
+ */
12672
+ TranItemArray: Array<MemberTransactionItem>;
12673
+ }
12263
12674
  /**
12264
12675
  * 创建商户结果
12265
12676
  */
@@ -12637,6 +13048,73 @@ export interface CreateSinglePaymentRequest {
12637
13048
  */
12638
13049
  NotifyUrl?: string;
12639
13050
  }
13051
+ /**
13052
+ * 会员间交易明细信息
13053
+ */
13054
+ export interface MemberTransactionItem {
13055
+ /**
13056
+ * 交易类型。
13057
+ __1__:转出
13058
+ __2__:转入
13059
+ */
13060
+ TransType: string;
13061
+ /**
13062
+ * 交易状态。
13063
+ __0__:成功
13064
+ */
13065
+ TranStatus: string;
13066
+ /**
13067
+ * 交易金额。
13068
+ */
13069
+ TransAmount: string;
13070
+ /**
13071
+ * 交易日期,格式:yyyyMMdd。
13072
+ */
13073
+ TransDate: string;
13074
+ /**
13075
+ * 交易时间,格式:HHmmss。
13076
+ 注意:此字段可能返回 null,表示取不到有效值。
13077
+ */
13078
+ TransTime: string;
13079
+ /**
13080
+ * 银行系统流水号。
13081
+ _平安渠道为见证系统流水号_
13082
+ */
13083
+ BankSequenceNumber: string;
13084
+ /**
13085
+ * 银行记账类型。
13086
+ _平安渠道为:_
13087
+ _1:会员支付_
13088
+ _2:会员冻结_
13089
+ _3:会员解冻_
13090
+ _4:登记挂账_
13091
+ _6:下单预支付_
13092
+ _7:确认并付款_
13093
+ _8:会员退款_
13094
+ _22:见证+收单平台调账_
13095
+ _23:见证+收单资金冻结_
13096
+ _24:见证+收单资金解冻_
13097
+ _25:会员间交易退款_
13098
+ 注意:此字段可能返回 null,表示取不到有效值。
13099
+ */
13100
+ BankBookingType: string;
13101
+ /**
13102
+ * 转入方子账户账号。
13103
+ _平安渠道为转入见证子账户的账号_
13104
+ */
13105
+ InSubAccountNumber: string;
13106
+ /**
13107
+ * 转出方子账户账号。
13108
+ _平安渠道为转出见证子账户的账号_
13109
+ */
13110
+ OutSubAccountNumber: string;
13111
+ /**
13112
+ * 备注。
13113
+ _平安渠道,如果是见证+收单的交易,返回交易订单号_
13114
+ 注意:此字段可能返回 null,表示取不到有效值。
13115
+ */
13116
+ Remark: string;
13117
+ }
12640
13118
  /**
12641
13119
  * 分账接收方响应对象
12642
13120
  */
@@ -12652,29 +13130,21 @@ export interface DistributeReceiverResult {
12652
13130
  */
12653
13131
  export interface DistributeApplyRequest {
12654
13132
  /**
12655
- * 收单系统分配的开放ID
13133
+ * 使用门店OpenId
12656
13134
  */
12657
13135
  OpenId: string;
12658
13136
  /**
12659
- * 商户分账单号
12660
- */
12661
- OutDistributeNo: string;
12662
- /**
12663
- * 收单系统分配的密钥
12664
- */
12665
- OpenKey: string;
12666
- /**
12667
- * 分账明细
13137
+ * 使用门店OpenKey
12668
13138
  */
12669
- Details: Array<MultiApplyDetail>;
13139
+ OpenKey: string;
12670
13140
  /**
12671
- * 沙箱环境填sandbox,正式环境不填
13141
+ * 商户分账单号
12672
13142
  */
12673
- Profile?: string;
13143
+ OutDistributeNo: string;
12674
13144
  /**
12675
- * 说明
13145
+ * 分账明细
12676
13146
  */
12677
- Remark?: string;
13147
+ Details: Array<MultiApplyDetail>;
12678
13148
  /**
12679
13149
  * 商户交易订单号,和OrderNo二者传其一
12680
13150
  */
@@ -12683,6 +13153,14 @@ export interface DistributeApplyRequest {
12683
13153
  * 平台交易订单号,和DeveloperNo二者传其一
12684
13154
  */
12685
13155
  OrderNo?: string;
13156
+ /**
13157
+ * 说明
13158
+ */
13159
+ Remark?: string;
13160
+ /**
13161
+ * 沙箱环境填sandbox,正式环境不填
13162
+ */
13163
+ Profile?: string;
12686
13164
  }
12687
13165
  /**
12688
13166
  * ViewShop请求参数结构体
@@ -12696,10 +13174,6 @@ export interface ViewShopRequest {
12696
13174
  * 收单系统分配的密钥
12697
13175
  */
12698
13176
  OpenKey: string;
12699
- /**
12700
- * 沙箱环境填sandbox,正式环境不填
12701
- */
12702
- Profile?: string;
12703
13177
  /**
12704
13178
  * 外部商户主键编号(ShopNo或OutShopId必须传一个)
12705
13179
  */
@@ -12708,6 +13182,10 @@ export interface ViewShopRequest {
12708
13182
  * 门店编号(ShopNo或OutShopId必须传一个)
12709
13183
  */
12710
13184
  ShopNo?: string;
13185
+ /**
13186
+ * 沙箱环境填sandbox,正式环境不填
13187
+ */
13188
+ Profile?: string;
12711
13189
  }
12712
13190
  /**
12713
13191
  * ApplyOutwardOrder返回参数结构体
@@ -12959,10 +13437,44 @@ export interface CreateAgentTaxPaymentInfosResponse {
12959
13437
  */
12960
13438
  RequestId?: string;
12961
13439
  }
13440
+ /**
13441
+ * ApplyReconciliationFile返回参数结构体
13442
+ */
13443
+ export interface ApplyReconciliationFileResponse {
13444
+ /**
13445
+ * 错误码。
13446
+ __SUCCESS__: 成功
13447
+ __其他__: 见附录-错误码表
13448
+ */
13449
+ ErrCode: string;
13450
+ /**
13451
+ * 错误消息。
13452
+ */
13453
+ ErrMessage: string;
13454
+ /**
13455
+ * 返回结果。
13456
+ 注意:此字段可能返回 null,表示取不到有效值。
13457
+ */
13458
+ Result: ApplyReconciliationFileResult;
13459
+ /**
13460
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
13461
+ */
13462
+ RequestId?: string;
13463
+ }
12962
13464
  /**
12963
13465
  * 合同-支付方式列表响应对象
12964
13466
  */
12965
13467
  export interface ContractPayListResult {
13468
+ /**
13469
+ * 支付方式编号
13470
+ 注意:此字段可能返回 null,表示取不到有效值。
13471
+ */
13472
+ PaymentId: string;
13473
+ /**
13474
+ * 支持的交易类型(多个以小写逗号分开,0现金,1刷卡,2主扫,3被扫,4JSPAY,5预授权)
13475
+ 注意:此字段可能返回 null,表示取不到有效值。
13476
+ */
13477
+ PaymentType: string;
12966
13478
  /**
12967
13479
  * 支付标签
12968
13480
  注意:此字段可能返回 null,表示取不到有效值。
@@ -12973,41 +13485,36 @@ export interface ContractPayListResult {
12973
13485
  注意:此字段可能返回 null,表示取不到有效值。
12974
13486
  */
12975
13487
  PaymentIcon: string;
12976
- /**
12977
- * 支付方式
12978
- 注意:此字段可能返回 null,表示取不到有效值。
12979
- */
12980
- PaymentOptionSix?: string;
12981
13488
  /**
12982
13489
  * 付款方式名称
12983
13490
  注意:此字段可能返回 null,表示取不到有效值。
12984
13491
  */
12985
13492
  PaymentName: string;
12986
13493
  /**
12987
- * 支付方式
13494
+ * 付款方式名称(内部名称)
12988
13495
  注意:此字段可能返回 null,表示取不到有效值。
12989
13496
  */
12990
- PaymentOptionSeven?: string;
13497
+ PaymentInternalName: string;
12991
13498
  /**
12992
13499
  * 支付方式
12993
13500
  注意:此字段可能返回 null,表示取不到有效值。
12994
13501
  */
12995
- PaymentOptionTwo?: string;
13502
+ PaymentOptionOne?: string;
12996
13503
  /**
12997
13504
  * 支付方式
12998
13505
  注意:此字段可能返回 null,表示取不到有效值。
12999
13506
  */
13000
- PaymentOptionOne?: string;
13507
+ PaymentOptionTwo?: string;
13001
13508
  /**
13002
13509
  * 支付方式
13003
13510
  注意:此字段可能返回 null,表示取不到有效值。
13004
13511
  */
13005
- PaymentOptionOther?: string;
13512
+ PaymentOptionThree?: string;
13006
13513
  /**
13007
- * 支持的交易类型(多个以小写逗号分开,0现金,1刷卡,2主扫,3被扫,4JSPAY,5预授权)
13514
+ * 支付方式
13008
13515
  注意:此字段可能返回 null,表示取不到有效值。
13009
13516
  */
13010
- PaymentType: string;
13517
+ PaymentOptionFour?: string;
13011
13518
  /**
13012
13519
  * 支付方式
13013
13520
  注意:此字段可能返回 null,表示取不到有效值。
@@ -13017,27 +13524,22 @@ export interface ContractPayListResult {
13017
13524
  * 支付方式
13018
13525
  注意:此字段可能返回 null,表示取不到有效值。
13019
13526
  */
13020
- PaymentOptionNine?: string;
13021
- /**
13022
- * 支付方式编号
13023
- 注意:此字段可能返回 null,表示取不到有效值。
13024
- */
13025
- PaymentId: string;
13527
+ PaymentOptionSix?: string;
13026
13528
  /**
13027
13529
  * 支付方式
13028
13530
  注意:此字段可能返回 null,表示取不到有效值。
13029
13531
  */
13030
- PaymentOptionThree?: string;
13532
+ PaymentOptionSeven?: string;
13031
13533
  /**
13032
- * 付款方式名称(内部名称)
13534
+ * 支付方式
13033
13535
  注意:此字段可能返回 null,表示取不到有效值。
13034
13536
  */
13035
- PaymentInternalName: string;
13537
+ PaymentOptionOther?: string;
13036
13538
  /**
13037
13539
  * 支付方式
13038
13540
  注意:此字段可能返回 null,表示取不到有效值。
13039
13541
  */
13040
- PaymentOptionFour?: string;
13542
+ PaymentOptionNine?: string;
13041
13543
  /**
13042
13544
  * 支付方式
13043
13545
  注意:此字段可能返回 null,表示取不到有效值。
@@ -13132,21 +13634,17 @@ export interface DescribeOrderStatusRequest {
13132
13634
  TransDate?: string;
13133
13635
  }
13134
13636
  /**
13135
- * 云企付-关单响应
13637
+ * 米大师内部存放的合约信息
13136
13638
  */
13137
- export interface CloseOpenBankPaymentOrderResult {
13138
- /**
13139
- * 外部商户订单号
13140
- */
13141
- OutOrderId: string;
13639
+ export interface ChannelContractInfo {
13142
13640
  /**
13143
- * 云企付平台订单号
13641
+ * 外部合约协议号
13144
13642
  */
13145
- ChannelOrderId: string;
13643
+ OutContractCode: string;
13146
13644
  /**
13147
- * 订单状态。关单成功CLOSED
13645
+ * 米大师内部生成的合约协议号
13148
13646
  */
13149
- OrderStatus: string;
13647
+ ChannelContractCode: string;
13150
13648
  }
13151
13649
  /**
13152
13650
  * CreateAnchor返回参数结构体
@@ -13176,6 +13674,19 @@ export interface MerchantRiskInfo {
13176
13674
  */
13177
13675
  RiskTypes: string;
13178
13676
  }
13677
+ /**
13678
+ * 付款人查询结果
13679
+ */
13680
+ export interface QueryPayerinfoResult {
13681
+ /**
13682
+ * 错误码
13683
+ */
13684
+ Code: string;
13685
+ /**
13686
+ * 付款人查询数据
13687
+ */
13688
+ Data: QueryPayerinfoData;
13689
+ }
13179
13690
  /**
13180
13691
  * 查询订单付款状态响应对象
13181
13692
  */
@@ -13833,6 +14344,36 @@ export interface QueryAgentTaxPaymentBatchRequest {
13833
14344
  */
13834
14345
  Profile?: string;
13835
14346
  }
14347
+ /**
14348
+ * ApplyReconciliationFile请求参数结构体
14349
+ */
14350
+ export interface ApplyReconciliationFileRequest {
14351
+ /**
14352
+ * 申请的文件类型。
14353
+ __CZ__:充值文件
14354
+ __TX__:提现文件
14355
+ __JY__:交易文件
14356
+ __YE__:余额文件
14357
+ */
14358
+ ApplyFileType: string;
14359
+ /**
14360
+ * 申请的对账文件日期,格式:yyyyMMdd。
14361
+ */
14362
+ ApplyFileDate: string;
14363
+ /**
14364
+ * 父账户账号。
14365
+ _平安渠道为资金汇总账号_
14366
+ */
14367
+ BankAccountNumber: string;
14368
+ /**
14369
+ * 环境名。
14370
+ __release__: 现网环境
14371
+ __sandbox__: 沙箱环境
14372
+ __development__: 开发环境
14373
+ _缺省: release_
14374
+ */
14375
+ MidasEnvironment?: string;
14376
+ }
13836
14377
  /**
13837
14378
  * RegisterBillSupportWithdraw返回参数结构体
13838
14379
  */
@@ -14194,6 +14735,30 @@ export interface QueryMerchantBalanceResult {
14194
14735
  */
14195
14736
  Data: QueryMerchantBalanceData;
14196
14737
  }
14738
+ /**
14739
+ * QueryFundsTransactionDetails返回参数结构体
14740
+ */
14741
+ export interface QueryFundsTransactionDetailsResponse {
14742
+ /**
14743
+ * 错误码。
14744
+ __SUCCESS__: 成功
14745
+ __其他__: 见附录-错误码表
14746
+ */
14747
+ ErrCode: string;
14748
+ /**
14749
+ * 错误消息。
14750
+ */
14751
+ ErrMessage: string;
14752
+ /**
14753
+ * 返回结果。
14754
+ 注意:此字段可能返回 null,表示取不到有效值。
14755
+ */
14756
+ Result: QueryFundsTransactionDetailsResult;
14757
+ /**
14758
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
14759
+ */
14760
+ RequestId?: string;
14761
+ }
14197
14762
  /**
14198
14763
  * 米大师内部生成的合约信息
14199
14764
  */
@@ -14709,6 +15274,60 @@ export interface DistributeCancelResponse {
14709
15274
  */
14710
15275
  RequestId?: string;
14711
15276
  }
15277
+ /**
15278
+ * QueryOpenBankBankBranchList请求参数结构体
15279
+ */
15280
+ export interface QueryOpenBankBankBranchListRequest {
15281
+ /**
15282
+ * 渠道商户ID。
15283
+ */
15284
+ ChannelMerchantId: string;
15285
+ /**
15286
+ * 渠道名称。
15287
+ __TENPAY__: 商企付
15288
+ __WECHAT__: 微信支付
15289
+ __ALIPAY__: 支付宝
15290
+ */
15291
+ ChannelName: string;
15292
+ /**
15293
+ * 支付方式。
15294
+ __EBANK_PAYMENT__:ebank付款
15295
+ __OPENBANK_PAYMENT__: openbank付款
15296
+ */
15297
+ PaymentMethod: string;
15298
+ /**
15299
+ * 支行名称。
15300
+ */
15301
+ BankBranchName: string;
15302
+ /**
15303
+ * 银行简称。
15304
+ */
15305
+ BankAbbreviation: string;
15306
+ /**
15307
+ * 页码。Index和Count必须大于等于1。
15308
+ */
15309
+ PageNumber: Paging;
15310
+ /**
15311
+ * 环境类型。
15312
+ __release__:生产环境
15313
+ __sandbox__:沙箱环境
15314
+ _不填默认为生产环境_
15315
+ */
15316
+ Environment?: string;
15317
+ }
15318
+ /**
15319
+ * 查询联行号返回结果
15320
+ */
15321
+ export interface QueryOpenBankBankBranchListResult {
15322
+ /**
15323
+ * 支行列表。
15324
+ */
15325
+ BankBranchList: Array<BankBranchInfo>;
15326
+ /**
15327
+ * 列表总数。
15328
+ */
15329
+ Count: number;
15330
+ }
14712
15331
  /**
14713
15332
  * 提交贸易材料结果
14714
15333
  */
@@ -14793,17 +15412,21 @@ export interface DeduceQuotaResponse {
14793
15412
  RequestId?: string;
14794
15413
  }
14795
15414
  /**
14796
- * 米大师内部存放的合约信息
15415
+ * 云企付-关单响应
14797
15416
  */
14798
- export interface ChannelContractInfo {
15417
+ export interface CloseOpenBankPaymentOrderResult {
14799
15418
  /**
14800
- * 外部合约协议号
15419
+ * 外部商户订单号
14801
15420
  */
14802
- OutContractCode: string;
15421
+ OutOrderId: string;
14803
15422
  /**
14804
- * 米大师内部生成的合约协议号
15423
+ * 云企付平台订单号
14805
15424
  */
14806
- ChannelContractCode: string;
15425
+ ChannelOrderId: string;
15426
+ /**
15427
+ * 订单状态。关单成功CLOSED
15428
+ */
15429
+ OrderStatus: string;
14807
15430
  }
14808
15431
  /**
14809
15432
  * CreateBatchPayment转账明细
@@ -14838,6 +15461,51 @@ export interface CreateBatchPaymentRecipient {
14838
15461
  */
14839
15462
  ReqReserved?: string;
14840
15463
  }
15464
+ /**
15465
+ * RegisterBillSupportWithdraw请求参数结构体
15466
+ */
15467
+ export interface RegisterBillSupportWithdrawRequest {
15468
+ /**
15469
+ * STRING(32),交易网会员代码
15470
+ */
15471
+ TranNetMemberCode: string;
15472
+ /**
15473
+ * STRING(50),订单号
15474
+ */
15475
+ OrderNo: string;
15476
+ /**
15477
+ * STRING(20),挂账金额(包含交易费用)
15478
+ */
15479
+ SuspendAmt: string;
15480
+ /**
15481
+ * STRING(20),交易费用(暂未使用,默认传0.0)
15482
+ */
15483
+ TranFee: string;
15484
+ /**
15485
+ * String(22),商户号(签约客户号)
15486
+ */
15487
+ MrchCode: string;
15488
+ /**
15489
+ * STRING(300),备注
15490
+ */
15491
+ Remark?: string;
15492
+ /**
15493
+ * STRING(300),保留域1
15494
+ */
15495
+ ReservedMsgOne?: string;
15496
+ /**
15497
+ * STRING(300),保留域2
15498
+ */
15499
+ ReservedMsgTwo?: string;
15500
+ /**
15501
+ * STRING(300),保留域3
15502
+ */
15503
+ ReservedMsgThree?: string;
15504
+ /**
15505
+ * STRING(12),接入环境,默认接入沙箱环境。接入正式环境填"prod"
15506
+ */
15507
+ Profile?: string;
15508
+ }
14841
15509
  /**
14842
15510
  * DeleteAgentTaxPaymentInfo返回参数结构体
14843
15511
  */