tencentcloud-sdk-nodejs 4.0.352 → 4.0.355
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 +585 -0
- package/SERVICE_CHANGELOG.md +628 -40
- package/package.json +1 -1
- package/products.md +25 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/api/v20201106/api_models.ts +2 -2
- package/src/services/as/v20180419/as_client.ts +2 -0
- package/src/services/cdb/v20170320/cdb_client.ts +1 -0
- package/src/services/cdb/v20170320/cdb_models.ts +20 -0
- package/src/services/cdn/v20180606/cdn_client.ts +27 -15
- package/src/services/cdn/v20180606/cdn_models.ts +87 -52
- package/src/services/cpdp/v20190820/cpdp_client.ts +237 -48
- package/src/services/cpdp/v20190820/cpdp_models.ts +1896 -527
- package/src/services/cvm/v20170312/cvm_models.ts +22 -0
- package/src/services/dasb/v20191018/dasb_client.ts +202 -34
- package/src/services/dasb/v20191018/dasb_models.ts +633 -175
- package/src/services/dlc/v20210125/dlc_models.ts +7 -1
- package/src/services/ess/v20201111/ess_client.ts +30 -9
- package/src/services/ess/v20201111/ess_models.ts +254 -6
- package/src/services/essbasic/v20210526/essbasic_models.ts +30 -0
- package/src/services/faceid/v20180301/faceid_client.ts +13 -1
- package/src/services/faceid/v20180301/faceid_models.ts +161 -19
- package/src/services/gaap/v20180529/gaap_models.ts +10 -6
- package/src/services/index.ts +1 -0
- package/src/services/mongodb/v20190725/mongodb_models.ts +5 -0
- package/src/services/soe/v20180724/soe_models.ts +2 -2
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +11 -1
- package/src/services/tan/index.ts +5 -0
- package/src/services/tan/v20220420/index.ts +6 -0
- package/src/services/tan/v20220420/tan_client.ts +40 -0
- package/src/services/tan/v20220420/tan_models.ts +46 -0
- package/src/services/teo/v20220106/teo_client.ts +585 -18
- package/src/services/teo/v20220106/teo_models.ts +3872 -252
- package/src/services/thpc/v20220401/thpc_models.ts +1 -1
- package/src/services/tiia/v20190529/tiia_client.ts +8 -3
- package/src/services/tiia/v20190529/tiia_models.ts +254 -83
- package/src/services/tke/v20180525/tke_client.ts +302 -74
- package/src/services/tke/v20180525/tke_models.ts +1504 -479
- package/src/services/trtc/v20190722/trtc_client.ts +91 -61
- package/src/services/trtc/v20190722/trtc_models.ts +1145 -994
- package/src/services/tse/v20201207/tse_models.ts +5 -0
- package/src/services/tts/v20190823/tts_client.ts +11 -0
- package/src/services/tts/v20190823/tts_models.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/api/v20201106/api_models.d.ts +2 -2
- package/tencentcloud/services/as/v20180419/as_client.d.ts +2 -0
- package/tencentcloud/services/as/v20180419/as_client.js +2 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +17 -0
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +9 -5
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +12 -6
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +76 -46
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +65 -9
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +96 -12
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1640 -473
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +18 -0
- package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +67 -11
- package/tencentcloud/services/dasb/v20191018/dasb_client.js +99 -15
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +554 -157
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +6 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +14 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +210 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +24 -0
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +5 -1
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +6 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +136 -16
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +10 -6
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +4 -0
- package/tencentcloud/services/soe/v20180724/soe_models.d.ts +2 -2
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +9 -1
- package/tencentcloud/services/tan/index.d.ts +6 -0
- package/tencentcloud/services/tan/index.js +7 -0
- package/tencentcloud/services/tan/v20220420/index.d.ts +6 -0
- package/tencentcloud/services/tan/v20220420/index.js +9 -0
- package/tencentcloud/services/tan/v20220420/tan_client.d.ts +14 -0
- package/tencentcloud/services/tan/v20220420/tan_client.js +37 -0
- package/tencentcloud/services/tan/v20220420/tan_models.d.ts +26 -0
- package/tencentcloud/services/tan/v20220420/tan_models.js +18 -0
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +179 -3
- package/tencentcloud/services/teo/v20220106/teo_client.js +267 -3
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +3325 -232
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +1 -1
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +1 -1
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +225 -76
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +91 -19
- package/tencentcloud/services/tke/v20180525/tke_client.js +135 -27
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1235 -363
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +17 -5
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +22 -6
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +976 -849
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +4 -0
- package/tencentcloud/services/tts/v20190823/tts_client.d.ts +11 -0
- package/tencentcloud/services/tts/v20190823/tts_client.js +11 -0
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +2 -2
- package/test/cdn.v20180606.test.js +14 -4
- package/test/cpdp.v20190820.test.js +148 -8
- package/test/dasb.v20191018.test.js +150 -10
- package/test/ess.v20201111.test.js +12 -2
- package/test/faceid.v20180301.test.js +10 -0
- package/test/tan.v20220420.test.js +31 -0
- package/test/teo.v20220106.test.js +442 -2
- package/test/tke.v20180525.test.js +202 -22
- package/test/trtc.v20190722.test.js +24 -4
|
@@ -16,23 +16,18 @@
|
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* QueryFlexPaymentOrderStatus请求参数结构体
|
|
20
20
|
*/
|
|
21
|
-
export interface
|
|
22
|
-
/**
|
|
23
|
-
* 平台渠道
|
|
24
|
-
*/
|
|
25
|
-
Channel: number
|
|
26
|
-
|
|
21
|
+
export interface QueryFlexPaymentOrderStatusRequest {
|
|
27
22
|
/**
|
|
28
|
-
*
|
|
23
|
+
* 外部订单ID
|
|
29
24
|
*/
|
|
30
|
-
|
|
25
|
+
OutOrderId?: string
|
|
31
26
|
|
|
32
27
|
/**
|
|
33
|
-
*
|
|
28
|
+
* 订单ID
|
|
34
29
|
*/
|
|
35
|
-
|
|
30
|
+
OrderId?: string
|
|
36
31
|
}
|
|
37
32
|
|
|
38
33
|
/**
|
|
@@ -313,6 +308,16 @@ export interface ApplyPayerinfoResult {
|
|
|
313
308
|
Data: ApplyPayerinfoData
|
|
314
309
|
}
|
|
315
310
|
|
|
311
|
+
/**
|
|
312
|
+
* 冻结余额结果
|
|
313
|
+
*/
|
|
314
|
+
export interface FreezeFlexBalanceResult {
|
|
315
|
+
/**
|
|
316
|
+
* 冻结订单ID
|
|
317
|
+
*/
|
|
318
|
+
OrderId: string
|
|
319
|
+
}
|
|
320
|
+
|
|
316
321
|
/**
|
|
317
322
|
* BindAcct请求参数结构体
|
|
318
323
|
*/
|
|
@@ -623,48 +628,34 @@ export interface RefundTlinxOrderResponse {
|
|
|
623
628
|
}
|
|
624
629
|
|
|
625
630
|
/**
|
|
626
|
-
*
|
|
631
|
+
* CreatePayMerchant请求参数结构体
|
|
627
632
|
*/
|
|
628
|
-
export interface
|
|
629
|
-
/**
|
|
630
|
-
* 子商户账户
|
|
631
|
-
*/
|
|
632
|
-
SubAcctNo: string
|
|
633
|
-
|
|
634
|
-
/**
|
|
635
|
-
* 子账户属性
|
|
636
|
-
1:普通会员子账号
|
|
637
|
-
2:挂账子账号
|
|
638
|
-
3:手续费子账号
|
|
639
|
-
4:利息子账号
|
|
640
|
-
5:平台担保子账号
|
|
641
|
-
*/
|
|
642
|
-
SubAcctProperty: string
|
|
643
|
-
|
|
633
|
+
export interface CreatePayMerchantRequest {
|
|
644
634
|
/**
|
|
645
|
-
*
|
|
635
|
+
* 平台编号
|
|
646
636
|
*/
|
|
647
|
-
|
|
637
|
+
PlatformCode: string
|
|
648
638
|
|
|
649
639
|
/**
|
|
650
|
-
*
|
|
640
|
+
* 渠道方收款商户编号,由渠道方(银行)提 供。
|
|
651
641
|
*/
|
|
652
|
-
|
|
642
|
+
ChannelMerchantNo: string
|
|
653
643
|
|
|
654
644
|
/**
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
645
|
+
* 是否需要向渠道进行 商户信息验证 1:验证
|
|
646
|
+
0:不验证
|
|
647
|
+
*/
|
|
648
|
+
ChannelCheckFlag: string
|
|
658
649
|
|
|
659
650
|
/**
|
|
660
|
-
*
|
|
651
|
+
* 收款商户名称
|
|
661
652
|
*/
|
|
662
|
-
|
|
653
|
+
MerchantName: string
|
|
663
654
|
|
|
664
655
|
/**
|
|
665
|
-
*
|
|
656
|
+
* 是否开通 B2B 支付 1:开通 0:不开通 缺省:1
|
|
666
657
|
*/
|
|
667
|
-
|
|
658
|
+
BusinessPayFlag?: string
|
|
668
659
|
}
|
|
669
660
|
|
|
670
661
|
/**
|
|
@@ -1410,32 +1401,33 @@ CLIENT_TYPE_H5 H5场景;
|
|
|
1410
1401
|
}
|
|
1411
1402
|
|
|
1412
1403
|
/**
|
|
1413
|
-
*
|
|
1404
|
+
* 查询会员资金交易信息列表结果
|
|
1414
1405
|
*/
|
|
1415
|
-
export interface
|
|
1406
|
+
export interface QueryFundsTransactionDetailsResult {
|
|
1416
1407
|
/**
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
FileName: string
|
|
1408
|
+
* 本次交易返回查询结果记录数。
|
|
1409
|
+
*/
|
|
1410
|
+
ResultCount: number
|
|
1421
1411
|
|
|
1422
1412
|
/**
|
|
1423
|
-
*
|
|
1413
|
+
* 符合业务查询条件的记录总数。
|
|
1424
1414
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1425
1415
|
*/
|
|
1426
|
-
|
|
1416
|
+
TotalCount: number
|
|
1427
1417
|
|
|
1428
1418
|
/**
|
|
1429
|
-
*
|
|
1419
|
+
* 结束标志。
|
|
1420
|
+
__0__:否
|
|
1421
|
+
__1__:是
|
|
1430
1422
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1431
1423
|
*/
|
|
1432
|
-
|
|
1424
|
+
EndFlag: string
|
|
1433
1425
|
|
|
1434
1426
|
/**
|
|
1435
|
-
*
|
|
1427
|
+
* 会员资金交易信息数组。
|
|
1436
1428
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1437
1429
|
*/
|
|
1438
|
-
|
|
1430
|
+
TranItemArray: Array<FundsTransactionItem>
|
|
1439
1431
|
}
|
|
1440
1432
|
|
|
1441
1433
|
/**
|
|
@@ -1703,6 +1695,32 @@ export interface QuerySinglePayResponse {
|
|
|
1703
1695
|
RequestId?: string
|
|
1704
1696
|
}
|
|
1705
1697
|
|
|
1698
|
+
/**
|
|
1699
|
+
* UploadExternalAnchorInfo返回参数结构体
|
|
1700
|
+
*/
|
|
1701
|
+
export interface UploadExternalAnchorInfoResponse {
|
|
1702
|
+
/**
|
|
1703
|
+
* 错误码。响应成功:"SUCCESS",其他为不成功。
|
|
1704
|
+
*/
|
|
1705
|
+
ErrCode: string
|
|
1706
|
+
|
|
1707
|
+
/**
|
|
1708
|
+
* 响应消息。
|
|
1709
|
+
*/
|
|
1710
|
+
ErrMessage: string
|
|
1711
|
+
|
|
1712
|
+
/**
|
|
1713
|
+
* 该字段为null。
|
|
1714
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1715
|
+
*/
|
|
1716
|
+
Result: string
|
|
1717
|
+
|
|
1718
|
+
/**
|
|
1719
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1720
|
+
*/
|
|
1721
|
+
RequestId?: string
|
|
1722
|
+
}
|
|
1723
|
+
|
|
1706
1724
|
/**
|
|
1707
1725
|
* QueryCustAcctIdBalance返回参数结构体
|
|
1708
1726
|
*/
|
|
@@ -1877,41 +1895,20 @@ export interface ContractInfo {
|
|
|
1877
1895
|
}
|
|
1878
1896
|
|
|
1879
1897
|
/**
|
|
1880
|
-
*
|
|
1898
|
+
* 结算订单列表
|
|
1881
1899
|
*/
|
|
1882
|
-
export interface
|
|
1883
|
-
/**
|
|
1884
|
-
* 渠道商户ID。
|
|
1885
|
-
*/
|
|
1886
|
-
ChannelMerchantId: string
|
|
1887
|
-
|
|
1888
|
-
/**
|
|
1889
|
-
* 渠道子商户ID。
|
|
1890
|
-
*/
|
|
1891
|
-
ChannelSubMerchantId: string
|
|
1892
|
-
|
|
1893
|
-
/**
|
|
1894
|
-
* 渠道名称。
|
|
1895
|
-
__TENPAY__: 商企付
|
|
1896
|
-
__WECHAT__: 微信支付
|
|
1897
|
-
__ALIPAY__: 支付宝
|
|
1898
|
-
*/
|
|
1899
|
-
ChannelName: string
|
|
1900
|
-
|
|
1900
|
+
export interface SettlementOrders {
|
|
1901
1901
|
/**
|
|
1902
|
-
*
|
|
1903
|
-
|
|
1904
|
-
__OPENBANK_PAYMENT__: openbank支付
|
|
1902
|
+
* 列表
|
|
1903
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1905
1904
|
*/
|
|
1906
|
-
|
|
1905
|
+
List: Array<SettlementOrderResult>
|
|
1907
1906
|
|
|
1908
1907
|
/**
|
|
1909
|
-
*
|
|
1910
|
-
|
|
1911
|
-
__sandbox__:沙箱环境
|
|
1912
|
-
_不填默认为生产环境_
|
|
1908
|
+
* 总数
|
|
1909
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1913
1910
|
*/
|
|
1914
|
-
|
|
1911
|
+
Count: number
|
|
1915
1912
|
}
|
|
1916
1913
|
|
|
1917
1914
|
/**
|
|
@@ -2047,18 +2044,23 @@ export interface OrganizationInfo {
|
|
|
2047
2044
|
}
|
|
2048
2045
|
|
|
2049
2046
|
/**
|
|
2050
|
-
*
|
|
2047
|
+
* 灵云V2-银行信息
|
|
2051
2048
|
*/
|
|
2052
|
-
export interface
|
|
2049
|
+
export interface FlexFundingAccountInfo {
|
|
2053
2050
|
/**
|
|
2054
|
-
*
|
|
2051
|
+
* 资金账户号
|
|
2055
2052
|
*/
|
|
2056
|
-
|
|
2053
|
+
FundingAccountNo?: string
|
|
2057
2054
|
|
|
2058
2055
|
/**
|
|
2059
|
-
*
|
|
2056
|
+
* 资金账户类型
|
|
2060
2057
|
*/
|
|
2061
|
-
|
|
2058
|
+
FundingAccountType?: string
|
|
2059
|
+
|
|
2060
|
+
/**
|
|
2061
|
+
* 资金账户绑定序列号
|
|
2062
|
+
*/
|
|
2063
|
+
FundingAccountBindSerialNo?: string
|
|
2062
2064
|
}
|
|
2063
2065
|
|
|
2064
2066
|
/**
|
|
@@ -2094,6 +2096,32 @@ ChannelName为wechat时,组成为 <Wechat-ExternalPromptInfo>
|
|
|
2094
2096
|
ExternalPromptInfoList: Array<CloudExternalPromptInfo>
|
|
2095
2097
|
}
|
|
2096
2098
|
|
|
2099
|
+
/**
|
|
2100
|
+
* ModifyFlexPayeeAccountRightStatus返回参数结构体
|
|
2101
|
+
*/
|
|
2102
|
+
export interface ModifyFlexPayeeAccountRightStatusResponse {
|
|
2103
|
+
/**
|
|
2104
|
+
* 错误码。SUCCESS为成功,其他为失败
|
|
2105
|
+
*/
|
|
2106
|
+
ErrCode: string
|
|
2107
|
+
|
|
2108
|
+
/**
|
|
2109
|
+
* 错误消息
|
|
2110
|
+
*/
|
|
2111
|
+
ErrMessage: string
|
|
2112
|
+
|
|
2113
|
+
/**
|
|
2114
|
+
* 返回结果。默认为空。
|
|
2115
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2116
|
+
*/
|
|
2117
|
+
Result: string
|
|
2118
|
+
|
|
2119
|
+
/**
|
|
2120
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2121
|
+
*/
|
|
2122
|
+
RequestId?: string
|
|
2123
|
+
}
|
|
2124
|
+
|
|
2097
2125
|
/**
|
|
2098
2126
|
* ModifyMerchant返回参数结构体
|
|
2099
2127
|
*/
|
|
@@ -2197,23 +2225,29 @@ export interface CityCodeResult {
|
|
|
2197
2225
|
}
|
|
2198
2226
|
|
|
2199
2227
|
/**
|
|
2200
|
-
*
|
|
2228
|
+
* CreateFlexPayee返回参数结构体
|
|
2201
2229
|
*/
|
|
2202
|
-
export interface
|
|
2230
|
+
export interface CreateFlexPayeeResponse {
|
|
2203
2231
|
/**
|
|
2204
|
-
*
|
|
2232
|
+
* 错误码。SUCCESS为成功,其他为失败
|
|
2205
2233
|
*/
|
|
2206
|
-
|
|
2234
|
+
ErrCode: string
|
|
2207
2235
|
|
|
2208
2236
|
/**
|
|
2209
|
-
*
|
|
2237
|
+
* 错误消息
|
|
2210
2238
|
*/
|
|
2211
|
-
|
|
2239
|
+
ErrMessage: string
|
|
2212
2240
|
|
|
2213
2241
|
/**
|
|
2214
|
-
|
|
2242
|
+
* 返回结果
|
|
2243
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2244
|
+
*/
|
|
2245
|
+
Result: CreateFlexPayeeResult
|
|
2246
|
+
|
|
2247
|
+
/**
|
|
2248
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2215
2249
|
*/
|
|
2216
|
-
|
|
2250
|
+
RequestId?: string
|
|
2217
2251
|
}
|
|
2218
2252
|
|
|
2219
2253
|
/**
|
|
@@ -2879,6 +2913,76 @@ export interface CreateAcctResponse {
|
|
|
2879
2913
|
RequestId?: string
|
|
2880
2914
|
}
|
|
2881
2915
|
|
|
2916
|
+
/**
|
|
2917
|
+
* 付款订单结果
|
|
2918
|
+
*/
|
|
2919
|
+
export interface PaymentOrderResult {
|
|
2920
|
+
/**
|
|
2921
|
+
* 收入类型
|
|
2922
|
+
LABOR:劳务所得
|
|
2923
|
+
OCCASION:偶然所得
|
|
2924
|
+
*/
|
|
2925
|
+
IncomeType: string
|
|
2926
|
+
|
|
2927
|
+
/**
|
|
2928
|
+
* 税前金额
|
|
2929
|
+
*/
|
|
2930
|
+
AmountBeforeTax: string
|
|
2931
|
+
|
|
2932
|
+
/**
|
|
2933
|
+
* 税后金额
|
|
2934
|
+
*/
|
|
2935
|
+
AmountAfterTax: string
|
|
2936
|
+
|
|
2937
|
+
/**
|
|
2938
|
+
* 税金
|
|
2939
|
+
*/
|
|
2940
|
+
Tax: string
|
|
2941
|
+
|
|
2942
|
+
/**
|
|
2943
|
+
* 外部订单ID
|
|
2944
|
+
*/
|
|
2945
|
+
OutOrderId: string
|
|
2946
|
+
|
|
2947
|
+
/**
|
|
2948
|
+
* 订单ID
|
|
2949
|
+
*/
|
|
2950
|
+
OrderId: string
|
|
2951
|
+
|
|
2952
|
+
/**
|
|
2953
|
+
* 发起时间
|
|
2954
|
+
*/
|
|
2955
|
+
InitiateTime: string
|
|
2956
|
+
|
|
2957
|
+
/**
|
|
2958
|
+
* 完成时间
|
|
2959
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2960
|
+
*/
|
|
2961
|
+
FinishTime: string
|
|
2962
|
+
|
|
2963
|
+
/**
|
|
2964
|
+
* 状态
|
|
2965
|
+
ACCEPTED:已受理
|
|
2966
|
+
ACCOUNTED:已记账
|
|
2967
|
+
PAYING:付款中
|
|
2968
|
+
PAYED:完成付款渠道调用
|
|
2969
|
+
SUCCEED:已成功
|
|
2970
|
+
FAILED:已失败
|
|
2971
|
+
*/
|
|
2972
|
+
Status: string
|
|
2973
|
+
|
|
2974
|
+
/**
|
|
2975
|
+
* 状态描述
|
|
2976
|
+
*/
|
|
2977
|
+
StatusDesc: string
|
|
2978
|
+
|
|
2979
|
+
/**
|
|
2980
|
+
* 提现备注
|
|
2981
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2982
|
+
*/
|
|
2983
|
+
Remark: string
|
|
2984
|
+
}
|
|
2985
|
+
|
|
2882
2986
|
/**
|
|
2883
2987
|
* DistributeAddReceiver请求参数结构体
|
|
2884
2988
|
*/
|
|
@@ -3026,6 +3130,21 @@ export interface QueryPayerInfoResponse {
|
|
|
3026
3130
|
RequestId?: string
|
|
3027
3131
|
}
|
|
3028
3132
|
|
|
3133
|
+
/**
|
|
3134
|
+
* QueryMerchantBalance返回参数结构体
|
|
3135
|
+
*/
|
|
3136
|
+
export interface QueryMerchantBalanceResponse {
|
|
3137
|
+
/**
|
|
3138
|
+
* 对接方账户余额查询结果
|
|
3139
|
+
*/
|
|
3140
|
+
Result: QueryMerchantBalanceResult
|
|
3141
|
+
|
|
3142
|
+
/**
|
|
3143
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3144
|
+
*/
|
|
3145
|
+
RequestId?: string
|
|
3146
|
+
}
|
|
3147
|
+
|
|
3029
3148
|
/**
|
|
3030
3149
|
* BindOpenBankExternalSubMerchantBankAccount返回参数结构体
|
|
3031
3150
|
*/
|
|
@@ -3055,107 +3174,150 @@ __其他__: 见附录-错误码表
|
|
|
3055
3174
|
}
|
|
3056
3175
|
|
|
3057
3176
|
/**
|
|
3058
|
-
*
|
|
3177
|
+
* 贸易材料明细查询数据
|
|
3059
3178
|
*/
|
|
3060
|
-
export interface
|
|
3179
|
+
export interface QueryTradeData {
|
|
3061
3180
|
/**
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
*/
|
|
3066
|
-
ErrCode: string
|
|
3181
|
+
* 商户号
|
|
3182
|
+
*/
|
|
3183
|
+
MerchantId: string
|
|
3067
3184
|
|
|
3068
3185
|
/**
|
|
3069
|
-
*
|
|
3186
|
+
* 贸易材料流水号
|
|
3070
3187
|
*/
|
|
3071
|
-
|
|
3188
|
+
TradeFileId: string
|
|
3072
3189
|
|
|
3073
3190
|
/**
|
|
3074
|
-
|
|
3191
|
+
* 贸易材料订单号
|
|
3192
|
+
*/
|
|
3193
|
+
TradeOrderId: string
|
|
3194
|
+
|
|
3195
|
+
/**
|
|
3196
|
+
* 审核状态
|
|
3197
|
+
*/
|
|
3198
|
+
Status: string
|
|
3199
|
+
|
|
3200
|
+
/**
|
|
3201
|
+
* 失败原因
|
|
3075
3202
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3076
3203
|
*/
|
|
3077
|
-
|
|
3204
|
+
FailReason: string
|
|
3078
3205
|
|
|
3079
3206
|
/**
|
|
3080
|
-
*
|
|
3207
|
+
* 付款人ID
|
|
3081
3208
|
*/
|
|
3082
|
-
|
|
3083
|
-
}
|
|
3209
|
+
PayerId: string
|
|
3084
3210
|
|
|
3085
|
-
/**
|
|
3086
|
-
* 查询发票结果数据
|
|
3087
|
-
*/
|
|
3088
|
-
export interface QueryInvoiceResultData {
|
|
3089
3211
|
/**
|
|
3090
|
-
*
|
|
3212
|
+
* 收款人姓名
|
|
3091
3213
|
*/
|
|
3092
|
-
|
|
3214
|
+
PayeeName: string
|
|
3093
3215
|
|
|
3094
3216
|
/**
|
|
3095
|
-
*
|
|
3217
|
+
* 收款人常驻国家或地区编码
|
|
3096
3218
|
*/
|
|
3097
|
-
|
|
3219
|
+
PayeeCountryCode: string
|
|
3098
3220
|
|
|
3099
3221
|
/**
|
|
3100
|
-
*
|
|
3222
|
+
* 交易类型
|
|
3101
3223
|
*/
|
|
3102
|
-
|
|
3224
|
+
TradeType: string
|
|
3103
3225
|
|
|
3104
3226
|
/**
|
|
3105
|
-
*
|
|
3227
|
+
* 交易日期
|
|
3106
3228
|
*/
|
|
3107
|
-
|
|
3229
|
+
TradeTime: string
|
|
3108
3230
|
|
|
3109
3231
|
/**
|
|
3110
|
-
*
|
|
3232
|
+
* 交易币种
|
|
3111
3233
|
*/
|
|
3112
|
-
|
|
3234
|
+
TradeCurrency: string
|
|
3113
3235
|
|
|
3114
3236
|
/**
|
|
3115
|
-
*
|
|
3237
|
+
* 交易金额
|
|
3116
3238
|
*/
|
|
3117
|
-
|
|
3239
|
+
TradeAmount: string
|
|
3118
3240
|
|
|
3119
3241
|
/**
|
|
3120
|
-
*
|
|
3242
|
+
* 交易名称
|
|
3121
3243
|
*/
|
|
3122
|
-
|
|
3244
|
+
TradeName: string
|
|
3123
3245
|
|
|
3124
3246
|
/**
|
|
3125
|
-
*
|
|
3247
|
+
* 交易数量
|
|
3126
3248
|
*/
|
|
3127
|
-
|
|
3249
|
+
TradeCount: number
|
|
3128
3250
|
|
|
3129
3251
|
/**
|
|
3130
|
-
|
|
3252
|
+
* 货贸承运人
|
|
3253
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3254
|
+
*/
|
|
3255
|
+
GoodsCarrier: string
|
|
3256
|
+
|
|
3257
|
+
/**
|
|
3258
|
+
* 服贸交易细节
|
|
3259
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3260
|
+
*/
|
|
3261
|
+
ServiceDetail: string
|
|
3262
|
+
|
|
3263
|
+
/**
|
|
3264
|
+
* 服贸服务时间
|
|
3265
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3266
|
+
*/
|
|
3267
|
+
ServiceTime: string
|
|
3268
|
+
}
|
|
3269
|
+
|
|
3270
|
+
/**
|
|
3271
|
+
* QueryMemberTransactionDetails返回参数结构体
|
|
3272
|
+
*/
|
|
3273
|
+
export interface QueryMemberTransactionDetailsResponse {
|
|
3274
|
+
/**
|
|
3275
|
+
* 错误码。
|
|
3276
|
+
__SUCCESS__: 成功
|
|
3277
|
+
__其他__: 见附录-错误码表
|
|
3278
|
+
*/
|
|
3279
|
+
ErrCode: string
|
|
3280
|
+
|
|
3281
|
+
/**
|
|
3282
|
+
* 错误消息。
|
|
3131
3283
|
*/
|
|
3132
|
-
|
|
3284
|
+
ErrMessage: string
|
|
3133
3285
|
|
|
3134
3286
|
/**
|
|
3135
|
-
|
|
3287
|
+
* 返回结果。
|
|
3288
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3289
|
+
*/
|
|
3290
|
+
Result: QueryMemberTransactionDetailsResult
|
|
3291
|
+
|
|
3292
|
+
/**
|
|
3293
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3136
3294
|
*/
|
|
3137
|
-
|
|
3295
|
+
RequestId?: string
|
|
3296
|
+
}
|
|
3138
3297
|
|
|
3298
|
+
/**
|
|
3299
|
+
* 付款结果
|
|
3300
|
+
*/
|
|
3301
|
+
export interface ApplyFlexPaymentResult {
|
|
3139
3302
|
/**
|
|
3140
|
-
*
|
|
3303
|
+
* 订单ID
|
|
3141
3304
|
*/
|
|
3142
|
-
|
|
3305
|
+
OrderId: string
|
|
3143
3306
|
|
|
3144
3307
|
/**
|
|
3145
|
-
*
|
|
3308
|
+
* 税前金额
|
|
3146
3309
|
*/
|
|
3147
|
-
|
|
3310
|
+
AmountBeforeTax: string
|
|
3148
3311
|
|
|
3149
3312
|
/**
|
|
3150
|
-
*
|
|
3313
|
+
* 税后金额
|
|
3151
3314
|
*/
|
|
3152
|
-
|
|
3315
|
+
AmountAfterTax: string
|
|
3153
3316
|
|
|
3154
3317
|
/**
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
ImageUrl: string
|
|
3318
|
+
* 税金
|
|
3319
|
+
*/
|
|
3320
|
+
Tax: string
|
|
3159
3321
|
}
|
|
3160
3322
|
|
|
3161
3323
|
/**
|
|
@@ -3264,6 +3426,31 @@ export interface AddMerchantResponse {
|
|
|
3264
3426
|
RequestId?: string
|
|
3265
3427
|
}
|
|
3266
3428
|
|
|
3429
|
+
/**
|
|
3430
|
+
* QueryFlexSettlementOrderList请求参数结构体
|
|
3431
|
+
*/
|
|
3432
|
+
export interface QueryFlexSettlementOrderListRequest {
|
|
3433
|
+
/**
|
|
3434
|
+
* 收款用户ID
|
|
3435
|
+
*/
|
|
3436
|
+
PayeeId: string
|
|
3437
|
+
|
|
3438
|
+
/**
|
|
3439
|
+
* 开始时间,格式"yyyy-MM-dd hh:mm:ss"
|
|
3440
|
+
*/
|
|
3441
|
+
StartTime: string
|
|
3442
|
+
|
|
3443
|
+
/**
|
|
3444
|
+
* 结束时间,格式"yyyy-MM-dd hh:mm:ss"
|
|
3445
|
+
*/
|
|
3446
|
+
EndTime: string
|
|
3447
|
+
|
|
3448
|
+
/**
|
|
3449
|
+
* 分页
|
|
3450
|
+
*/
|
|
3451
|
+
PageNumber: Paging
|
|
3452
|
+
}
|
|
3453
|
+
|
|
3267
3454
|
/**
|
|
3268
3455
|
* RefundCloudOrder请求参数结构体
|
|
3269
3456
|
*/
|
|
@@ -4059,34 +4246,27 @@ export interface OpenBankSceneInfo {
|
|
|
4059
4246
|
}
|
|
4060
4247
|
|
|
4061
4248
|
/**
|
|
4062
|
-
*
|
|
4249
|
+
* ModifyFlexPayeeAccountRightStatus请求参数结构体
|
|
4063
4250
|
*/
|
|
4064
|
-
export interface
|
|
4065
|
-
/**
|
|
4066
|
-
* 平台编号
|
|
4067
|
-
*/
|
|
4068
|
-
PlatformCode: string
|
|
4069
|
-
|
|
4251
|
+
export interface ModifyFlexPayeeAccountRightStatusRequest {
|
|
4070
4252
|
/**
|
|
4071
|
-
*
|
|
4253
|
+
* 收款用户ID
|
|
4072
4254
|
*/
|
|
4073
|
-
|
|
4255
|
+
PayeeId: string
|
|
4074
4256
|
|
|
4075
4257
|
/**
|
|
4076
|
-
*
|
|
4077
|
-
|
|
4258
|
+
* 账户权益类型
|
|
4259
|
+
SETTLEMENT:结算权益
|
|
4260
|
+
PAYMENT:付款权益
|
|
4078
4261
|
*/
|
|
4079
|
-
|
|
4080
|
-
|
|
4081
|
-
/**
|
|
4082
|
-
* 收款商户名称
|
|
4083
|
-
*/
|
|
4084
|
-
MerchantName: string
|
|
4262
|
+
AccountRightType: string
|
|
4085
4263
|
|
|
4086
4264
|
/**
|
|
4087
|
-
|
|
4088
|
-
|
|
4089
|
-
|
|
4265
|
+
* 账户权益状态
|
|
4266
|
+
ENABLE:启用
|
|
4267
|
+
DISABLE:停用
|
|
4268
|
+
*/
|
|
4269
|
+
AccountRightStatus: string
|
|
4090
4270
|
}
|
|
4091
4271
|
|
|
4092
4272
|
/**
|
|
@@ -4125,6 +4305,21 @@ export interface RefundCloudOrderResponse {
|
|
|
4125
4305
|
RequestId?: string
|
|
4126
4306
|
}
|
|
4127
4307
|
|
|
4308
|
+
/**
|
|
4309
|
+
* 付款人查询结果
|
|
4310
|
+
*/
|
|
4311
|
+
export interface QueryPayerinfoResult {
|
|
4312
|
+
/**
|
|
4313
|
+
* 错误码
|
|
4314
|
+
*/
|
|
4315
|
+
Code: string
|
|
4316
|
+
|
|
4317
|
+
/**
|
|
4318
|
+
* 付款人查询数据
|
|
4319
|
+
*/
|
|
4320
|
+
Data: QueryPayerinfoData
|
|
4321
|
+
}
|
|
4322
|
+
|
|
4128
4323
|
/**
|
|
4129
4324
|
* QueryBankClear请求参数结构体
|
|
4130
4325
|
*/
|
|
@@ -4937,6 +5132,23 @@ _不填默认为生产环境_
|
|
|
4937
5132
|
Environment?: string
|
|
4938
5133
|
}
|
|
4939
5134
|
|
|
5135
|
+
/**
|
|
5136
|
+
* QueryFlexPayeeAccountBalance请求参数结构体
|
|
5137
|
+
*/
|
|
5138
|
+
export interface QueryFlexPayeeAccountBalanceRequest {
|
|
5139
|
+
/**
|
|
5140
|
+
* 收款用户ID
|
|
5141
|
+
*/
|
|
5142
|
+
PayeeId: string
|
|
5143
|
+
|
|
5144
|
+
/**
|
|
5145
|
+
* 收入类型
|
|
5146
|
+
LABOR:劳务所得
|
|
5147
|
+
OCCASION:偶然所得
|
|
5148
|
+
*/
|
|
5149
|
+
IncomeType: string
|
|
5150
|
+
}
|
|
5151
|
+
|
|
4940
5152
|
/**
|
|
4941
5153
|
* ContractOrder请求参数结构体
|
|
4942
5154
|
*/
|
|
@@ -5166,6 +5378,61 @@ export interface BindRelateAcctSmallAmountResponse {
|
|
|
5166
5378
|
RequestId?: string
|
|
5167
5379
|
}
|
|
5168
5380
|
|
|
5381
|
+
/**
|
|
5382
|
+
* 账户余额信息
|
|
5383
|
+
*/
|
|
5384
|
+
export interface PayeeAccountBalanceResult {
|
|
5385
|
+
/**
|
|
5386
|
+
* 账户ID
|
|
5387
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5388
|
+
*/
|
|
5389
|
+
AccountId: string
|
|
5390
|
+
|
|
5391
|
+
/**
|
|
5392
|
+
* 收入类型
|
|
5393
|
+
LABOR:劳务所得
|
|
5394
|
+
OCCASION:偶然所得
|
|
5395
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5396
|
+
*/
|
|
5397
|
+
IncomeType: number
|
|
5398
|
+
|
|
5399
|
+
/**
|
|
5400
|
+
* 总余额
|
|
5401
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5402
|
+
*/
|
|
5403
|
+
Balance: string
|
|
5404
|
+
|
|
5405
|
+
/**
|
|
5406
|
+
* 系统冻结余额
|
|
5407
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5408
|
+
*/
|
|
5409
|
+
SystemFreezeBalance: string
|
|
5410
|
+
|
|
5411
|
+
/**
|
|
5412
|
+
* 人工冻结余额
|
|
5413
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5414
|
+
*/
|
|
5415
|
+
ManualFreezeBalance: string
|
|
5416
|
+
|
|
5417
|
+
/**
|
|
5418
|
+
* 可提现余额
|
|
5419
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5420
|
+
*/
|
|
5421
|
+
PayableBalance: string
|
|
5422
|
+
|
|
5423
|
+
/**
|
|
5424
|
+
* 已提现余额
|
|
5425
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5426
|
+
*/
|
|
5427
|
+
PaidBalance: string
|
|
5428
|
+
|
|
5429
|
+
/**
|
|
5430
|
+
* 提现中余额
|
|
5431
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5432
|
+
*/
|
|
5433
|
+
InPayBalance: string
|
|
5434
|
+
}
|
|
5435
|
+
|
|
5169
5436
|
/**
|
|
5170
5437
|
* QueryBalance请求参数结构体
|
|
5171
5438
|
*/
|
|
@@ -5222,73 +5489,95 @@ export interface QueryOpenBankSupportBankListResult {
|
|
|
5222
5489
|
}
|
|
5223
5490
|
|
|
5224
5491
|
/**
|
|
5225
|
-
*
|
|
5492
|
+
* 冻结单结果
|
|
5226
5493
|
*/
|
|
5227
|
-
export interface
|
|
5494
|
+
export interface FreezeOrderResult {
|
|
5228
5495
|
/**
|
|
5229
|
-
*
|
|
5496
|
+
* 税前金额
|
|
5230
5497
|
*/
|
|
5231
|
-
|
|
5498
|
+
AmountBeforeTax: string
|
|
5232
5499
|
|
|
5233
5500
|
/**
|
|
5234
|
-
|
|
5235
|
-
|
|
5236
|
-
|
|
5501
|
+
* 收入类型
|
|
5502
|
+
LABOR:劳务所得
|
|
5503
|
+
OCCASION:偶然所得
|
|
5504
|
+
*/
|
|
5505
|
+
IncomeType: string
|
|
5237
5506
|
|
|
5238
5507
|
/**
|
|
5239
|
-
*
|
|
5508
|
+
* 外部订单ID
|
|
5240
5509
|
*/
|
|
5241
|
-
|
|
5510
|
+
OutOrderId: string
|
|
5242
5511
|
|
|
5243
5512
|
/**
|
|
5244
|
-
*
|
|
5513
|
+
* 订单ID
|
|
5245
5514
|
*/
|
|
5246
|
-
|
|
5515
|
+
OrderId: string
|
|
5247
5516
|
|
|
5248
5517
|
/**
|
|
5249
|
-
|
|
5250
|
-
|
|
5251
|
-
|
|
5518
|
+
* 操作类型
|
|
5519
|
+
FREEZE:冻结
|
|
5520
|
+
UNFREEZE:解冻
|
|
5521
|
+
*/
|
|
5522
|
+
OperationType: string
|
|
5252
5523
|
|
|
5253
5524
|
/**
|
|
5254
|
-
*
|
|
5525
|
+
* 发起时间
|
|
5255
5526
|
*/
|
|
5256
|
-
|
|
5527
|
+
InitiateTime: string
|
|
5257
5528
|
|
|
5258
5529
|
/**
|
|
5259
|
-
|
|
5260
|
-
|
|
5261
|
-
|
|
5530
|
+
* 完成时间
|
|
5531
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5532
|
+
*/
|
|
5533
|
+
FinishTime: string
|
|
5262
5534
|
|
|
5263
5535
|
/**
|
|
5264
|
-
|
|
5265
|
-
|
|
5266
|
-
|
|
5536
|
+
* 状态
|
|
5537
|
+
ACCEPTED:已受理
|
|
5538
|
+
ACCOUNTED:已记账
|
|
5539
|
+
SUCCEED:已成功
|
|
5540
|
+
FAILED:已失败
|
|
5541
|
+
*/
|
|
5542
|
+
Status: string
|
|
5267
5543
|
|
|
5268
5544
|
/**
|
|
5269
|
-
*
|
|
5545
|
+
* 状态描述
|
|
5270
5546
|
*/
|
|
5271
|
-
|
|
5547
|
+
StatusDesc: string
|
|
5272
5548
|
|
|
5273
5549
|
/**
|
|
5274
|
-
|
|
5275
|
-
|
|
5276
|
-
|
|
5550
|
+
* 冻结备注
|
|
5551
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5552
|
+
*/
|
|
5553
|
+
Remark: string
|
|
5554
|
+
}
|
|
5277
5555
|
|
|
5556
|
+
/**
|
|
5557
|
+
* 计税信息
|
|
5558
|
+
*/
|
|
5559
|
+
export interface PayeeTaxInfo {
|
|
5278
5560
|
/**
|
|
5279
|
-
*
|
|
5561
|
+
* 计税模板列表
|
|
5280
5562
|
*/
|
|
5281
|
-
|
|
5563
|
+
TaxTemplateInfoList: Array<PayeeTaxTemplateInfo>
|
|
5282
5564
|
|
|
5283
5565
|
/**
|
|
5284
|
-
*
|
|
5566
|
+
* 纳税人识别号
|
|
5285
5567
|
*/
|
|
5286
|
-
|
|
5568
|
+
TaxpayerIdNo: string
|
|
5287
5569
|
|
|
5288
5570
|
/**
|
|
5289
|
-
|
|
5571
|
+
* 纳税主体类型
|
|
5572
|
+
NATURAL:自然人
|
|
5573
|
+
NON_NATURAL:非自然人
|
|
5574
|
+
*/
|
|
5575
|
+
TaxEntityType: string
|
|
5576
|
+
|
|
5577
|
+
/**
|
|
5578
|
+
* 财税服务商ID
|
|
5290
5579
|
*/
|
|
5291
|
-
|
|
5580
|
+
TaxServiceProviderId: string
|
|
5292
5581
|
}
|
|
5293
5582
|
|
|
5294
5583
|
/**
|
|
@@ -5694,6 +5983,32 @@ __其他__: 见附录-错误码表
|
|
|
5694
5983
|
RequestId?: string
|
|
5695
5984
|
}
|
|
5696
5985
|
|
|
5986
|
+
/**
|
|
5987
|
+
* QueryFlexPayeeInfo返回参数结构体
|
|
5988
|
+
*/
|
|
5989
|
+
export interface QueryFlexPayeeInfoResponse {
|
|
5990
|
+
/**
|
|
5991
|
+
* 错误码。SUCCESS为成功,其他为失败
|
|
5992
|
+
*/
|
|
5993
|
+
ErrCode: string
|
|
5994
|
+
|
|
5995
|
+
/**
|
|
5996
|
+
* 错误消息
|
|
5997
|
+
*/
|
|
5998
|
+
ErrMessage: string
|
|
5999
|
+
|
|
6000
|
+
/**
|
|
6001
|
+
* 返回结果
|
|
6002
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6003
|
+
*/
|
|
6004
|
+
Result: PayeeInfoResult
|
|
6005
|
+
|
|
6006
|
+
/**
|
|
6007
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6008
|
+
*/
|
|
6009
|
+
RequestId?: string
|
|
6010
|
+
}
|
|
6011
|
+
|
|
5697
6012
|
/**
|
|
5698
6013
|
* 订单退款响应对象
|
|
5699
6014
|
*/
|
|
@@ -5890,6 +6205,64 @@ export interface ContractOrderInSubOrder {
|
|
|
5890
6205
|
Metadata?: string
|
|
5891
6206
|
}
|
|
5892
6207
|
|
|
6208
|
+
/**
|
|
6209
|
+
* QueryMemberTransactionDetails请求参数结构体
|
|
6210
|
+
*/
|
|
6211
|
+
export interface QueryMemberTransactionDetailsRequest {
|
|
6212
|
+
/**
|
|
6213
|
+
* 查询的交易发生时间类型。
|
|
6214
|
+
__1__:当日
|
|
6215
|
+
__2__:历史
|
|
6216
|
+
*/
|
|
6217
|
+
QueryDateType: string
|
|
6218
|
+
|
|
6219
|
+
/**
|
|
6220
|
+
* 查询的交易类型。
|
|
6221
|
+
__1__:全部
|
|
6222
|
+
__2__:转出
|
|
6223
|
+
__3__:转入
|
|
6224
|
+
*/
|
|
6225
|
+
QueryTranType: string
|
|
6226
|
+
|
|
6227
|
+
/**
|
|
6228
|
+
* 父账户账号。
|
|
6229
|
+
_平安渠道为资金汇总账号_
|
|
6230
|
+
*/
|
|
6231
|
+
BankAccountNumber: string
|
|
6232
|
+
|
|
6233
|
+
/**
|
|
6234
|
+
* 子账户账号。
|
|
6235
|
+
_平安渠道为见证子账户的账号_
|
|
6236
|
+
*/
|
|
6237
|
+
SubAccountNumber: string
|
|
6238
|
+
|
|
6239
|
+
/**
|
|
6240
|
+
* 分页号, 起始值为1。
|
|
6241
|
+
*/
|
|
6242
|
+
PageOffSet: string
|
|
6243
|
+
|
|
6244
|
+
/**
|
|
6245
|
+
* 查询开始日期,格式:yyyyMMdd。
|
|
6246
|
+
__若是历史查询,则必输,当日查询时,不起作用;开始日期不能超过当前日期__
|
|
6247
|
+
*/
|
|
6248
|
+
QueryStartDate?: string
|
|
6249
|
+
|
|
6250
|
+
/**
|
|
6251
|
+
* 查询终止日期,格式:yyyyMMdd。
|
|
6252
|
+
__若是历史查询,则必输,当日查询时,不起作用;终止日期不能超过当前日期__
|
|
6253
|
+
*/
|
|
6254
|
+
QueryEndDate?: string
|
|
6255
|
+
|
|
6256
|
+
/**
|
|
6257
|
+
* 环境名。
|
|
6258
|
+
__release__: 现网环境
|
|
6259
|
+
__sandbox__: 沙箱环境
|
|
6260
|
+
__development__: 开发环境
|
|
6261
|
+
_缺省: release_
|
|
6262
|
+
*/
|
|
6263
|
+
MidasEnvironment?: string
|
|
6264
|
+
}
|
|
6265
|
+
|
|
5893
6266
|
/**
|
|
5894
6267
|
* RegisterBehavior请求参数结构体
|
|
5895
6268
|
*/
|
|
@@ -5960,6 +6333,31 @@ yyyyMMddHHmmss
|
|
|
5960
6333
|
SignChannel?: number
|
|
5961
6334
|
}
|
|
5962
6335
|
|
|
6336
|
+
/**
|
|
6337
|
+
* 结算结果
|
|
6338
|
+
*/
|
|
6339
|
+
export interface ApplyFlexSettlementResult {
|
|
6340
|
+
/**
|
|
6341
|
+
* 订单ID
|
|
6342
|
+
*/
|
|
6343
|
+
OrderId: string
|
|
6344
|
+
|
|
6345
|
+
/**
|
|
6346
|
+
* 税前金额
|
|
6347
|
+
*/
|
|
6348
|
+
AmountBeforeTax: string
|
|
6349
|
+
|
|
6350
|
+
/**
|
|
6351
|
+
* 税后金额
|
|
6352
|
+
*/
|
|
6353
|
+
AmountAfterTax: string
|
|
6354
|
+
|
|
6355
|
+
/**
|
|
6356
|
+
* 税金
|
|
6357
|
+
*/
|
|
6358
|
+
Tax: string
|
|
6359
|
+
}
|
|
6360
|
+
|
|
5963
6361
|
/**
|
|
5964
6362
|
* UnifiedCloudOrder返回参数结构体
|
|
5965
6363
|
*/
|
|
@@ -6872,15 +7270,13 @@ __FREEZE__:担保支付
|
|
|
6872
7270
|
ExpireTime?: string
|
|
6873
7271
|
|
|
6874
7272
|
/**
|
|
6875
|
-
|
|
6876
|
-
|
|
6877
|
-
*/
|
|
7273
|
+
* 前端成功回调URL。条件可选。
|
|
7274
|
+
*/
|
|
6878
7275
|
FrontUrl?: string
|
|
6879
7276
|
|
|
6880
7277
|
/**
|
|
6881
|
-
|
|
6882
|
-
|
|
6883
|
-
*/
|
|
7278
|
+
* 前端刷新 URL。条件可选。
|
|
7279
|
+
*/
|
|
6884
7280
|
RefreshUrl?: string
|
|
6885
7281
|
|
|
6886
7282
|
/**
|
|
@@ -7416,24 +7812,24 @@ Subsidy:补贴项。
|
|
|
7416
7812
|
}
|
|
7417
7813
|
|
|
7418
7814
|
/**
|
|
7419
|
-
*
|
|
7815
|
+
* FreezeFlexBalance返回参数结构体
|
|
7420
7816
|
*/
|
|
7421
|
-
export interface
|
|
7817
|
+
export interface FreezeFlexBalanceResponse {
|
|
7422
7818
|
/**
|
|
7423
|
-
*
|
|
7819
|
+
* 错误码。SUCCESS为成功,其他为失败
|
|
7424
7820
|
*/
|
|
7425
|
-
|
|
7821
|
+
ErrCode: string
|
|
7426
7822
|
|
|
7427
7823
|
/**
|
|
7428
|
-
|
|
7429
|
-
|
|
7430
|
-
|
|
7431
|
-
ReservedMessage?: string
|
|
7824
|
+
* 错误消息
|
|
7825
|
+
*/
|
|
7826
|
+
ErrMessage: string
|
|
7432
7827
|
|
|
7433
7828
|
/**
|
|
7434
|
-
|
|
7435
|
-
|
|
7436
|
-
|
|
7829
|
+
* 返回结果
|
|
7830
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7831
|
+
*/
|
|
7832
|
+
Result: FreezeFlexBalanceResult
|
|
7437
7833
|
|
|
7438
7834
|
/**
|
|
7439
7835
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -7489,6 +7885,26 @@ sandbox:沙箱环境
|
|
|
7489
7885
|
Environment?: string
|
|
7490
7886
|
}
|
|
7491
7887
|
|
|
7888
|
+
/**
|
|
7889
|
+
* UploadExternalAnchorInfo请求参数结构体
|
|
7890
|
+
*/
|
|
7891
|
+
export interface UploadExternalAnchorInfoRequest {
|
|
7892
|
+
/**
|
|
7893
|
+
* 主播Id
|
|
7894
|
+
*/
|
|
7895
|
+
AnchorId: string
|
|
7896
|
+
|
|
7897
|
+
/**
|
|
7898
|
+
* 身份证正面图片下载链接
|
|
7899
|
+
*/
|
|
7900
|
+
IdCardFront?: string
|
|
7901
|
+
|
|
7902
|
+
/**
|
|
7903
|
+
* 身份证反面图片下载链接
|
|
7904
|
+
*/
|
|
7905
|
+
IdCardReverse?: string
|
|
7906
|
+
}
|
|
7907
|
+
|
|
7492
7908
|
/**
|
|
7493
7909
|
* CreateAcct请求参数结构体
|
|
7494
7910
|
*/
|
|
@@ -7743,6 +8159,32 @@ export interface QueryMerchantBalanceRequest {
|
|
|
7743
8159
|
Profile?: string
|
|
7744
8160
|
}
|
|
7745
8161
|
|
|
8162
|
+
/**
|
|
8163
|
+
* ApplyFlexSettlement返回参数结构体
|
|
8164
|
+
*/
|
|
8165
|
+
export interface ApplyFlexSettlementResponse {
|
|
8166
|
+
/**
|
|
8167
|
+
* 错误码。SUCCESS为成功,其他为失败
|
|
8168
|
+
*/
|
|
8169
|
+
ErrCode: string
|
|
8170
|
+
|
|
8171
|
+
/**
|
|
8172
|
+
* 错误消息
|
|
8173
|
+
*/
|
|
8174
|
+
ErrMessage: string
|
|
8175
|
+
|
|
8176
|
+
/**
|
|
8177
|
+
* 返回结果
|
|
8178
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8179
|
+
*/
|
|
8180
|
+
Result: ApplyFlexSettlementResult
|
|
8181
|
+
|
|
8182
|
+
/**
|
|
8183
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
8184
|
+
*/
|
|
8185
|
+
RequestId?: string
|
|
8186
|
+
}
|
|
8187
|
+
|
|
7746
8188
|
/**
|
|
7747
8189
|
* 查询汇出结果
|
|
7748
8190
|
*/
|
|
@@ -8332,24 +8774,24 @@ export interface CreateInvoiceV2Request {
|
|
|
8332
8774
|
}
|
|
8333
8775
|
|
|
8334
8776
|
/**
|
|
8335
|
-
*
|
|
8777
|
+
* QueryFlexPayeeAccountList返回参数结构体
|
|
8336
8778
|
*/
|
|
8337
|
-
export interface
|
|
8779
|
+
export interface QueryFlexPayeeAccountListResponse {
|
|
8338
8780
|
/**
|
|
8339
|
-
*
|
|
8781
|
+
* 错误码。SUCCESS为成功,其他为失败
|
|
8340
8782
|
*/
|
|
8341
8783
|
ErrCode: string
|
|
8342
8784
|
|
|
8343
8785
|
/**
|
|
8344
|
-
*
|
|
8786
|
+
* 错误消息
|
|
8345
8787
|
*/
|
|
8346
8788
|
ErrMessage: string
|
|
8347
8789
|
|
|
8348
8790
|
/**
|
|
8349
|
-
*
|
|
8791
|
+
* 返回结果
|
|
8350
8792
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8351
8793
|
*/
|
|
8352
|
-
Result:
|
|
8794
|
+
Result: PayeeAccountInfos
|
|
8353
8795
|
|
|
8354
8796
|
/**
|
|
8355
8797
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -8400,6 +8842,76 @@ __其他__: 见附录-错误码表
|
|
|
8400
8842
|
RequestId?: string
|
|
8401
8843
|
}
|
|
8402
8844
|
|
|
8845
|
+
/**
|
|
8846
|
+
* 结算订单结果
|
|
8847
|
+
*/
|
|
8848
|
+
export interface SettlementOrderResult {
|
|
8849
|
+
/**
|
|
8850
|
+
* 收入类型
|
|
8851
|
+
LABOR:劳务所得
|
|
8852
|
+
OCCASION:偶然所得
|
|
8853
|
+
*/
|
|
8854
|
+
IncomeType: string
|
|
8855
|
+
|
|
8856
|
+
/**
|
|
8857
|
+
* 税前金额
|
|
8858
|
+
*/
|
|
8859
|
+
AmountBeforeTax: string
|
|
8860
|
+
|
|
8861
|
+
/**
|
|
8862
|
+
* 税后金额
|
|
8863
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8864
|
+
*/
|
|
8865
|
+
AmountAfterTax: string
|
|
8866
|
+
|
|
8867
|
+
/**
|
|
8868
|
+
* 税金
|
|
8869
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8870
|
+
*/
|
|
8871
|
+
Tax: string
|
|
8872
|
+
|
|
8873
|
+
/**
|
|
8874
|
+
* 外部订单ID
|
|
8875
|
+
*/
|
|
8876
|
+
OutOrderId: string
|
|
8877
|
+
|
|
8878
|
+
/**
|
|
8879
|
+
* 订单ID
|
|
8880
|
+
*/
|
|
8881
|
+
OrderId: string
|
|
8882
|
+
|
|
8883
|
+
/**
|
|
8884
|
+
* 发起时间
|
|
8885
|
+
*/
|
|
8886
|
+
InitiateTime: string
|
|
8887
|
+
|
|
8888
|
+
/**
|
|
8889
|
+
* 完成时间
|
|
8890
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8891
|
+
*/
|
|
8892
|
+
FinishTime: string
|
|
8893
|
+
|
|
8894
|
+
/**
|
|
8895
|
+
* 状态
|
|
8896
|
+
ACCEPTED:已受理
|
|
8897
|
+
ACCOUNTED:已记账
|
|
8898
|
+
SUCCEED:已成功
|
|
8899
|
+
FAILED:已失败
|
|
8900
|
+
*/
|
|
8901
|
+
Status: string
|
|
8902
|
+
|
|
8903
|
+
/**
|
|
8904
|
+
* 状态描述
|
|
8905
|
+
*/
|
|
8906
|
+
StatusDesc: string
|
|
8907
|
+
|
|
8908
|
+
/**
|
|
8909
|
+
* 备注
|
|
8910
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8911
|
+
*/
|
|
8912
|
+
Remark: string
|
|
8913
|
+
}
|
|
8914
|
+
|
|
8403
8915
|
/**
|
|
8404
8916
|
* BindRelateAcctUnionPay请求参数结构体
|
|
8405
8917
|
*/
|
|
@@ -8471,33 +8983,32 @@ export interface BindRelateAcctUnionPayRequest {
|
|
|
8471
8983
|
}
|
|
8472
8984
|
|
|
8473
8985
|
/**
|
|
8474
|
-
*
|
|
8986
|
+
* 对账文件信息
|
|
8475
8987
|
*/
|
|
8476
|
-
export interface
|
|
8988
|
+
export interface FileItem {
|
|
8477
8989
|
/**
|
|
8478
|
-
|
|
8479
|
-
|
|
8480
|
-
|
|
8990
|
+
* STRING(256),文件名称
|
|
8991
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8992
|
+
*/
|
|
8993
|
+
FileName: string
|
|
8481
8994
|
|
|
8482
8995
|
/**
|
|
8483
|
-
*
|
|
8996
|
+
* STRING(120),随机密码
|
|
8484
8997
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8485
8998
|
*/
|
|
8486
|
-
|
|
8999
|
+
RandomPassword: string
|
|
8487
9000
|
|
|
8488
9001
|
/**
|
|
8489
|
-
*
|
|
8490
|
-
__0__:否
|
|
8491
|
-
__1__:是
|
|
9002
|
+
* STRING(512),文件路径
|
|
8492
9003
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8493
9004
|
*/
|
|
8494
|
-
|
|
9005
|
+
FilePath: string
|
|
8495
9006
|
|
|
8496
9007
|
/**
|
|
8497
|
-
*
|
|
9008
|
+
* STRING(64),提取码
|
|
8498
9009
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8499
9010
|
*/
|
|
8500
|
-
|
|
9011
|
+
DrawCode: string
|
|
8501
9012
|
}
|
|
8502
9013
|
|
|
8503
9014
|
/**
|
|
@@ -8521,6 +9032,94 @@ export interface QueryCloudOrderResponse {
|
|
|
8521
9032
|
RequestId?: string
|
|
8522
9033
|
}
|
|
8523
9034
|
|
|
9035
|
+
/**
|
|
9036
|
+
* QueryFlexFreezeOrderList返回参数结构体
|
|
9037
|
+
*/
|
|
9038
|
+
export interface QueryFlexFreezeOrderListResponse {
|
|
9039
|
+
/**
|
|
9040
|
+
* 错误码。SUCCESS为成功,其他为失败
|
|
9041
|
+
*/
|
|
9042
|
+
ErrCode: string
|
|
9043
|
+
|
|
9044
|
+
/**
|
|
9045
|
+
* 错误消息
|
|
9046
|
+
*/
|
|
9047
|
+
ErrMessage: string
|
|
9048
|
+
|
|
9049
|
+
/**
|
|
9050
|
+
* 返回结果
|
|
9051
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9052
|
+
*/
|
|
9053
|
+
Result: FreezeOrders
|
|
9054
|
+
|
|
9055
|
+
/**
|
|
9056
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
9057
|
+
*/
|
|
9058
|
+
RequestId?: string
|
|
9059
|
+
}
|
|
9060
|
+
|
|
9061
|
+
/**
|
|
9062
|
+
* 收款用户计税模板信息
|
|
9063
|
+
*/
|
|
9064
|
+
export interface PayeeTaxTemplateInfo {
|
|
9065
|
+
/**
|
|
9066
|
+
* 收入类型
|
|
9067
|
+
LABOR: 劳务所得
|
|
9068
|
+
OCCASION: 偶然所得
|
|
9069
|
+
*/
|
|
9070
|
+
IncomeType: string
|
|
9071
|
+
|
|
9072
|
+
/**
|
|
9073
|
+
* 计税模板ID
|
|
9074
|
+
*/
|
|
9075
|
+
TaxTemplateId: string
|
|
9076
|
+
}
|
|
9077
|
+
|
|
9078
|
+
/**
|
|
9079
|
+
* 聚鑫商户余额查询输出项
|
|
9080
|
+
*/
|
|
9081
|
+
export interface QueryItem {
|
|
9082
|
+
/**
|
|
9083
|
+
* 子商户账户
|
|
9084
|
+
*/
|
|
9085
|
+
SubAcctNo: string
|
|
9086
|
+
|
|
9087
|
+
/**
|
|
9088
|
+
* 子账户属性
|
|
9089
|
+
1:普通会员子账号
|
|
9090
|
+
2:挂账子账号
|
|
9091
|
+
3:手续费子账号
|
|
9092
|
+
4:利息子账号
|
|
9093
|
+
5:平台担保子账号
|
|
9094
|
+
*/
|
|
9095
|
+
SubAcctProperty: string
|
|
9096
|
+
|
|
9097
|
+
/**
|
|
9098
|
+
* 业务平台的子商户Id,唯一
|
|
9099
|
+
*/
|
|
9100
|
+
SubMchId: string
|
|
9101
|
+
|
|
9102
|
+
/**
|
|
9103
|
+
* 子账户名称
|
|
9104
|
+
*/
|
|
9105
|
+
SubAcctName: string
|
|
9106
|
+
|
|
9107
|
+
/**
|
|
9108
|
+
* 账户可用余额
|
|
9109
|
+
*/
|
|
9110
|
+
AcctAvailBal: string
|
|
9111
|
+
|
|
9112
|
+
/**
|
|
9113
|
+
* 可提现金额
|
|
9114
|
+
*/
|
|
9115
|
+
CashAmt: string
|
|
9116
|
+
|
|
9117
|
+
/**
|
|
9118
|
+
* 维护日期 开户日期或修改日期
|
|
9119
|
+
*/
|
|
9120
|
+
MaintenanceDate: string
|
|
9121
|
+
}
|
|
9122
|
+
|
|
8524
9123
|
/**
|
|
8525
9124
|
* 分页参数
|
|
8526
9125
|
*/
|
|
@@ -8572,6 +9171,21 @@ __SAFT_ISV__: 安心发支付
|
|
|
8572
9171
|
PaymentMethod: string
|
|
8573
9172
|
}
|
|
8574
9173
|
|
|
9174
|
+
/**
|
|
9175
|
+
* QueryFlexPayeeInfo请求参数结构体
|
|
9176
|
+
*/
|
|
9177
|
+
export interface QueryFlexPayeeInfoRequest {
|
|
9178
|
+
/**
|
|
9179
|
+
* 收款用户ID
|
|
9180
|
+
*/
|
|
9181
|
+
PayeeId?: string
|
|
9182
|
+
|
|
9183
|
+
/**
|
|
9184
|
+
* 外部用户ID
|
|
9185
|
+
*/
|
|
9186
|
+
OutUserId?: string
|
|
9187
|
+
}
|
|
9188
|
+
|
|
8575
9189
|
/**
|
|
8576
9190
|
* RegisterBehavior返回参数结构体
|
|
8577
9191
|
*/
|
|
@@ -8961,101 +9575,177 @@ export interface QueryExchangerateResult {
|
|
|
8961
9575
|
}
|
|
8962
9576
|
|
|
8963
9577
|
/**
|
|
8964
|
-
*
|
|
9578
|
+
* 结算信息对象
|
|
8965
9579
|
*/
|
|
8966
|
-
export interface
|
|
9580
|
+
export interface CloudSettleInfo {
|
|
8967
9581
|
/**
|
|
8968
|
-
*
|
|
8969
|
-
|
|
8970
|
-
|
|
9582
|
+
* 是否需要支付确认。
|
|
9583
|
+
0: 不需要支付确认
|
|
9584
|
+
1: 需要支付确认
|
|
9585
|
+
传1时,需要在支付完成后成功调用了《支付确认》接口,该笔订单才会被清分出去
|
|
8971
9586
|
*/
|
|
8972
|
-
|
|
9587
|
+
NeedToBeConfirmed?: number
|
|
8973
9588
|
|
|
8974
9589
|
/**
|
|
8975
|
-
*
|
|
8976
|
-
|
|
8977
|
-
|
|
8978
|
-
__3__:转入
|
|
9590
|
+
* 是否指定分账。
|
|
9591
|
+
0: 不指定分账
|
|
9592
|
+
1: 指定分账
|
|
8979
9593
|
*/
|
|
8980
|
-
|
|
9594
|
+
ProfitSharing?: number
|
|
9595
|
+
}
|
|
8981
9596
|
|
|
9597
|
+
/**
|
|
9598
|
+
* QueryBatchPaymentResult请求参数结构体
|
|
9599
|
+
*/
|
|
9600
|
+
export interface QueryBatchPaymentResultRequest {
|
|
8982
9601
|
/**
|
|
8983
|
-
|
|
8984
|
-
|
|
8985
|
-
|
|
8986
|
-
|
|
9602
|
+
* 批次号
|
|
9603
|
+
*/
|
|
9604
|
+
BatchId: string
|
|
9605
|
+
}
|
|
8987
9606
|
|
|
9607
|
+
/**
|
|
9608
|
+
* BindAcct返回参数结构体
|
|
9609
|
+
*/
|
|
9610
|
+
export interface BindAcctResponse {
|
|
8988
9611
|
/**
|
|
8989
|
-
|
|
8990
|
-
|
|
8991
|
-
|
|
8992
|
-
|
|
9612
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
9613
|
+
*/
|
|
9614
|
+
RequestId?: string
|
|
9615
|
+
}
|
|
8993
9616
|
|
|
9617
|
+
/**
|
|
9618
|
+
* BindRelateAcctSmallAmount请求参数结构体
|
|
9619
|
+
*/
|
|
9620
|
+
export interface BindRelateAcctSmallAmountRequest {
|
|
8994
9621
|
/**
|
|
8995
|
-
*
|
|
9622
|
+
* String(22),商户号(签约客户号)
|
|
8996
9623
|
*/
|
|
8997
|
-
|
|
9624
|
+
MrchCode: string
|
|
8998
9625
|
|
|
8999
9626
|
/**
|
|
9000
|
-
|
|
9001
|
-
|
|
9002
|
-
|
|
9003
|
-
QueryStartDate?: string
|
|
9627
|
+
* STRING(32),交易网会员代码(若需要把一个待绑定账户关联到两个会员名下,此字段可上送两个会员的交易网代码,并且须用“|::|”(右侧)进行分隔)
|
|
9628
|
+
*/
|
|
9629
|
+
TranNetMemberCode: string
|
|
9004
9630
|
|
|
9005
9631
|
/**
|
|
9006
|
-
|
|
9007
|
-
|
|
9008
|
-
|
|
9009
|
-
QueryEndDate?: string
|
|
9632
|
+
* STRING(150),见证子账户的户名(首次绑定的情况下,此字段即为待绑定的提现账户的户名。非首次绑定的情况下,须注意带绑定的提现账户的户名须与留存在后台系统的会员户名一致)
|
|
9633
|
+
*/
|
|
9634
|
+
MemberName: string
|
|
9010
9635
|
|
|
9011
9636
|
/**
|
|
9012
|
-
|
|
9013
|
-
|
|
9014
|
-
|
|
9015
|
-
__development__: 开发环境
|
|
9016
|
-
_缺省: release_
|
|
9017
|
-
*/
|
|
9018
|
-
MidasEnvironment?: string
|
|
9019
|
-
}
|
|
9637
|
+
* STRING(5),会员证件类型(详情见“常见问题”)
|
|
9638
|
+
*/
|
|
9639
|
+
MemberGlobalType: string
|
|
9020
9640
|
|
|
9021
|
-
/**
|
|
9022
|
-
* QueryBatchPaymentResult请求参数结构体
|
|
9023
|
-
*/
|
|
9024
|
-
export interface QueryBatchPaymentResultRequest {
|
|
9025
9641
|
/**
|
|
9026
|
-
*
|
|
9642
|
+
* STRING(32),会员证件号码
|
|
9027
9643
|
*/
|
|
9028
|
-
|
|
9644
|
+
MemberGlobalId: string
|
|
9645
|
+
|
|
9646
|
+
/**
|
|
9647
|
+
* STRING(50),会员的待绑定账户的账号(提现的银行卡)
|
|
9648
|
+
*/
|
|
9649
|
+
MemberAcctNo: string
|
|
9650
|
+
|
|
9651
|
+
/**
|
|
9652
|
+
* STRING(10),会员的待绑定账户的本他行类型(1: 本行; 2: 他行)
|
|
9653
|
+
*/
|
|
9654
|
+
BankType: string
|
|
9655
|
+
|
|
9656
|
+
/**
|
|
9657
|
+
* STRING(150),会员的待绑定账户的开户行名称
|
|
9658
|
+
*/
|
|
9659
|
+
AcctOpenBranchName: string
|
|
9660
|
+
|
|
9661
|
+
/**
|
|
9662
|
+
* STRING(30),会员的手机号(手机号须由长度为11位的数字构成)
|
|
9663
|
+
*/
|
|
9664
|
+
Mobile: string
|
|
9665
|
+
|
|
9666
|
+
/**
|
|
9667
|
+
* STRING(20),会员的待绑定账户的开户行的联行号(本他行类型为他行的情况下,此字段和下一个字段至少一个不为空)
|
|
9668
|
+
*/
|
|
9669
|
+
CnapsBranchId?: string
|
|
9670
|
+
|
|
9671
|
+
/**
|
|
9672
|
+
* STRING(20),会员的待绑定账户的开户行的超级网银行号(本他行类型为他行的情况下,此字段和上一个字段至少一个不为空)
|
|
9673
|
+
*/
|
|
9674
|
+
EiconBankBranchId?: string
|
|
9675
|
+
|
|
9676
|
+
/**
|
|
9677
|
+
* STRING(1027),转账方式(1: 往账鉴权(默认值); 2: 来账鉴权)
|
|
9678
|
+
*/
|
|
9679
|
+
ReservedMsg?: string
|
|
9680
|
+
|
|
9681
|
+
/**
|
|
9682
|
+
* STRING(12),接入环境,默认接入沙箱环境。接入正式环境填"prod"
|
|
9683
|
+
*/
|
|
9684
|
+
Profile?: string
|
|
9029
9685
|
}
|
|
9030
9686
|
|
|
9031
9687
|
/**
|
|
9032
|
-
*
|
|
9688
|
+
* QueryFlexPaymentOrderList请求参数结构体
|
|
9033
9689
|
*/
|
|
9034
|
-
export interface
|
|
9690
|
+
export interface QueryFlexPaymentOrderListRequest {
|
|
9035
9691
|
/**
|
|
9036
|
-
*
|
|
9692
|
+
* 收款用户ID
|
|
9037
9693
|
*/
|
|
9038
|
-
|
|
9694
|
+
PayeeId: string
|
|
9695
|
+
|
|
9696
|
+
/**
|
|
9697
|
+
* 开始时间,格式"yyyy-MM-dd hh:mm:ss"
|
|
9698
|
+
*/
|
|
9699
|
+
StartTime: string
|
|
9700
|
+
|
|
9701
|
+
/**
|
|
9702
|
+
* 结束时间,格式"yyyy-MM-dd hh:mm:ss"
|
|
9703
|
+
*/
|
|
9704
|
+
EndTime: string
|
|
9705
|
+
|
|
9706
|
+
/**
|
|
9707
|
+
* 分页
|
|
9708
|
+
*/
|
|
9709
|
+
PageNumber: Paging
|
|
9039
9710
|
}
|
|
9040
9711
|
|
|
9041
9712
|
/**
|
|
9042
|
-
*
|
|
9713
|
+
* FreezeFlexBalance请求参数结构体
|
|
9043
9714
|
*/
|
|
9044
|
-
export interface
|
|
9715
|
+
export interface FreezeFlexBalanceRequest {
|
|
9045
9716
|
/**
|
|
9046
|
-
*
|
|
9717
|
+
* 收款用户ID
|
|
9047
9718
|
*/
|
|
9048
|
-
|
|
9719
|
+
PayeeId: string
|
|
9049
9720
|
|
|
9050
9721
|
/**
|
|
9051
|
-
*
|
|
9722
|
+
* 税前金额
|
|
9052
9723
|
*/
|
|
9053
|
-
|
|
9724
|
+
AmountBeforeTax: string
|
|
9054
9725
|
|
|
9055
9726
|
/**
|
|
9056
|
-
|
|
9727
|
+
* 收入类型
|
|
9728
|
+
LABOR:劳务所得
|
|
9729
|
+
OCCASION:偶然所得
|
|
9730
|
+
*/
|
|
9731
|
+
IncomeType: string
|
|
9732
|
+
|
|
9733
|
+
/**
|
|
9734
|
+
* 外部订单ID
|
|
9057
9735
|
*/
|
|
9058
|
-
|
|
9736
|
+
OutOrderId: string
|
|
9737
|
+
|
|
9738
|
+
/**
|
|
9739
|
+
* 操作类型
|
|
9740
|
+
FREEZE:冻结
|
|
9741
|
+
UNFREEZE:解冻
|
|
9742
|
+
*/
|
|
9743
|
+
OperationType: string
|
|
9744
|
+
|
|
9745
|
+
/**
|
|
9746
|
+
* 冻结备注
|
|
9747
|
+
*/
|
|
9748
|
+
Remark?: string
|
|
9059
9749
|
}
|
|
9060
9750
|
|
|
9061
9751
|
/**
|
|
@@ -9737,6 +10427,43 @@ export interface CreateCustAcctIdRequest {
|
|
|
9737
10427
|
Profile?: string
|
|
9738
10428
|
}
|
|
9739
10429
|
|
|
10430
|
+
/**
|
|
10431
|
+
* ApplyFlexPayment请求参数结构体
|
|
10432
|
+
*/
|
|
10433
|
+
export interface ApplyFlexPaymentRequest {
|
|
10434
|
+
/**
|
|
10435
|
+
* 收款用户ID
|
|
10436
|
+
*/
|
|
10437
|
+
PayeeId: string
|
|
10438
|
+
|
|
10439
|
+
/**
|
|
10440
|
+
* 收入类型
|
|
10441
|
+
LABOR:劳务所得
|
|
10442
|
+
OCCASION:偶然所得
|
|
10443
|
+
*/
|
|
10444
|
+
IncomeType: string
|
|
10445
|
+
|
|
10446
|
+
/**
|
|
10447
|
+
* 税前金额
|
|
10448
|
+
*/
|
|
10449
|
+
AmountBeforeTax: string
|
|
10450
|
+
|
|
10451
|
+
/**
|
|
10452
|
+
* 外部订单ID
|
|
10453
|
+
*/
|
|
10454
|
+
OutOrderId: string
|
|
10455
|
+
|
|
10456
|
+
/**
|
|
10457
|
+
* 资金账户信息
|
|
10458
|
+
*/
|
|
10459
|
+
FundingAccountInfo: FlexFundingAccountInfo
|
|
10460
|
+
|
|
10461
|
+
/**
|
|
10462
|
+
* 提现备注
|
|
10463
|
+
*/
|
|
10464
|
+
Remark?: string
|
|
10465
|
+
}
|
|
10466
|
+
|
|
9740
10467
|
/**
|
|
9741
10468
|
* 第三方渠道数据信息
|
|
9742
10469
|
*/
|
|
@@ -9885,6 +10612,32 @@ development: 开发环境
|
|
|
9885
10612
|
MidasEnvironment?: string
|
|
9886
10613
|
}
|
|
9887
10614
|
|
|
10615
|
+
/**
|
|
10616
|
+
* QueryFlexPayeeAccountBalance返回参数结构体
|
|
10617
|
+
*/
|
|
10618
|
+
export interface QueryFlexPayeeAccountBalanceResponse {
|
|
10619
|
+
/**
|
|
10620
|
+
* 错误码。SUCCESS为成功,其他为失败
|
|
10621
|
+
*/
|
|
10622
|
+
ErrCode: string
|
|
10623
|
+
|
|
10624
|
+
/**
|
|
10625
|
+
* 错误消息
|
|
10626
|
+
*/
|
|
10627
|
+
ErrMessage: string
|
|
10628
|
+
|
|
10629
|
+
/**
|
|
10630
|
+
* 返回结果
|
|
10631
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10632
|
+
*/
|
|
10633
|
+
Result: PayeeAccountBalanceResult
|
|
10634
|
+
|
|
10635
|
+
/**
|
|
10636
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
10637
|
+
*/
|
|
10638
|
+
RequestId?: string
|
|
10639
|
+
}
|
|
10640
|
+
|
|
9888
10641
|
/**
|
|
9889
10642
|
* 门店明细响应对象
|
|
9890
10643
|
*/
|
|
@@ -10495,6 +11248,21 @@ export interface QueryBillDownloadURLRequest {
|
|
|
10495
11248
|
BillDate: string
|
|
10496
11249
|
}
|
|
10497
11250
|
|
|
11251
|
+
/**
|
|
11252
|
+
* 付款订单列表
|
|
11253
|
+
*/
|
|
11254
|
+
export interface PaymentOrders {
|
|
11255
|
+
/**
|
|
11256
|
+
* 列表
|
|
11257
|
+
*/
|
|
11258
|
+
List: Array<PaymentOrderResult>
|
|
11259
|
+
|
|
11260
|
+
/**
|
|
11261
|
+
* 总数
|
|
11262
|
+
*/
|
|
11263
|
+
Count: number
|
|
11264
|
+
}
|
|
11265
|
+
|
|
10498
11266
|
/**
|
|
10499
11267
|
* 子单退款信息
|
|
10500
11268
|
*/
|
|
@@ -10770,64 +11538,13 @@ development 开发环境
|
|
|
10770
11538
|
}
|
|
10771
11539
|
|
|
10772
11540
|
/**
|
|
10773
|
-
*
|
|
11541
|
+
* CreateExternalAnchor接口返回参数
|
|
10774
11542
|
*/
|
|
10775
|
-
export interface
|
|
10776
|
-
/**
|
|
10777
|
-
* String(20),返回码
|
|
10778
|
-
*/
|
|
10779
|
-
TxnReturnCode?: string
|
|
10780
|
-
|
|
10781
|
-
/**
|
|
10782
|
-
* String(100),返回信息
|
|
10783
|
-
*/
|
|
10784
|
-
TxnReturnMsg?: string
|
|
10785
|
-
|
|
10786
|
-
/**
|
|
10787
|
-
* String(22),交易流水号
|
|
10788
|
-
*/
|
|
10789
|
-
CnsmrSeqNo?: string
|
|
10790
|
-
|
|
10791
|
-
/**
|
|
10792
|
-
* STRING (10),本次交易返回查询结果记录数
|
|
10793
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10794
|
-
*/
|
|
10795
|
-
ResultNum?: string
|
|
10796
|
-
|
|
10797
|
-
/**
|
|
10798
|
-
* STRING(30),起始记录号
|
|
10799
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10800
|
-
*/
|
|
10801
|
-
StartRecordNo?: string
|
|
10802
|
-
|
|
10803
|
-
/**
|
|
10804
|
-
* STRING(2),结束标志(0: 否; 1: 是)
|
|
10805
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10806
|
-
*/
|
|
10807
|
-
EndFlag?: string
|
|
10808
|
-
|
|
10809
|
-
/**
|
|
10810
|
-
* STRING (10),符合业务查询条件的记录总数(重复次数, 一次最多返回20条记录)
|
|
10811
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10812
|
-
*/
|
|
10813
|
-
TotalNum?: string
|
|
10814
|
-
|
|
10815
|
-
/**
|
|
10816
|
-
* 交易信息数组
|
|
10817
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10818
|
-
*/
|
|
10819
|
-
TranItemArray?: Array<ClearItem>
|
|
10820
|
-
|
|
10821
|
-
/**
|
|
10822
|
-
* STRING(1027),保留域
|
|
10823
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10824
|
-
*/
|
|
10825
|
-
ReservedMsg?: string
|
|
10826
|
-
|
|
11543
|
+
export interface CreateExternalAnchorData {
|
|
10827
11544
|
/**
|
|
10828
|
-
*
|
|
11545
|
+
* 主播Id
|
|
10829
11546
|
*/
|
|
10830
|
-
|
|
11547
|
+
AnchorId: string
|
|
10831
11548
|
}
|
|
10832
11549
|
|
|
10833
11550
|
/**
|
|
@@ -12766,6 +13483,33 @@ export interface ReviseMbrPropertyRequest {
|
|
|
12766
13483
|
Profile?: string
|
|
12767
13484
|
}
|
|
12768
13485
|
|
|
13486
|
+
/**
|
|
13487
|
+
* UnifiedTlinxOrder返回参数结构体
|
|
13488
|
+
*/
|
|
13489
|
+
export interface UnifiedTlinxOrderResponse {
|
|
13490
|
+
/**
|
|
13491
|
+
* 业务系统返回消息
|
|
13492
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
13493
|
+
*/
|
|
13494
|
+
ErrMessage: string
|
|
13495
|
+
|
|
13496
|
+
/**
|
|
13497
|
+
* 业务系统返回码,0表示成功,其他表示失败。
|
|
13498
|
+
*/
|
|
13499
|
+
ErrCode: string
|
|
13500
|
+
|
|
13501
|
+
/**
|
|
13502
|
+
* 统一下单响应对象
|
|
13503
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
13504
|
+
*/
|
|
13505
|
+
Result: PayOrderResult
|
|
13506
|
+
|
|
13507
|
+
/**
|
|
13508
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
13509
|
+
*/
|
|
13510
|
+
RequestId?: string
|
|
13511
|
+
}
|
|
13512
|
+
|
|
12769
13513
|
/**
|
|
12770
13514
|
* 代理商完税证明
|
|
12771
13515
|
*/
|
|
@@ -12981,133 +13725,65 @@ export interface QueryCloudRefundOrderResponse {
|
|
|
12981
13725
|
AppId: string
|
|
12982
13726
|
|
|
12983
13727
|
/**
|
|
12984
|
-
* 该笔退款订单退款后内部返回的退款单号
|
|
12985
|
-
*/
|
|
12986
|
-
ChannelRefundId: string
|
|
12987
|
-
|
|
12988
|
-
/**
|
|
12989
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
12990
|
-
*/
|
|
12991
|
-
RequestId?: string
|
|
12992
|
-
}
|
|
12993
|
-
|
|
12994
|
-
/**
|
|
12995
|
-
* 经办人信息
|
|
12996
|
-
*/
|
|
12997
|
-
export interface AgencyClientInfo {
|
|
12998
|
-
/**
|
|
12999
|
-
* 经办人姓名,存在经办人必输
|
|
13000
|
-
*/
|
|
13001
|
-
AgencyClientName: string
|
|
13002
|
-
|
|
13003
|
-
/**
|
|
13004
|
-
* 经办人证件类型,存在经办人必输
|
|
13005
|
-
*/
|
|
13006
|
-
AgencyClientGlobalType: string
|
|
13007
|
-
|
|
13008
|
-
/**
|
|
13009
|
-
* 经办人证件号,存在经办人必输
|
|
13010
|
-
*/
|
|
13011
|
-
AgencyClientGlobalId: string
|
|
13012
|
-
|
|
13013
|
-
/**
|
|
13014
|
-
* 经办人手机号,存在经办人必输
|
|
13015
|
-
*/
|
|
13016
|
-
AgencyClientMobile: string
|
|
13017
|
-
}
|
|
13018
|
-
|
|
13019
|
-
/**
|
|
13020
|
-
* 贸易材料明细查询数据
|
|
13021
|
-
*/
|
|
13022
|
-
export interface QueryTradeData {
|
|
13023
|
-
/**
|
|
13024
|
-
* 商户号
|
|
13025
|
-
*/
|
|
13026
|
-
MerchantId: string
|
|
13027
|
-
|
|
13028
|
-
/**
|
|
13029
|
-
* 贸易材料流水号
|
|
13030
|
-
*/
|
|
13031
|
-
TradeFileId: string
|
|
13032
|
-
|
|
13033
|
-
/**
|
|
13034
|
-
* 贸易材料订单号
|
|
13035
|
-
*/
|
|
13036
|
-
TradeOrderId: string
|
|
13037
|
-
|
|
13038
|
-
/**
|
|
13039
|
-
* 审核状态
|
|
13040
|
-
*/
|
|
13041
|
-
Status: string
|
|
13042
|
-
|
|
13043
|
-
/**
|
|
13044
|
-
* 失败原因
|
|
13045
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
13046
|
-
*/
|
|
13047
|
-
FailReason: string
|
|
13048
|
-
|
|
13049
|
-
/**
|
|
13050
|
-
* 付款人ID
|
|
13051
|
-
*/
|
|
13052
|
-
PayerId: string
|
|
13053
|
-
|
|
13054
|
-
/**
|
|
13055
|
-
* 收款人姓名
|
|
13728
|
+
* 该笔退款订单退款后内部返回的退款单号
|
|
13056
13729
|
*/
|
|
13057
|
-
|
|
13730
|
+
ChannelRefundId: string
|
|
13058
13731
|
|
|
13059
13732
|
/**
|
|
13060
|
-
*
|
|
13733
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
13061
13734
|
*/
|
|
13062
|
-
|
|
13735
|
+
RequestId?: string
|
|
13736
|
+
}
|
|
13063
13737
|
|
|
13738
|
+
/**
|
|
13739
|
+
* 经办人信息
|
|
13740
|
+
*/
|
|
13741
|
+
export interface AgencyClientInfo {
|
|
13064
13742
|
/**
|
|
13065
|
-
*
|
|
13743
|
+
* 经办人姓名,存在经办人必输
|
|
13066
13744
|
*/
|
|
13067
|
-
|
|
13745
|
+
AgencyClientName: string
|
|
13068
13746
|
|
|
13069
13747
|
/**
|
|
13070
|
-
*
|
|
13748
|
+
* 经办人证件类型,存在经办人必输
|
|
13071
13749
|
*/
|
|
13072
|
-
|
|
13750
|
+
AgencyClientGlobalType: string
|
|
13073
13751
|
|
|
13074
13752
|
/**
|
|
13075
|
-
*
|
|
13753
|
+
* 经办人证件号,存在经办人必输
|
|
13076
13754
|
*/
|
|
13077
|
-
|
|
13755
|
+
AgencyClientGlobalId: string
|
|
13078
13756
|
|
|
13079
13757
|
/**
|
|
13080
|
-
*
|
|
13758
|
+
* 经办人手机号,存在经办人必输
|
|
13081
13759
|
*/
|
|
13082
|
-
|
|
13760
|
+
AgencyClientMobile: string
|
|
13761
|
+
}
|
|
13083
13762
|
|
|
13763
|
+
/**
|
|
13764
|
+
* QueryFlexSettlementOrderList返回参数结构体
|
|
13765
|
+
*/
|
|
13766
|
+
export interface QueryFlexSettlementOrderListResponse {
|
|
13084
13767
|
/**
|
|
13085
|
-
*
|
|
13768
|
+
* 错误码。SUCCESS为成功,其他为失败
|
|
13086
13769
|
*/
|
|
13087
|
-
|
|
13770
|
+
ErrCode: string
|
|
13088
13771
|
|
|
13089
13772
|
/**
|
|
13090
|
-
*
|
|
13773
|
+
* 错误消息
|
|
13091
13774
|
*/
|
|
13092
|
-
|
|
13093
|
-
|
|
13094
|
-
/**
|
|
13095
|
-
* 货贸承运人
|
|
13096
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
13097
|
-
*/
|
|
13098
|
-
GoodsCarrier: string
|
|
13775
|
+
ErrMessage: string
|
|
13099
13776
|
|
|
13100
13777
|
/**
|
|
13101
|
-
*
|
|
13778
|
+
* 返回结果
|
|
13102
13779
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
13103
13780
|
*/
|
|
13104
|
-
|
|
13781
|
+
Result: SettlementOrders
|
|
13105
13782
|
|
|
13106
13783
|
/**
|
|
13107
|
-
|
|
13108
|
-
|
|
13109
|
-
|
|
13110
|
-
ServiceTime: string
|
|
13784
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
13785
|
+
*/
|
|
13786
|
+
RequestId?: string
|
|
13111
13787
|
}
|
|
13112
13788
|
|
|
13113
13789
|
/**
|
|
@@ -13226,6 +13902,86 @@ export interface UnifiedOrderInSubOrderList {
|
|
|
13226
13902
|
OriginalAmt: number
|
|
13227
13903
|
}
|
|
13228
13904
|
|
|
13905
|
+
/**
|
|
13906
|
+
* 账户信息结果
|
|
13907
|
+
*/
|
|
13908
|
+
export interface PayeeAccountInfoResult {
|
|
13909
|
+
/**
|
|
13910
|
+
* 账户ID
|
|
13911
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
13912
|
+
*/
|
|
13913
|
+
AccountId: string
|
|
13914
|
+
|
|
13915
|
+
/**
|
|
13916
|
+
* 账户名称
|
|
13917
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
13918
|
+
*/
|
|
13919
|
+
AccountName: string
|
|
13920
|
+
|
|
13921
|
+
/**
|
|
13922
|
+
* 备注
|
|
13923
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
13924
|
+
*/
|
|
13925
|
+
Remark: string
|
|
13926
|
+
|
|
13927
|
+
/**
|
|
13928
|
+
* 创建时间
|
|
13929
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
13930
|
+
*/
|
|
13931
|
+
CreateTime: string
|
|
13932
|
+
|
|
13933
|
+
/**
|
|
13934
|
+
* 用户信息
|
|
13935
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
13936
|
+
*/
|
|
13937
|
+
UserInfo: PayeeAccountUserInfo
|
|
13938
|
+
|
|
13939
|
+
/**
|
|
13940
|
+
* 属性信息
|
|
13941
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
13942
|
+
*/
|
|
13943
|
+
PropertyInfo: PayeeAccountPropertyInfo
|
|
13944
|
+
}
|
|
13945
|
+
|
|
13946
|
+
/**
|
|
13947
|
+
* 账户用户信息
|
|
13948
|
+
*/
|
|
13949
|
+
export interface PayeeAccountUserInfo {
|
|
13950
|
+
/**
|
|
13951
|
+
* 外部用户ID
|
|
13952
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
13953
|
+
*/
|
|
13954
|
+
OutUserId: string
|
|
13955
|
+
|
|
13956
|
+
/**
|
|
13957
|
+
* 用户类型
|
|
13958
|
+
0:B端用户
|
|
13959
|
+
1:C端用户
|
|
13960
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
13961
|
+
*/
|
|
13962
|
+
UserType: number
|
|
13963
|
+
|
|
13964
|
+
/**
|
|
13965
|
+
* 证件类型
|
|
13966
|
+
0:身份证
|
|
13967
|
+
1:社会信用代码
|
|
13968
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
13969
|
+
*/
|
|
13970
|
+
IdType: number
|
|
13971
|
+
|
|
13972
|
+
/**
|
|
13973
|
+
* 证件号
|
|
13974
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
13975
|
+
*/
|
|
13976
|
+
IdNo: string
|
|
13977
|
+
|
|
13978
|
+
/**
|
|
13979
|
+
* 姓名
|
|
13980
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
13981
|
+
*/
|
|
13982
|
+
Name: string
|
|
13983
|
+
}
|
|
13984
|
+
|
|
13229
13985
|
/**
|
|
13230
13986
|
* 获取门店OpenId响应对象
|
|
13231
13987
|
*/
|
|
@@ -13450,7 +14206,7 @@ export interface RegisterBillRequest {
|
|
|
13450
14206
|
*/
|
|
13451
14207
|
export interface OpenBankGoodsInfo {
|
|
13452
14208
|
/**
|
|
13453
|
-
*
|
|
14209
|
+
* 商品标题,默认值“商品支付”
|
|
13454
14210
|
*/
|
|
13455
14211
|
GoodsName?: string
|
|
13456
14212
|
|
|
@@ -13460,7 +14216,7 @@ export interface OpenBankGoodsInfo {
|
|
|
13460
14216
|
GoodsDetail?: string
|
|
13461
14217
|
|
|
13462
14218
|
/**
|
|
13463
|
-
*
|
|
14219
|
+
* 银行附言,不可以有以下字符:<>+{}()%*&';"[]等特殊符号
|
|
13464
14220
|
*/
|
|
13465
14221
|
GoodsDescription?: string
|
|
13466
14222
|
}
|
|
@@ -13545,6 +14301,53 @@ export interface CreateBatchPaymentResponse {
|
|
|
13545
14301
|
RequestId?: string
|
|
13546
14302
|
}
|
|
13547
14303
|
|
|
14304
|
+
/**
|
|
14305
|
+
* ApplyFlexSettlement请求参数结构体
|
|
14306
|
+
*/
|
|
14307
|
+
export interface ApplyFlexSettlementRequest {
|
|
14308
|
+
/**
|
|
14309
|
+
* 收款用户ID
|
|
14310
|
+
*/
|
|
14311
|
+
PayeeId: string
|
|
14312
|
+
|
|
14313
|
+
/**
|
|
14314
|
+
* 收入类型
|
|
14315
|
+
LABOR:劳务所得
|
|
14316
|
+
OCCASION:偶然所得
|
|
14317
|
+
*/
|
|
14318
|
+
IncomeType: string
|
|
14319
|
+
|
|
14320
|
+
/**
|
|
14321
|
+
* 税前金额
|
|
14322
|
+
*/
|
|
14323
|
+
AmountBeforeTax: string
|
|
14324
|
+
|
|
14325
|
+
/**
|
|
14326
|
+
* 外部订单ID
|
|
14327
|
+
*/
|
|
14328
|
+
OutOrderId: string
|
|
14329
|
+
|
|
14330
|
+
/**
|
|
14331
|
+
* 备注
|
|
14332
|
+
*/
|
|
14333
|
+
Remark: string
|
|
14334
|
+
}
|
|
14335
|
+
|
|
14336
|
+
/**
|
|
14337
|
+
* QueryFlexPayeeAccountInfo请求参数结构体
|
|
14338
|
+
*/
|
|
14339
|
+
export interface QueryFlexPayeeAccountInfoRequest {
|
|
14340
|
+
/**
|
|
14341
|
+
* 收款用户ID
|
|
14342
|
+
*/
|
|
14343
|
+
PayeeId?: string
|
|
14344
|
+
|
|
14345
|
+
/**
|
|
14346
|
+
* 外部用户ID
|
|
14347
|
+
*/
|
|
14348
|
+
OutUserId?: string
|
|
14349
|
+
}
|
|
14350
|
+
|
|
13548
14351
|
/**
|
|
13549
14352
|
* CreateExternalAnchor请求参数结构体
|
|
13550
14353
|
*/
|
|
@@ -13659,30 +14462,18 @@ DEAUTHORIZED:已取消授权
|
|
|
13659
14462
|
}
|
|
13660
14463
|
|
|
13661
14464
|
/**
|
|
13662
|
-
*
|
|
14465
|
+
* QueryApplicationMaterial请求参数结构体
|
|
13663
14466
|
*/
|
|
13664
|
-
export interface
|
|
13665
|
-
/**
|
|
13666
|
-
* 业务系统返回消息
|
|
13667
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
13668
|
-
*/
|
|
13669
|
-
ErrMessage: string
|
|
13670
|
-
|
|
14467
|
+
export interface QueryApplicationMaterialRequest {
|
|
13671
14468
|
/**
|
|
13672
|
-
*
|
|
14469
|
+
* 申报流水号
|
|
13673
14470
|
*/
|
|
13674
|
-
|
|
13675
|
-
|
|
13676
|
-
/**
|
|
13677
|
-
* 统一下单响应对象
|
|
13678
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
13679
|
-
*/
|
|
13680
|
-
Result: PayOrderResult
|
|
14471
|
+
DeclareId: string
|
|
13681
14472
|
|
|
13682
14473
|
/**
|
|
13683
|
-
*
|
|
14474
|
+
* 接入环境。沙箱环境填sandbox
|
|
13684
14475
|
*/
|
|
13685
|
-
|
|
14476
|
+
Profile?: string
|
|
13686
14477
|
}
|
|
13687
14478
|
|
|
13688
14479
|
/**
|
|
@@ -13730,6 +14521,32 @@ export interface CheckAmountResponse {
|
|
|
13730
14521
|
RequestId?: string
|
|
13731
14522
|
}
|
|
13732
14523
|
|
|
14524
|
+
/**
|
|
14525
|
+
* QueryFlexPaymentOrderStatus返回参数结构体
|
|
14526
|
+
*/
|
|
14527
|
+
export interface QueryFlexPaymentOrderStatusResponse {
|
|
14528
|
+
/**
|
|
14529
|
+
* 错误码。SUCCESS为成功,其他为失败
|
|
14530
|
+
*/
|
|
14531
|
+
ErrCode: string
|
|
14532
|
+
|
|
14533
|
+
/**
|
|
14534
|
+
* 错误消息
|
|
14535
|
+
*/
|
|
14536
|
+
ErrMessage: string
|
|
14537
|
+
|
|
14538
|
+
/**
|
|
14539
|
+
* 返回结果
|
|
14540
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
14541
|
+
*/
|
|
14542
|
+
Result: PaymentOrderStatusResult
|
|
14543
|
+
|
|
14544
|
+
/**
|
|
14545
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
14546
|
+
*/
|
|
14547
|
+
RequestId?: string
|
|
14548
|
+
}
|
|
14549
|
+
|
|
13733
14550
|
/**
|
|
13734
14551
|
* 商户查询管理端列表
|
|
13735
14552
|
*/
|
|
@@ -14327,6 +15144,32 @@ export interface QueryOrderStatusResponse {
|
|
|
14327
15144
|
RequestId?: string
|
|
14328
15145
|
}
|
|
14329
15146
|
|
|
15147
|
+
/**
|
|
15148
|
+
* ApplyFlexPayment返回参数结构体
|
|
15149
|
+
*/
|
|
15150
|
+
export interface ApplyFlexPaymentResponse {
|
|
15151
|
+
/**
|
|
15152
|
+
* 错误码。SUCCESS为成功,其他为失败
|
|
15153
|
+
*/
|
|
15154
|
+
ErrCode: string
|
|
15155
|
+
|
|
15156
|
+
/**
|
|
15157
|
+
* 错误消息
|
|
15158
|
+
*/
|
|
15159
|
+
ErrMessage: string
|
|
15160
|
+
|
|
15161
|
+
/**
|
|
15162
|
+
* 返回结果
|
|
15163
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15164
|
+
*/
|
|
15165
|
+
Result: ApplyFlexPaymentResult
|
|
15166
|
+
|
|
15167
|
+
/**
|
|
15168
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
15169
|
+
*/
|
|
15170
|
+
RequestId?: string
|
|
15171
|
+
}
|
|
15172
|
+
|
|
14330
15173
|
/**
|
|
14331
15174
|
* QueryTransferResult返回参数结构体
|
|
14332
15175
|
*/
|
|
@@ -14612,6 +15455,38 @@ export interface DistributeQueryReceiverResponse {
|
|
|
14612
15455
|
RequestId?: string
|
|
14613
15456
|
}
|
|
14614
15457
|
|
|
15458
|
+
/**
|
|
15459
|
+
* QueryFlexFreezeOrderList请求参数结构体
|
|
15460
|
+
*/
|
|
15461
|
+
export interface QueryFlexFreezeOrderListRequest {
|
|
15462
|
+
/**
|
|
15463
|
+
* 收款用户ID
|
|
15464
|
+
*/
|
|
15465
|
+
PayeeId: string
|
|
15466
|
+
|
|
15467
|
+
/**
|
|
15468
|
+
* 操作类型
|
|
15469
|
+
FREEZE:冻结
|
|
15470
|
+
UNFREEZE:解冻
|
|
15471
|
+
*/
|
|
15472
|
+
OperationType: string
|
|
15473
|
+
|
|
15474
|
+
/**
|
|
15475
|
+
* 开始时间,格式"yyyy-MM-dd hh:mm:ss"
|
|
15476
|
+
*/
|
|
15477
|
+
StartTime: string
|
|
15478
|
+
|
|
15479
|
+
/**
|
|
15480
|
+
* 结束时间,格式"yyyy-MM-dd hh:mm:ss"
|
|
15481
|
+
*/
|
|
15482
|
+
EndTime: string
|
|
15483
|
+
|
|
15484
|
+
/**
|
|
15485
|
+
* 分页
|
|
15486
|
+
*/
|
|
15487
|
+
PageNumber: Paging
|
|
15488
|
+
}
|
|
15489
|
+
|
|
14615
15490
|
/**
|
|
14616
15491
|
* QueryTransferResult请求参数结构体
|
|
14617
15492
|
*/
|
|
@@ -14634,19 +15509,45 @@ export interface QueryTransferResultRequest {
|
|
|
14634
15509
|
TransferType: number
|
|
14635
15510
|
|
|
14636
15511
|
/**
|
|
14637
|
-
* 交易流水流水号(与 OrderId 不能同时为空)
|
|
15512
|
+
* 交易流水流水号(与 OrderId 不能同时为空)
|
|
15513
|
+
*/
|
|
15514
|
+
TradeSerialNo?: string
|
|
15515
|
+
|
|
15516
|
+
/**
|
|
15517
|
+
* 订单号(与 TradeSerialNo 不能同时为空)
|
|
15518
|
+
*/
|
|
15519
|
+
OrderId?: string
|
|
15520
|
+
|
|
15521
|
+
/**
|
|
15522
|
+
* 接入环境。沙箱环境填sandbox。
|
|
15523
|
+
*/
|
|
15524
|
+
Profile?: string
|
|
15525
|
+
}
|
|
15526
|
+
|
|
15527
|
+
/**
|
|
15528
|
+
* TransferSinglePay返回参数结构体
|
|
15529
|
+
*/
|
|
15530
|
+
export interface TransferSinglePayResponse {
|
|
15531
|
+
/**
|
|
15532
|
+
* 错误码。响应成功:"SUCCESS",其他为不成功
|
|
15533
|
+
*/
|
|
15534
|
+
ErrCode: string
|
|
15535
|
+
|
|
15536
|
+
/**
|
|
15537
|
+
* 响应消息
|
|
14638
15538
|
*/
|
|
14639
|
-
|
|
15539
|
+
ErrMessage: string
|
|
14640
15540
|
|
|
14641
15541
|
/**
|
|
14642
|
-
|
|
14643
|
-
|
|
14644
|
-
|
|
15542
|
+
* 返回结果
|
|
15543
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15544
|
+
*/
|
|
15545
|
+
Result: TransferSinglePayData
|
|
14645
15546
|
|
|
14646
15547
|
/**
|
|
14647
|
-
*
|
|
15548
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
14648
15549
|
*/
|
|
14649
|
-
|
|
15550
|
+
RequestId?: string
|
|
14650
15551
|
}
|
|
14651
15552
|
|
|
14652
15553
|
/**
|
|
@@ -14785,6 +15686,26 @@ export interface ApplyOpenBankOrderDetailReceiptResponse {
|
|
|
14785
15686
|
RequestId?: string
|
|
14786
15687
|
}
|
|
14787
15688
|
|
|
15689
|
+
/**
|
|
15690
|
+
* QueryMerchantClassification请求参数结构体
|
|
15691
|
+
*/
|
|
15692
|
+
export interface QueryMerchantClassificationRequest {
|
|
15693
|
+
/**
|
|
15694
|
+
* 收单系统分配的开放ID
|
|
15695
|
+
*/
|
|
15696
|
+
OpenId: string
|
|
15697
|
+
|
|
15698
|
+
/**
|
|
15699
|
+
* 收单系统分配的密钥
|
|
15700
|
+
*/
|
|
15701
|
+
OpenKey: string
|
|
15702
|
+
|
|
15703
|
+
/**
|
|
15704
|
+
* 沙箱环境填sandbox,正式环境不填
|
|
15705
|
+
*/
|
|
15706
|
+
Profile?: string
|
|
15707
|
+
}
|
|
15708
|
+
|
|
14788
15709
|
/**
|
|
14789
15710
|
* 银行复核指引。银行侧返回网银授权指引链接,一般PC网银,手机网银链接
|
|
14790
15711
|
*/
|
|
@@ -15028,6 +15949,23 @@ export interface OrderItem {
|
|
|
15028
15949
|
TaxCode: string
|
|
15029
15950
|
}
|
|
15030
15951
|
|
|
15952
|
+
/**
|
|
15953
|
+
* 账户信息列表
|
|
15954
|
+
*/
|
|
15955
|
+
export interface PayeeAccountInfos {
|
|
15956
|
+
/**
|
|
15957
|
+
* 列表
|
|
15958
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15959
|
+
*/
|
|
15960
|
+
List: Array<PayeeAccountInfoResult>
|
|
15961
|
+
|
|
15962
|
+
/**
|
|
15963
|
+
* 总数
|
|
15964
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15965
|
+
*/
|
|
15966
|
+
Count: number
|
|
15967
|
+
}
|
|
15968
|
+
|
|
15031
15969
|
/**
|
|
15032
15970
|
* RefundMemberTransaction请求参数结构体
|
|
15033
15971
|
*/
|
|
@@ -15833,29 +16771,41 @@ export interface PayDataResult {
|
|
|
15833
16771
|
}
|
|
15834
16772
|
|
|
15835
16773
|
/**
|
|
15836
|
-
*
|
|
16774
|
+
* QueryOpenBankExternalSubMerchantBankAccount请求参数结构体
|
|
15837
16775
|
*/
|
|
15838
|
-
export interface
|
|
16776
|
+
export interface QueryOpenBankExternalSubMerchantBankAccountRequest {
|
|
15839
16777
|
/**
|
|
15840
|
-
*
|
|
16778
|
+
* 渠道商户ID。
|
|
15841
16779
|
*/
|
|
15842
|
-
|
|
16780
|
+
ChannelMerchantId: string
|
|
15843
16781
|
|
|
15844
16782
|
/**
|
|
15845
|
-
*
|
|
16783
|
+
* 渠道子商户ID。
|
|
15846
16784
|
*/
|
|
15847
|
-
|
|
16785
|
+
ChannelSubMerchantId: string
|
|
15848
16786
|
|
|
15849
16787
|
/**
|
|
15850
|
-
*
|
|
15851
|
-
|
|
16788
|
+
* 渠道名称。
|
|
16789
|
+
__TENPAY__: 商企付
|
|
16790
|
+
__WECHAT__: 微信支付
|
|
16791
|
+
__ALIPAY__: 支付宝
|
|
15852
16792
|
*/
|
|
15853
|
-
|
|
16793
|
+
ChannelName: string
|
|
15854
16794
|
|
|
15855
16795
|
/**
|
|
15856
|
-
|
|
15857
|
-
|
|
15858
|
-
|
|
16796
|
+
* 支付方式。
|
|
16797
|
+
__EBANK_PAYMENT__: ebank支付
|
|
16798
|
+
__OPENBANK_PAYMENT__: openbank支付
|
|
16799
|
+
*/
|
|
16800
|
+
PaymentMethod: string
|
|
16801
|
+
|
|
16802
|
+
/**
|
|
16803
|
+
* 环境类型。
|
|
16804
|
+
__release__:生产环境
|
|
16805
|
+
__sandbox__:沙箱环境
|
|
16806
|
+
_不填默认为生产环境_
|
|
16807
|
+
*/
|
|
16808
|
+
Environment?: string
|
|
15859
16809
|
}
|
|
15860
16810
|
|
|
15861
16811
|
/**
|
|
@@ -15962,6 +16912,27 @@ export interface QueryBankTransactionDetailsResponse {
|
|
|
15962
16912
|
RequestId?: string
|
|
15963
16913
|
}
|
|
15964
16914
|
|
|
16915
|
+
/**
|
|
16916
|
+
* 付款订单状态结果
|
|
16917
|
+
*/
|
|
16918
|
+
export interface PaymentOrderStatusResult {
|
|
16919
|
+
/**
|
|
16920
|
+
* 状态
|
|
16921
|
+
ACCEPTED:已受理
|
|
16922
|
+
ACCOUNTED:已记账
|
|
16923
|
+
PAYING:付款中
|
|
16924
|
+
PAYED:完成付款渠道调用
|
|
16925
|
+
SUCCEED:已成功
|
|
16926
|
+
FAILED:已失败
|
|
16927
|
+
*/
|
|
16928
|
+
Status: string
|
|
16929
|
+
|
|
16930
|
+
/**
|
|
16931
|
+
* 状态描述
|
|
16932
|
+
*/
|
|
16933
|
+
StatusDesc: string
|
|
16934
|
+
}
|
|
16935
|
+
|
|
15965
16936
|
/**
|
|
15966
16937
|
* TransferSinglePay请求参数结构体
|
|
15967
16938
|
*/
|
|
@@ -16036,6 +17007,28 @@ PayeeBankName:收款人开户行名称
|
|
|
16036
17007
|
Profile?: string
|
|
16037
17008
|
}
|
|
16038
17009
|
|
|
17010
|
+
/**
|
|
17011
|
+
* QueryFlexAmountBeforeTax请求参数结构体
|
|
17012
|
+
*/
|
|
17013
|
+
export interface QueryFlexAmountBeforeTaxRequest {
|
|
17014
|
+
/**
|
|
17015
|
+
* 收款用户ID
|
|
17016
|
+
*/
|
|
17017
|
+
PayeeId: string
|
|
17018
|
+
|
|
17019
|
+
/**
|
|
17020
|
+
* 收入类型
|
|
17021
|
+
LABOR:劳务所得
|
|
17022
|
+
OCCASION:偶然所得
|
|
17023
|
+
*/
|
|
17024
|
+
IncomeType: string
|
|
17025
|
+
|
|
17026
|
+
/**
|
|
17027
|
+
* 税后金额
|
|
17028
|
+
*/
|
|
17029
|
+
AmountAfterTax: string
|
|
17030
|
+
}
|
|
17031
|
+
|
|
16039
17032
|
/**
|
|
16040
17033
|
* CreateSinglePay返回参数结构体
|
|
16041
17034
|
*/
|
|
@@ -16548,6 +17541,32 @@ export interface DownloadReconciliationUrlRequest {
|
|
|
16548
17541
|
SubAppId?: string
|
|
16549
17542
|
}
|
|
16550
17543
|
|
|
17544
|
+
/**
|
|
17545
|
+
* QueryFlexAmountBeforeTax返回参数结构体
|
|
17546
|
+
*/
|
|
17547
|
+
export interface QueryFlexAmountBeforeTaxResponse {
|
|
17548
|
+
/**
|
|
17549
|
+
* 错误码。SUCCESS为成功,其他为失败
|
|
17550
|
+
*/
|
|
17551
|
+
ErrCode: string
|
|
17552
|
+
|
|
17553
|
+
/**
|
|
17554
|
+
* 错误消息
|
|
17555
|
+
*/
|
|
17556
|
+
ErrMessage: string
|
|
17557
|
+
|
|
17558
|
+
/**
|
|
17559
|
+
* 返回结果
|
|
17560
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
17561
|
+
*/
|
|
17562
|
+
Result: AmountBeforeTaxResult
|
|
17563
|
+
|
|
17564
|
+
/**
|
|
17565
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
17566
|
+
*/
|
|
17567
|
+
RequestId?: string
|
|
17568
|
+
}
|
|
17569
|
+
|
|
16551
17570
|
/**
|
|
16552
17571
|
* CreateBatchPayment请求参数结构体
|
|
16553
17572
|
*/
|
|
@@ -16883,13 +17902,64 @@ export interface QueryAgentStatementsRequest {
|
|
|
16883
17902
|
}
|
|
16884
17903
|
|
|
16885
17904
|
/**
|
|
16886
|
-
*
|
|
17905
|
+
* QueryBankClear返回参数结构体
|
|
16887
17906
|
*/
|
|
16888
|
-
export interface
|
|
17907
|
+
export interface QueryBankClearResponse {
|
|
16889
17908
|
/**
|
|
16890
|
-
*
|
|
17909
|
+
* String(20),返回码
|
|
16891
17910
|
*/
|
|
16892
|
-
|
|
17911
|
+
TxnReturnCode?: string
|
|
17912
|
+
|
|
17913
|
+
/**
|
|
17914
|
+
* String(100),返回信息
|
|
17915
|
+
*/
|
|
17916
|
+
TxnReturnMsg?: string
|
|
17917
|
+
|
|
17918
|
+
/**
|
|
17919
|
+
* String(22),交易流水号
|
|
17920
|
+
*/
|
|
17921
|
+
CnsmrSeqNo?: string
|
|
17922
|
+
|
|
17923
|
+
/**
|
|
17924
|
+
* STRING (10),本次交易返回查询结果记录数
|
|
17925
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
17926
|
+
*/
|
|
17927
|
+
ResultNum?: string
|
|
17928
|
+
|
|
17929
|
+
/**
|
|
17930
|
+
* STRING(30),起始记录号
|
|
17931
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
17932
|
+
*/
|
|
17933
|
+
StartRecordNo?: string
|
|
17934
|
+
|
|
17935
|
+
/**
|
|
17936
|
+
* STRING(2),结束标志(0: 否; 1: 是)
|
|
17937
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
17938
|
+
*/
|
|
17939
|
+
EndFlag?: string
|
|
17940
|
+
|
|
17941
|
+
/**
|
|
17942
|
+
* STRING (10),符合业务查询条件的记录总数(重复次数, 一次最多返回20条记录)
|
|
17943
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
17944
|
+
*/
|
|
17945
|
+
TotalNum?: string
|
|
17946
|
+
|
|
17947
|
+
/**
|
|
17948
|
+
* 交易信息数组
|
|
17949
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
17950
|
+
*/
|
|
17951
|
+
TranItemArray?: Array<ClearItem>
|
|
17952
|
+
|
|
17953
|
+
/**
|
|
17954
|
+
* STRING(1027),保留域
|
|
17955
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
17956
|
+
*/
|
|
17957
|
+
ReservedMsg?: string
|
|
17958
|
+
|
|
17959
|
+
/**
|
|
17960
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
17961
|
+
*/
|
|
17962
|
+
RequestId?: string
|
|
16893
17963
|
}
|
|
16894
17964
|
|
|
16895
17965
|
/**
|
|
@@ -16986,16 +18056,16 @@ export interface MigrateOrderRefundResponse {
|
|
|
16986
18056
|
}
|
|
16987
18057
|
|
|
16988
18058
|
/**
|
|
16989
|
-
*
|
|
18059
|
+
* QueryFlexPaymentOrderList返回参数结构体
|
|
16990
18060
|
*/
|
|
16991
|
-
export interface
|
|
18061
|
+
export interface QueryFlexPaymentOrderListResponse {
|
|
16992
18062
|
/**
|
|
16993
|
-
*
|
|
18063
|
+
* 错误码。SUCCESS为成功,其他为失败
|
|
16994
18064
|
*/
|
|
16995
18065
|
ErrCode: string
|
|
16996
18066
|
|
|
16997
18067
|
/**
|
|
16998
|
-
*
|
|
18068
|
+
* 错误消息
|
|
16999
18069
|
*/
|
|
17000
18070
|
ErrMessage: string
|
|
17001
18071
|
|
|
@@ -17003,7 +18073,7 @@ export interface TransferSinglePayResponse {
|
|
|
17003
18073
|
* 返回结果
|
|
17004
18074
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
17005
18075
|
*/
|
|
17006
|
-
Result:
|
|
18076
|
+
Result: PaymentOrders
|
|
17007
18077
|
|
|
17008
18078
|
/**
|
|
17009
18079
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -17092,6 +18162,51 @@ export interface QueryInvoiceResponse {
|
|
|
17092
18162
|
RequestId?: string
|
|
17093
18163
|
}
|
|
17094
18164
|
|
|
18165
|
+
/**
|
|
18166
|
+
* UploadTaxPayment请求参数结构体
|
|
18167
|
+
*/
|
|
18168
|
+
export interface UploadTaxPaymentRequest {
|
|
18169
|
+
/**
|
|
18170
|
+
* 平台渠道
|
|
18171
|
+
*/
|
|
18172
|
+
Channel: number
|
|
18173
|
+
|
|
18174
|
+
/**
|
|
18175
|
+
* 完税ID
|
|
18176
|
+
*/
|
|
18177
|
+
TaxId: string
|
|
18178
|
+
|
|
18179
|
+
/**
|
|
18180
|
+
* 完税列表下载地址
|
|
18181
|
+
*/
|
|
18182
|
+
FileUrl: string
|
|
18183
|
+
}
|
|
18184
|
+
|
|
18185
|
+
/**
|
|
18186
|
+
* QueryFlexPayeeAccountList请求参数结构体
|
|
18187
|
+
*/
|
|
18188
|
+
export interface QueryFlexPayeeAccountListRequest {
|
|
18189
|
+
/**
|
|
18190
|
+
* 账户属性信息
|
|
18191
|
+
*/
|
|
18192
|
+
PropertyInfo: PayeeAccountPropertyInfo
|
|
18193
|
+
|
|
18194
|
+
/**
|
|
18195
|
+
* 开始时间
|
|
18196
|
+
*/
|
|
18197
|
+
StartTime?: string
|
|
18198
|
+
|
|
18199
|
+
/**
|
|
18200
|
+
* 结束时间
|
|
18201
|
+
*/
|
|
18202
|
+
EndTime?: string
|
|
18203
|
+
|
|
18204
|
+
/**
|
|
18205
|
+
* 分页
|
|
18206
|
+
*/
|
|
18207
|
+
PageNumber?: Paging
|
|
18208
|
+
}
|
|
18209
|
+
|
|
17095
18210
|
/**
|
|
17096
18211
|
* QueryOpenBankBankAccountBalance返回参数结构体
|
|
17097
18212
|
*/
|
|
@@ -17667,6 +18782,32 @@ export interface CreateSinglePaymentRequest {
|
|
|
17667
18782
|
NotifyUrl?: string
|
|
17668
18783
|
}
|
|
17669
18784
|
|
|
18785
|
+
/**
|
|
18786
|
+
* QueryFlexPayeeAccountInfo返回参数结构体
|
|
18787
|
+
*/
|
|
18788
|
+
export interface QueryFlexPayeeAccountInfoResponse {
|
|
18789
|
+
/**
|
|
18790
|
+
* 错误码。SUCCESS为成功,其他为失败
|
|
18791
|
+
*/
|
|
18792
|
+
ErrCode: string
|
|
18793
|
+
|
|
18794
|
+
/**
|
|
18795
|
+
* 错误消息
|
|
18796
|
+
*/
|
|
18797
|
+
ErrMessage: string
|
|
18798
|
+
|
|
18799
|
+
/**
|
|
18800
|
+
* 返回结果
|
|
18801
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
18802
|
+
*/
|
|
18803
|
+
Result: PayeeAccountInfoResult
|
|
18804
|
+
|
|
18805
|
+
/**
|
|
18806
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
18807
|
+
*/
|
|
18808
|
+
RequestId?: string
|
|
18809
|
+
}
|
|
18810
|
+
|
|
17670
18811
|
/**
|
|
17671
18812
|
* 会员间交易明细信息
|
|
17672
18813
|
*/
|
|
@@ -18124,6 +19265,32 @@ export interface CreateAgentTaxPaymentInfosResponse {
|
|
|
18124
19265
|
RequestId?: string
|
|
18125
19266
|
}
|
|
18126
19267
|
|
|
19268
|
+
/**
|
|
19269
|
+
* RevokeRechargeByThirdPay返回参数结构体
|
|
19270
|
+
*/
|
|
19271
|
+
export interface RevokeRechargeByThirdPayResponse {
|
|
19272
|
+
/**
|
|
19273
|
+
* 请求类型
|
|
19274
|
+
*/
|
|
19275
|
+
RequestType?: string
|
|
19276
|
+
|
|
19277
|
+
/**
|
|
19278
|
+
* 保留域
|
|
19279
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
19280
|
+
*/
|
|
19281
|
+
ReservedMessage?: string
|
|
19282
|
+
|
|
19283
|
+
/**
|
|
19284
|
+
* 银行流水号
|
|
19285
|
+
*/
|
|
19286
|
+
FrontSequenceNumber?: string
|
|
19287
|
+
|
|
19288
|
+
/**
|
|
19289
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
19290
|
+
*/
|
|
19291
|
+
RequestId?: string
|
|
19292
|
+
}
|
|
19293
|
+
|
|
18127
19294
|
/**
|
|
18128
19295
|
* ApplyReconciliationFile返回参数结构体
|
|
18129
19296
|
*/
|
|
@@ -18704,18 +19871,30 @@ export interface MerchantRiskInfo {
|
|
|
18704
19871
|
}
|
|
18705
19872
|
|
|
18706
19873
|
/**
|
|
18707
|
-
*
|
|
19874
|
+
* 账户开立结果
|
|
18708
19875
|
*/
|
|
18709
|
-
export interface
|
|
19876
|
+
export interface CreateFlexPayeeResult {
|
|
18710
19877
|
/**
|
|
18711
|
-
*
|
|
19878
|
+
* 收款用户ID
|
|
18712
19879
|
*/
|
|
18713
|
-
|
|
19880
|
+
PayeeId: string
|
|
19881
|
+
}
|
|
18714
19882
|
|
|
19883
|
+
/**
|
|
19884
|
+
* 冻结订单列表
|
|
19885
|
+
*/
|
|
19886
|
+
export interface FreezeOrders {
|
|
18715
19887
|
/**
|
|
18716
|
-
|
|
18717
|
-
|
|
18718
|
-
|
|
19888
|
+
* 列表
|
|
19889
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
19890
|
+
*/
|
|
19891
|
+
List: Array<FreezeOrderResult>
|
|
19892
|
+
|
|
19893
|
+
/**
|
|
19894
|
+
* 总数
|
|
19895
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
19896
|
+
*/
|
|
19897
|
+
Count: number
|
|
18719
19898
|
}
|
|
18720
19899
|
|
|
18721
19900
|
/**
|
|
@@ -19026,18 +20205,79 @@ export interface CreateRedInvoiceResponse {
|
|
|
19026
20205
|
}
|
|
19027
20206
|
|
|
19028
20207
|
/**
|
|
19029
|
-
*
|
|
20208
|
+
* 查询发票结果数据
|
|
19030
20209
|
*/
|
|
19031
|
-
export interface
|
|
20210
|
+
export interface QueryInvoiceResultData {
|
|
19032
20211
|
/**
|
|
19033
|
-
*
|
|
20212
|
+
* 订单号
|
|
19034
20213
|
*/
|
|
19035
|
-
|
|
20214
|
+
OrderId: string
|
|
19036
20215
|
|
|
19037
20216
|
/**
|
|
19038
|
-
*
|
|
20217
|
+
* 业务开票号
|
|
19039
20218
|
*/
|
|
19040
|
-
|
|
20219
|
+
OrderSn: string
|
|
20220
|
+
|
|
20221
|
+
/**
|
|
20222
|
+
* 发票状态
|
|
20223
|
+
*/
|
|
20224
|
+
Status: number
|
|
20225
|
+
|
|
20226
|
+
/**
|
|
20227
|
+
* 开票描述
|
|
20228
|
+
*/
|
|
20229
|
+
Message: string
|
|
20230
|
+
|
|
20231
|
+
/**
|
|
20232
|
+
* 开票日期
|
|
20233
|
+
*/
|
|
20234
|
+
TicketDate: string
|
|
20235
|
+
|
|
20236
|
+
/**
|
|
20237
|
+
* 发票号码
|
|
20238
|
+
*/
|
|
20239
|
+
TicketSn: string
|
|
20240
|
+
|
|
20241
|
+
/**
|
|
20242
|
+
* 发票代码
|
|
20243
|
+
*/
|
|
20244
|
+
TicketCode: string
|
|
20245
|
+
|
|
20246
|
+
/**
|
|
20247
|
+
* 检验码
|
|
20248
|
+
*/
|
|
20249
|
+
CheckCode: string
|
|
20250
|
+
|
|
20251
|
+
/**
|
|
20252
|
+
* 含税金额(元)
|
|
20253
|
+
*/
|
|
20254
|
+
AmountWithTax: string
|
|
20255
|
+
|
|
20256
|
+
/**
|
|
20257
|
+
* 不含税金额(元)
|
|
20258
|
+
*/
|
|
20259
|
+
AmountWithoutTax: string
|
|
20260
|
+
|
|
20261
|
+
/**
|
|
20262
|
+
* 税额(元)
|
|
20263
|
+
*/
|
|
20264
|
+
TaxAmount: string
|
|
20265
|
+
|
|
20266
|
+
/**
|
|
20267
|
+
* 是否被红冲
|
|
20268
|
+
*/
|
|
20269
|
+
IsRedWashed: number
|
|
20270
|
+
|
|
20271
|
+
/**
|
|
20272
|
+
* pdf地址
|
|
20273
|
+
*/
|
|
20274
|
+
PdfUrl: string
|
|
20275
|
+
|
|
20276
|
+
/**
|
|
20277
|
+
* png地址
|
|
20278
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
20279
|
+
*/
|
|
20280
|
+
ImageUrl: string
|
|
19041
20281
|
}
|
|
19042
20282
|
|
|
19043
20283
|
/**
|
|
@@ -19123,26 +20363,6 @@ export interface UploadTaxListRequest {
|
|
|
19123
20363
|
FileUrl: string
|
|
19124
20364
|
}
|
|
19125
20365
|
|
|
19126
|
-
/**
|
|
19127
|
-
* 结算信息对象
|
|
19128
|
-
*/
|
|
19129
|
-
export interface CloudSettleInfo {
|
|
19130
|
-
/**
|
|
19131
|
-
* 是否需要支付确认。
|
|
19132
|
-
0: 不需要支付确认
|
|
19133
|
-
1: 需要支付确认
|
|
19134
|
-
传1时,需要在支付完成后成功调用了《支付确认》接口,该笔订单才会被清分出去
|
|
19135
|
-
*/
|
|
19136
|
-
NeedToBeConfirmed?: number
|
|
19137
|
-
|
|
19138
|
-
/**
|
|
19139
|
-
* 是否指定分账。
|
|
19140
|
-
0: 不指定分账
|
|
19141
|
-
1: 指定分账
|
|
19142
|
-
*/
|
|
19143
|
-
ProfitSharing?: number
|
|
19144
|
-
}
|
|
19145
|
-
|
|
19146
20366
|
/**
|
|
19147
20367
|
* 签约信息
|
|
19148
20368
|
*/
|
|
@@ -19718,6 +20938,50 @@ export interface RegisterBillSupportWithdrawResponse {
|
|
|
19718
20938
|
RequestId?: string
|
|
19719
20939
|
}
|
|
19720
20940
|
|
|
20941
|
+
/**
|
|
20942
|
+
* 收款用户信息结果
|
|
20943
|
+
*/
|
|
20944
|
+
export interface PayeeInfoResult {
|
|
20945
|
+
/**
|
|
20946
|
+
* 收款用户ID
|
|
20947
|
+
*/
|
|
20948
|
+
PayeeId: string
|
|
20949
|
+
|
|
20950
|
+
/**
|
|
20951
|
+
* 用户外部业务ID
|
|
20952
|
+
*/
|
|
20953
|
+
OutUserId: string
|
|
20954
|
+
|
|
20955
|
+
/**
|
|
20956
|
+
* 姓名
|
|
20957
|
+
*/
|
|
20958
|
+
Name: string
|
|
20959
|
+
|
|
20960
|
+
/**
|
|
20961
|
+
* 证件类型
|
|
20962
|
+
0:身份证
|
|
20963
|
+
1:社会信用代码
|
|
20964
|
+
*/
|
|
20965
|
+
IdType: number
|
|
20966
|
+
|
|
20967
|
+
/**
|
|
20968
|
+
* 证件号
|
|
20969
|
+
*/
|
|
20970
|
+
IdNo: string
|
|
20971
|
+
|
|
20972
|
+
/**
|
|
20973
|
+
* 服务商ID
|
|
20974
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
20975
|
+
*/
|
|
20976
|
+
ServiceProviderId: string
|
|
20977
|
+
|
|
20978
|
+
/**
|
|
20979
|
+
* 备注
|
|
20980
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
20981
|
+
*/
|
|
20982
|
+
Remark: string
|
|
20983
|
+
}
|
|
20984
|
+
|
|
19721
20985
|
/**
|
|
19722
20986
|
* ApplyOutwardOrder请求参数结构体
|
|
19723
20987
|
*/
|
|
@@ -20151,6 +21415,53 @@ export interface CreateInvoiceRequest {
|
|
|
20151
21415
|
InvoiceChannel?: number
|
|
20152
21416
|
}
|
|
20153
21417
|
|
|
21418
|
+
/**
|
|
21419
|
+
* CreateFlexPayee请求参数结构体
|
|
21420
|
+
*/
|
|
21421
|
+
export interface CreateFlexPayeeRequest {
|
|
21422
|
+
/**
|
|
21423
|
+
* 用户外部业务ID
|
|
21424
|
+
*/
|
|
21425
|
+
OutUserId: string
|
|
21426
|
+
|
|
21427
|
+
/**
|
|
21428
|
+
* 姓名
|
|
21429
|
+
*/
|
|
21430
|
+
Name: string
|
|
21431
|
+
|
|
21432
|
+
/**
|
|
21433
|
+
* 证件号
|
|
21434
|
+
*/
|
|
21435
|
+
IdNo: string
|
|
21436
|
+
|
|
21437
|
+
/**
|
|
21438
|
+
* 账户名称
|
|
21439
|
+
*/
|
|
21440
|
+
AccountName: string
|
|
21441
|
+
|
|
21442
|
+
/**
|
|
21443
|
+
* 服务商ID
|
|
21444
|
+
*/
|
|
21445
|
+
ServiceProviderId: string
|
|
21446
|
+
|
|
21447
|
+
/**
|
|
21448
|
+
* 计税信息
|
|
21449
|
+
*/
|
|
21450
|
+
TaxInfo: PayeeTaxInfo
|
|
21451
|
+
|
|
21452
|
+
/**
|
|
21453
|
+
* 证件类型
|
|
21454
|
+
0:身份证
|
|
21455
|
+
1:社会信用代码
|
|
21456
|
+
*/
|
|
21457
|
+
IdType: number
|
|
21458
|
+
|
|
21459
|
+
/**
|
|
21460
|
+
* 备注
|
|
21461
|
+
*/
|
|
21462
|
+
Remark?: string
|
|
21463
|
+
}
|
|
21464
|
+
|
|
20154
21465
|
/**
|
|
20155
21466
|
* 主播签约信息
|
|
20156
21467
|
*/
|
|
@@ -20291,6 +21602,27 @@ export interface CreateRedInvoiceV2Response {
|
|
|
20291
21602
|
RequestId?: string
|
|
20292
21603
|
}
|
|
20293
21604
|
|
|
21605
|
+
/**
|
|
21606
|
+
* 账户属性信息
|
|
21607
|
+
*/
|
|
21608
|
+
export interface PayeeAccountPropertyInfo {
|
|
21609
|
+
/**
|
|
21610
|
+
* 结算权益状态
|
|
21611
|
+
ENABLE:启用
|
|
21612
|
+
DISABLE:停用
|
|
21613
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
21614
|
+
*/
|
|
21615
|
+
SettleRightStatus?: string
|
|
21616
|
+
|
|
21617
|
+
/**
|
|
21618
|
+
* 付款权益状态
|
|
21619
|
+
ENABLE:启用
|
|
21620
|
+
DISABLE:停用
|
|
21621
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
21622
|
+
*/
|
|
21623
|
+
PaymentRightStatus?: string
|
|
21624
|
+
}
|
|
21625
|
+
|
|
20294
21626
|
/**
|
|
20295
21627
|
* 分账申请响应对象
|
|
20296
21628
|
*/
|
|
@@ -20752,18 +22084,24 @@ export interface DownloadReconciliationUrlResponse {
|
|
|
20752
22084
|
}
|
|
20753
22085
|
|
|
20754
22086
|
/**
|
|
20755
|
-
*
|
|
22087
|
+
* ModifyBindedAccount返回参数结构体
|
|
20756
22088
|
*/
|
|
20757
|
-
export interface
|
|
22089
|
+
export interface ModifyBindedAccountResponse {
|
|
20758
22090
|
/**
|
|
20759
|
-
*
|
|
22091
|
+
* 错误码。响应成功:"SUCCESS",其他为不成功。
|
|
20760
22092
|
*/
|
|
20761
|
-
|
|
22093
|
+
ErrCode: string
|
|
20762
22094
|
|
|
20763
22095
|
/**
|
|
20764
|
-
*
|
|
22096
|
+
* 响应消息。
|
|
20765
22097
|
*/
|
|
20766
|
-
|
|
22098
|
+
ErrMessage: string
|
|
22099
|
+
|
|
22100
|
+
/**
|
|
22101
|
+
* 该字段为null。
|
|
22102
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
22103
|
+
*/
|
|
22104
|
+
Result: string
|
|
20767
22105
|
|
|
20768
22106
|
/**
|
|
20769
22107
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -20867,6 +22205,17 @@ export interface CreateOpenBankOrderRechargeResult {
|
|
|
20867
22205
|
OutOrderId: string
|
|
20868
22206
|
}
|
|
20869
22207
|
|
|
22208
|
+
/**
|
|
22209
|
+
* 税前金额结果
|
|
22210
|
+
*/
|
|
22211
|
+
export interface AmountBeforeTaxResult {
|
|
22212
|
+
/**
|
|
22213
|
+
* 税前金额
|
|
22214
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
22215
|
+
*/
|
|
22216
|
+
AmountBeforeTax: string
|
|
22217
|
+
}
|
|
22218
|
+
|
|
20870
22219
|
/**
|
|
20871
22220
|
* 银企直连-查询单笔支付状态结果
|
|
20872
22221
|
*/
|
|
@@ -21450,6 +22799,26 @@ export interface QueryMerchantRequest {
|
|
|
21450
22799
|
MerchantAppId: string
|
|
21451
22800
|
}
|
|
21452
22801
|
|
|
22802
|
+
/**
|
|
22803
|
+
* QueryDownloadBillURL返回参数结构体
|
|
22804
|
+
*/
|
|
22805
|
+
export interface QueryDownloadBillURLResponse {
|
|
22806
|
+
/**
|
|
22807
|
+
* 分配给商户的AppId。进件成功后返给商户方的AppId。
|
|
22808
|
+
*/
|
|
22809
|
+
MerchantAppId: string
|
|
22810
|
+
|
|
22811
|
+
/**
|
|
22812
|
+
* 对账单下载地址。
|
|
22813
|
+
*/
|
|
22814
|
+
DownloadUrl: string
|
|
22815
|
+
|
|
22816
|
+
/**
|
|
22817
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
22818
|
+
*/
|
|
22819
|
+
RequestId?: string
|
|
22820
|
+
}
|
|
22821
|
+
|
|
21453
22822
|
/**
|
|
21454
22823
|
* QueryAnchorContractInfo返回参数结构体
|
|
21455
22824
|
*/
|