@antchain/ato 1.15.23 → 1.15.64
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/dist/client.d.ts +1095 -6
- package/dist/client.js +1732 -68
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +5746 -3301
package/dist/client.d.ts
CHANGED
|
@@ -47,6 +47,19 @@ export declare class FileInfo extends $tea.Model {
|
|
|
47
47
|
[key: string]: any;
|
|
48
48
|
});
|
|
49
49
|
}
|
|
50
|
+
export declare class PaymentItem extends $tea.Model {
|
|
51
|
+
amount?: number;
|
|
52
|
+
paymentType?: string;
|
|
53
|
+
static names(): {
|
|
54
|
+
[key: string]: string;
|
|
55
|
+
};
|
|
56
|
+
static types(): {
|
|
57
|
+
[key: string]: any;
|
|
58
|
+
};
|
|
59
|
+
constructor(map?: {
|
|
60
|
+
[key: string]: any;
|
|
61
|
+
});
|
|
62
|
+
}
|
|
50
63
|
export declare class ScalperQueryOrderItem extends $tea.Model {
|
|
51
64
|
orderItemsName?: string;
|
|
52
65
|
orderItemsQuantity?: number;
|
|
@@ -108,6 +121,7 @@ export declare class OrderRepayStrategy extends $tea.Model {
|
|
|
108
121
|
termIndex?: number;
|
|
109
122
|
rentalMoney?: number;
|
|
110
123
|
payDay?: string;
|
|
124
|
+
paymentItemList?: PaymentItem[];
|
|
111
125
|
static names(): {
|
|
112
126
|
[key: string]: string;
|
|
113
127
|
};
|
|
@@ -170,6 +184,34 @@ export declare class AppletRiskModel extends $tea.Model {
|
|
|
170
184
|
[key: string]: any;
|
|
171
185
|
});
|
|
172
186
|
}
|
|
187
|
+
export declare class OrderWithholdContractInfo extends $tea.Model {
|
|
188
|
+
withholdingContractId?: string;
|
|
189
|
+
contractStatus?: string;
|
|
190
|
+
static names(): {
|
|
191
|
+
[key: string]: string;
|
|
192
|
+
};
|
|
193
|
+
static types(): {
|
|
194
|
+
[key: string]: any;
|
|
195
|
+
};
|
|
196
|
+
constructor(map?: {
|
|
197
|
+
[key: string]: any;
|
|
198
|
+
});
|
|
199
|
+
}
|
|
200
|
+
export declare class MerchantOrderRepayStrategy extends $tea.Model {
|
|
201
|
+
termIndex?: number;
|
|
202
|
+
leaseTermIndex?: number;
|
|
203
|
+
payMoney?: number;
|
|
204
|
+
toCompensateDate?: string;
|
|
205
|
+
static names(): {
|
|
206
|
+
[key: string]: string;
|
|
207
|
+
};
|
|
208
|
+
static types(): {
|
|
209
|
+
[key: string]: any;
|
|
210
|
+
};
|
|
211
|
+
constructor(map?: {
|
|
212
|
+
[key: string]: any;
|
|
213
|
+
});
|
|
214
|
+
}
|
|
173
215
|
export declare class ExpandProcessInfo extends $tea.Model {
|
|
174
216
|
processNode?: string;
|
|
175
217
|
isSubmitted?: boolean;
|
|
@@ -273,6 +315,10 @@ export declare class OrderInfo extends $tea.Model {
|
|
|
273
315
|
logisticType?: string;
|
|
274
316
|
dueMode?: number;
|
|
275
317
|
downPayment?: number;
|
|
318
|
+
merchantId?: string;
|
|
319
|
+
merchantName?: string;
|
|
320
|
+
divideStartTermIndex?: number;
|
|
321
|
+
promotionId?: string;
|
|
276
322
|
static names(): {
|
|
277
323
|
[key: string]: string;
|
|
278
324
|
};
|
|
@@ -361,6 +407,23 @@ export declare class LegalInfoUpdate extends $tea.Model {
|
|
|
361
407
|
[key: string]: any;
|
|
362
408
|
});
|
|
363
409
|
}
|
|
410
|
+
export declare class InnerCreditInfo extends $tea.Model {
|
|
411
|
+
contentId?: string;
|
|
412
|
+
contentType?: string;
|
|
413
|
+
creditName?: string;
|
|
414
|
+
creditFileUrl?: string;
|
|
415
|
+
creditContent?: string;
|
|
416
|
+
createTime?: string;
|
|
417
|
+
static names(): {
|
|
418
|
+
[key: string]: string;
|
|
419
|
+
};
|
|
420
|
+
static types(): {
|
|
421
|
+
[key: string]: any;
|
|
422
|
+
};
|
|
423
|
+
constructor(map?: {
|
|
424
|
+
[key: string]: any;
|
|
425
|
+
});
|
|
426
|
+
}
|
|
364
427
|
export declare class PromiseInfo extends $tea.Model {
|
|
365
428
|
static names(): {
|
|
366
429
|
[key: string]: string;
|
|
@@ -498,6 +561,8 @@ export declare class OrderFulfillmentInfo extends $tea.Model {
|
|
|
498
561
|
realRepayMoney?: number;
|
|
499
562
|
rentalMoney?: number;
|
|
500
563
|
returnTime?: string;
|
|
564
|
+
returnWay?: string;
|
|
565
|
+
returnVoucherSerial?: string;
|
|
501
566
|
static names(): {
|
|
502
567
|
[key: string]: string;
|
|
503
568
|
};
|
|
@@ -603,6 +668,42 @@ export declare class CompanySummaryInfo extends $tea.Model {
|
|
|
603
668
|
[key: string]: any;
|
|
604
669
|
});
|
|
605
670
|
}
|
|
671
|
+
export declare class MerchantOrderFulfillmentInfo extends $tea.Model {
|
|
672
|
+
termIndex?: number;
|
|
673
|
+
leaseTermIndex?: number;
|
|
674
|
+
rentalReturnState?: string;
|
|
675
|
+
returnWay?: string;
|
|
676
|
+
payType?: string;
|
|
677
|
+
totalMoney?: number;
|
|
678
|
+
returnTime?: string;
|
|
679
|
+
returnVoucherSerial?: string;
|
|
680
|
+
fundCompanyName?: string;
|
|
681
|
+
static names(): {
|
|
682
|
+
[key: string]: string;
|
|
683
|
+
};
|
|
684
|
+
static types(): {
|
|
685
|
+
[key: string]: any;
|
|
686
|
+
};
|
|
687
|
+
constructor(map?: {
|
|
688
|
+
[key: string]: any;
|
|
689
|
+
});
|
|
690
|
+
}
|
|
691
|
+
export declare class TerminateApplyEvidence extends $tea.Model {
|
|
692
|
+
terminateApplyReason?: string;
|
|
693
|
+
terminateApplyRefer?: string;
|
|
694
|
+
userPhoneNum?: string;
|
|
695
|
+
terminateApplyEvidences?: string[];
|
|
696
|
+
terminateOperateTime?: string;
|
|
697
|
+
static names(): {
|
|
698
|
+
[key: string]: string;
|
|
699
|
+
};
|
|
700
|
+
static types(): {
|
|
701
|
+
[key: string]: any;
|
|
702
|
+
};
|
|
703
|
+
constructor(map?: {
|
|
704
|
+
[key: string]: any;
|
|
705
|
+
});
|
|
706
|
+
}
|
|
606
707
|
export declare class OrderSearchInfo extends $tea.Model {
|
|
607
708
|
orderId?: string;
|
|
608
709
|
agreementNo?: string;
|
|
@@ -623,6 +724,19 @@ export declare class OrderSearchInfo extends $tea.Model {
|
|
|
623
724
|
[key: string]: any;
|
|
624
725
|
});
|
|
625
726
|
}
|
|
727
|
+
export declare class OrderLogisticInfo extends $tea.Model {
|
|
728
|
+
logisticOrderId?: string;
|
|
729
|
+
logisticStatus?: string;
|
|
730
|
+
static names(): {
|
|
731
|
+
[key: string]: string;
|
|
732
|
+
};
|
|
733
|
+
static types(): {
|
|
734
|
+
[key: string]: any;
|
|
735
|
+
};
|
|
736
|
+
constructor(map?: {
|
|
737
|
+
[key: string]: any;
|
|
738
|
+
});
|
|
739
|
+
}
|
|
626
740
|
export declare class ApplicationInfo extends $tea.Model {
|
|
627
741
|
applicationScene: string;
|
|
628
742
|
tinyAppId: string;
|
|
@@ -889,6 +1003,20 @@ export declare class MarketingScoreInfo extends $tea.Model {
|
|
|
889
1003
|
[key: string]: any;
|
|
890
1004
|
});
|
|
891
1005
|
}
|
|
1006
|
+
export declare class MerchantSupportEvidence extends $tea.Model {
|
|
1007
|
+
merchantOperateTime?: string;
|
|
1008
|
+
merchantRefuseReason?: string;
|
|
1009
|
+
merchantRefuseEvidences?: string[];
|
|
1010
|
+
static names(): {
|
|
1011
|
+
[key: string]: string;
|
|
1012
|
+
};
|
|
1013
|
+
static types(): {
|
|
1014
|
+
[key: string]: any;
|
|
1015
|
+
};
|
|
1016
|
+
constructor(map?: {
|
|
1017
|
+
[key: string]: any;
|
|
1018
|
+
});
|
|
1019
|
+
}
|
|
892
1020
|
export declare class OrderContractInfo extends $tea.Model {
|
|
893
1021
|
signNo?: string;
|
|
894
1022
|
signTime?: string;
|
|
@@ -1093,6 +1221,19 @@ export declare class AgreementPage extends $tea.Model {
|
|
|
1093
1221
|
[key: string]: any;
|
|
1094
1222
|
});
|
|
1095
1223
|
}
|
|
1224
|
+
export declare class FundMngLoanApplyResult extends $tea.Model {
|
|
1225
|
+
loanApplyStatus?: string;
|
|
1226
|
+
loanFailReason?: string;
|
|
1227
|
+
static names(): {
|
|
1228
|
+
[key: string]: string;
|
|
1229
|
+
};
|
|
1230
|
+
static types(): {
|
|
1231
|
+
[key: string]: any;
|
|
1232
|
+
};
|
|
1233
|
+
constructor(map?: {
|
|
1234
|
+
[key: string]: any;
|
|
1235
|
+
});
|
|
1236
|
+
}
|
|
1096
1237
|
export declare class FarmingQueryModel extends $tea.Model {
|
|
1097
1238
|
outOrderNo?: string;
|
|
1098
1239
|
orderNo?: string;
|
|
@@ -1219,6 +1360,22 @@ export declare class PageQuery extends $tea.Model {
|
|
|
1219
1360
|
[key: string]: any;
|
|
1220
1361
|
});
|
|
1221
1362
|
}
|
|
1363
|
+
export declare class AgreementTerminateApplyInfo extends $tea.Model {
|
|
1364
|
+
orderId?: string;
|
|
1365
|
+
terminateApplyId?: string;
|
|
1366
|
+
orderGmtCreate?: string;
|
|
1367
|
+
gmtTerminateApply?: string;
|
|
1368
|
+
handleStatus?: string;
|
|
1369
|
+
static names(): {
|
|
1370
|
+
[key: string]: string;
|
|
1371
|
+
};
|
|
1372
|
+
static types(): {
|
|
1373
|
+
[key: string]: any;
|
|
1374
|
+
};
|
|
1375
|
+
constructor(map?: {
|
|
1376
|
+
[key: string]: any;
|
|
1377
|
+
});
|
|
1378
|
+
}
|
|
1222
1379
|
export declare class LegalInfo extends $tea.Model {
|
|
1223
1380
|
legalName: string;
|
|
1224
1381
|
legalCertNo: string;
|
|
@@ -1234,6 +1391,34 @@ export declare class LegalInfo extends $tea.Model {
|
|
|
1234
1391
|
[key: string]: any;
|
|
1235
1392
|
});
|
|
1236
1393
|
}
|
|
1394
|
+
export declare class OrderFinanceInfo extends $tea.Model {
|
|
1395
|
+
totalMoney?: number;
|
|
1396
|
+
applyStatus?: string;
|
|
1397
|
+
loanApplyDate?: string;
|
|
1398
|
+
loanTime?: string;
|
|
1399
|
+
loanSerialNumber?: string;
|
|
1400
|
+
fundDivideAlipayLogonId?: string;
|
|
1401
|
+
fundDivideAlipayUid?: string;
|
|
1402
|
+
fundWithholdAlipayLogonId?: string;
|
|
1403
|
+
fundWithholdAlipayUid?: string;
|
|
1404
|
+
feePaidRole?: string;
|
|
1405
|
+
loanChannel?: string;
|
|
1406
|
+
loanPayeeAccount?: string;
|
|
1407
|
+
paidCompanyId?: string;
|
|
1408
|
+
bankName?: string;
|
|
1409
|
+
financeStatus?: string;
|
|
1410
|
+
paymentItemList?: string[];
|
|
1411
|
+
transferCompensateInAccountType?: string;
|
|
1412
|
+
static names(): {
|
|
1413
|
+
[key: string]: string;
|
|
1414
|
+
};
|
|
1415
|
+
static types(): {
|
|
1416
|
+
[key: string]: any;
|
|
1417
|
+
};
|
|
1418
|
+
constructor(map?: {
|
|
1419
|
+
[key: string]: any;
|
|
1420
|
+
});
|
|
1421
|
+
}
|
|
1237
1422
|
export declare class XNameValuePair extends $tea.Model {
|
|
1238
1423
|
name: string;
|
|
1239
1424
|
value: string;
|
|
@@ -1247,12 +1432,508 @@ export declare class XNameValuePair extends $tea.Model {
|
|
|
1247
1432
|
[key: string]: any;
|
|
1248
1433
|
});
|
|
1249
1434
|
}
|
|
1250
|
-
export declare class TransferBrokerUserdataRequest extends $tea.Model {
|
|
1435
|
+
export declare class TransferBrokerUserdataRequest extends $tea.Model {
|
|
1436
|
+
authToken?: string;
|
|
1437
|
+
productInstanceId?: string;
|
|
1438
|
+
dataId: string;
|
|
1439
|
+
dataType: string;
|
|
1440
|
+
dataContent: string;
|
|
1441
|
+
static names(): {
|
|
1442
|
+
[key: string]: string;
|
|
1443
|
+
};
|
|
1444
|
+
static types(): {
|
|
1445
|
+
[key: string]: any;
|
|
1446
|
+
};
|
|
1447
|
+
constructor(map?: {
|
|
1448
|
+
[key: string]: any;
|
|
1449
|
+
});
|
|
1450
|
+
}
|
|
1451
|
+
export declare class TransferBrokerUserdataResponse extends $tea.Model {
|
|
1452
|
+
reqMsgId?: string;
|
|
1453
|
+
resultCode?: string;
|
|
1454
|
+
resultMsg?: string;
|
|
1455
|
+
dataId?: string;
|
|
1456
|
+
static names(): {
|
|
1457
|
+
[key: string]: string;
|
|
1458
|
+
};
|
|
1459
|
+
static types(): {
|
|
1460
|
+
[key: string]: any;
|
|
1461
|
+
};
|
|
1462
|
+
constructor(map?: {
|
|
1463
|
+
[key: string]: any;
|
|
1464
|
+
});
|
|
1465
|
+
}
|
|
1466
|
+
export declare class QueryInnerFundmngdemoRequest extends $tea.Model {
|
|
1467
|
+
authToken?: string;
|
|
1468
|
+
productInstanceId?: string;
|
|
1469
|
+
name: string;
|
|
1470
|
+
static names(): {
|
|
1471
|
+
[key: string]: string;
|
|
1472
|
+
};
|
|
1473
|
+
static types(): {
|
|
1474
|
+
[key: string]: any;
|
|
1475
|
+
};
|
|
1476
|
+
constructor(map?: {
|
|
1477
|
+
[key: string]: any;
|
|
1478
|
+
});
|
|
1479
|
+
}
|
|
1480
|
+
export declare class QueryInnerFundmngdemoResponse extends $tea.Model {
|
|
1481
|
+
reqMsgId?: string;
|
|
1482
|
+
resultCode?: string;
|
|
1483
|
+
resultMsg?: string;
|
|
1484
|
+
responseName?: string;
|
|
1485
|
+
static names(): {
|
|
1486
|
+
[key: string]: string;
|
|
1487
|
+
};
|
|
1488
|
+
static types(): {
|
|
1489
|
+
[key: string]: any;
|
|
1490
|
+
};
|
|
1491
|
+
constructor(map?: {
|
|
1492
|
+
[key: string]: any;
|
|
1493
|
+
});
|
|
1494
|
+
}
|
|
1495
|
+
export declare class PagequeryInnerFundmngfinanceorderRequest extends $tea.Model {
|
|
1496
|
+
authToken?: string;
|
|
1497
|
+
productInstanceId?: string;
|
|
1498
|
+
fundTenantId: string;
|
|
1499
|
+
orderId?: string;
|
|
1500
|
+
assetPackageId?: string;
|
|
1501
|
+
signNo?: string;
|
|
1502
|
+
merchantName?: string;
|
|
1503
|
+
merchantId?: string;
|
|
1504
|
+
financeApplyTimeStart?: string;
|
|
1505
|
+
financeApplyTimeEnd?: string;
|
|
1506
|
+
loanStatus?: string;
|
|
1507
|
+
fundName?: string;
|
|
1508
|
+
isLoanApplyFail?: boolean;
|
|
1509
|
+
pageInfo: PageQuery;
|
|
1510
|
+
static names(): {
|
|
1511
|
+
[key: string]: string;
|
|
1512
|
+
};
|
|
1513
|
+
static types(): {
|
|
1514
|
+
[key: string]: any;
|
|
1515
|
+
};
|
|
1516
|
+
constructor(map?: {
|
|
1517
|
+
[key: string]: any;
|
|
1518
|
+
});
|
|
1519
|
+
}
|
|
1520
|
+
export declare class PagequeryInnerFundmngfinanceorderResponse extends $tea.Model {
|
|
1521
|
+
reqMsgId?: string;
|
|
1522
|
+
resultCode?: string;
|
|
1523
|
+
resultMsg?: string;
|
|
1524
|
+
totalCount?: number;
|
|
1525
|
+
items?: string;
|
|
1526
|
+
loanApplyFailCount?: number;
|
|
1527
|
+
static names(): {
|
|
1528
|
+
[key: string]: string;
|
|
1529
|
+
};
|
|
1530
|
+
static types(): {
|
|
1531
|
+
[key: string]: any;
|
|
1532
|
+
};
|
|
1533
|
+
constructor(map?: {
|
|
1534
|
+
[key: string]: any;
|
|
1535
|
+
});
|
|
1536
|
+
}
|
|
1537
|
+
export declare class SubmitInnerFundmngdatadownloadRequest extends $tea.Model {
|
|
1538
|
+
authToken?: string;
|
|
1539
|
+
productInstanceId?: string;
|
|
1540
|
+
fundTenantId: string;
|
|
1541
|
+
startTime: string;
|
|
1542
|
+
endTime: string;
|
|
1543
|
+
type: string;
|
|
1544
|
+
static names(): {
|
|
1545
|
+
[key: string]: string;
|
|
1546
|
+
};
|
|
1547
|
+
static types(): {
|
|
1548
|
+
[key: string]: any;
|
|
1549
|
+
};
|
|
1550
|
+
constructor(map?: {
|
|
1551
|
+
[key: string]: any;
|
|
1552
|
+
});
|
|
1553
|
+
}
|
|
1554
|
+
export declare class SubmitInnerFundmngdatadownloadResponse extends $tea.Model {
|
|
1555
|
+
reqMsgId?: string;
|
|
1556
|
+
resultCode?: string;
|
|
1557
|
+
resultMsg?: string;
|
|
1558
|
+
static names(): {
|
|
1559
|
+
[key: string]: string;
|
|
1560
|
+
};
|
|
1561
|
+
static types(): {
|
|
1562
|
+
[key: string]: any;
|
|
1563
|
+
};
|
|
1564
|
+
constructor(map?: {
|
|
1565
|
+
[key: string]: any;
|
|
1566
|
+
});
|
|
1567
|
+
}
|
|
1568
|
+
export declare class PagequeryInnerFundmngdatadownloadRequest extends $tea.Model {
|
|
1569
|
+
authToken?: string;
|
|
1570
|
+
productInstanceId?: string;
|
|
1571
|
+
fundTenantId: string;
|
|
1572
|
+
status?: string;
|
|
1573
|
+
pageInfo: PageQuery;
|
|
1574
|
+
static names(): {
|
|
1575
|
+
[key: string]: string;
|
|
1576
|
+
};
|
|
1577
|
+
static types(): {
|
|
1578
|
+
[key: string]: any;
|
|
1579
|
+
};
|
|
1580
|
+
constructor(map?: {
|
|
1581
|
+
[key: string]: any;
|
|
1582
|
+
});
|
|
1583
|
+
}
|
|
1584
|
+
export declare class PagequeryInnerFundmngdatadownloadResponse extends $tea.Model {
|
|
1585
|
+
reqMsgId?: string;
|
|
1586
|
+
resultCode?: string;
|
|
1587
|
+
resultMsg?: string;
|
|
1588
|
+
total?: number;
|
|
1589
|
+
dataDownloadInfo?: DataDownloadInfo[];
|
|
1590
|
+
static names(): {
|
|
1591
|
+
[key: string]: string;
|
|
1592
|
+
};
|
|
1593
|
+
static types(): {
|
|
1594
|
+
[key: string]: any;
|
|
1595
|
+
};
|
|
1596
|
+
constructor(map?: {
|
|
1597
|
+
[key: string]: any;
|
|
1598
|
+
});
|
|
1599
|
+
}
|
|
1600
|
+
export declare class DeleteInnerFundmngdatadownloadRequest extends $tea.Model {
|
|
1601
|
+
authToken?: string;
|
|
1602
|
+
productInstanceId?: string;
|
|
1603
|
+
fundTenantId: string;
|
|
1604
|
+
bizNo: string;
|
|
1605
|
+
static names(): {
|
|
1606
|
+
[key: string]: string;
|
|
1607
|
+
};
|
|
1608
|
+
static types(): {
|
|
1609
|
+
[key: string]: any;
|
|
1610
|
+
};
|
|
1611
|
+
constructor(map?: {
|
|
1612
|
+
[key: string]: any;
|
|
1613
|
+
});
|
|
1614
|
+
}
|
|
1615
|
+
export declare class DeleteInnerFundmngdatadownloadResponse extends $tea.Model {
|
|
1616
|
+
reqMsgId?: string;
|
|
1617
|
+
resultCode?: string;
|
|
1618
|
+
resultMsg?: string;
|
|
1619
|
+
static names(): {
|
|
1620
|
+
[key: string]: string;
|
|
1621
|
+
};
|
|
1622
|
+
static types(): {
|
|
1623
|
+
[key: string]: any;
|
|
1624
|
+
};
|
|
1625
|
+
constructor(map?: {
|
|
1626
|
+
[key: string]: any;
|
|
1627
|
+
});
|
|
1628
|
+
}
|
|
1629
|
+
export declare class QueryInnerFundmngmerchantpayitemRequest extends $tea.Model {
|
|
1630
|
+
authToken?: string;
|
|
1631
|
+
productInstanceId?: string;
|
|
1632
|
+
fundTenantId: string;
|
|
1633
|
+
tenantId: string;
|
|
1634
|
+
merchantId: string;
|
|
1635
|
+
fundId: string;
|
|
1636
|
+
static names(): {
|
|
1637
|
+
[key: string]: string;
|
|
1638
|
+
};
|
|
1639
|
+
static types(): {
|
|
1640
|
+
[key: string]: any;
|
|
1641
|
+
};
|
|
1642
|
+
constructor(map?: {
|
|
1643
|
+
[key: string]: any;
|
|
1644
|
+
});
|
|
1645
|
+
}
|
|
1646
|
+
export declare class QueryInnerFundmngmerchantpayitemResponse extends $tea.Model {
|
|
1647
|
+
reqMsgId?: string;
|
|
1648
|
+
resultCode?: string;
|
|
1649
|
+
resultMsg?: string;
|
|
1650
|
+
paymentItem?: string;
|
|
1651
|
+
static names(): {
|
|
1652
|
+
[key: string]: string;
|
|
1653
|
+
};
|
|
1654
|
+
static types(): {
|
|
1655
|
+
[key: string]: any;
|
|
1656
|
+
};
|
|
1657
|
+
constructor(map?: {
|
|
1658
|
+
[key: string]: any;
|
|
1659
|
+
});
|
|
1660
|
+
}
|
|
1661
|
+
export declare class CreateInnerFundmngmerchantpromiseRequest extends $tea.Model {
|
|
1662
|
+
authToken?: string;
|
|
1663
|
+
productInstanceId?: string;
|
|
1664
|
+
fundTenantId: string;
|
|
1665
|
+
tenantId: string;
|
|
1666
|
+
orderId: string;
|
|
1667
|
+
merchantId: string;
|
|
1668
|
+
fundId: string;
|
|
1669
|
+
merchantPayType: string;
|
|
1670
|
+
merchantCompensateStartDay: number;
|
|
1671
|
+
payStartTermIndex: number;
|
|
1672
|
+
divideAlipayUserId: string;
|
|
1673
|
+
divideAlipayLoginId: string;
|
|
1674
|
+
compensateAlipayUserId: string;
|
|
1675
|
+
compensateAlipayLoginId: string;
|
|
1676
|
+
static names(): {
|
|
1677
|
+
[key: string]: string;
|
|
1678
|
+
};
|
|
1679
|
+
static types(): {
|
|
1680
|
+
[key: string]: any;
|
|
1681
|
+
};
|
|
1682
|
+
constructor(map?: {
|
|
1683
|
+
[key: string]: any;
|
|
1684
|
+
});
|
|
1685
|
+
}
|
|
1686
|
+
export declare class CreateInnerFundmngmerchantpromiseResponse extends $tea.Model {
|
|
1687
|
+
reqMsgId?: string;
|
|
1688
|
+
resultCode?: string;
|
|
1689
|
+
resultMsg?: string;
|
|
1690
|
+
merchantPromiseInfo?: string;
|
|
1691
|
+
static names(): {
|
|
1692
|
+
[key: string]: string;
|
|
1693
|
+
};
|
|
1694
|
+
static types(): {
|
|
1695
|
+
[key: string]: any;
|
|
1696
|
+
};
|
|
1697
|
+
constructor(map?: {
|
|
1698
|
+
[key: string]: any;
|
|
1699
|
+
});
|
|
1700
|
+
}
|
|
1701
|
+
export declare class QueryInnerFundmngloanapplyRequest extends $tea.Model {
|
|
1702
|
+
authToken?: string;
|
|
1703
|
+
productInstanceId?: string;
|
|
1704
|
+
fundTenantId: string;
|
|
1705
|
+
tenantId: string;
|
|
1706
|
+
fundId: string;
|
|
1707
|
+
merchantId: string;
|
|
1708
|
+
orderId: string;
|
|
1709
|
+
static names(): {
|
|
1710
|
+
[key: string]: string;
|
|
1711
|
+
};
|
|
1712
|
+
static types(): {
|
|
1713
|
+
[key: string]: any;
|
|
1714
|
+
};
|
|
1715
|
+
constructor(map?: {
|
|
1716
|
+
[key: string]: any;
|
|
1717
|
+
});
|
|
1718
|
+
}
|
|
1719
|
+
export declare class QueryInnerFundmngloanapplyResponse extends $tea.Model {
|
|
1720
|
+
reqMsgId?: string;
|
|
1721
|
+
resultCode?: string;
|
|
1722
|
+
resultMsg?: string;
|
|
1723
|
+
financeLoanApplyStatus?: string;
|
|
1724
|
+
merchantPayType?: string;
|
|
1725
|
+
merchantCompensateStartDay?: number;
|
|
1726
|
+
payStartTermIndex?: number;
|
|
1727
|
+
paymentItem?: string;
|
|
1728
|
+
divideAlipayUserId?: string;
|
|
1729
|
+
divideAlipayLoginId?: string;
|
|
1730
|
+
compensateAlipayUserId?: string;
|
|
1731
|
+
compensateAlipayLoginId?: string;
|
|
1732
|
+
merchantPromiseInfo?: string;
|
|
1733
|
+
financeLoanResults?: string;
|
|
1734
|
+
financeLoanResultSyncFailReason?: string;
|
|
1735
|
+
static names(): {
|
|
1736
|
+
[key: string]: string;
|
|
1737
|
+
};
|
|
1738
|
+
static types(): {
|
|
1739
|
+
[key: string]: any;
|
|
1740
|
+
};
|
|
1741
|
+
constructor(map?: {
|
|
1742
|
+
[key: string]: any;
|
|
1743
|
+
});
|
|
1744
|
+
}
|
|
1745
|
+
export declare class QueryInnerFundmngaccountinfoRequest extends $tea.Model {
|
|
1746
|
+
authToken?: string;
|
|
1747
|
+
productInstanceId?: string;
|
|
1748
|
+
fundTenantId: string;
|
|
1749
|
+
fundId: string;
|
|
1750
|
+
static names(): {
|
|
1751
|
+
[key: string]: string;
|
|
1752
|
+
};
|
|
1753
|
+
static types(): {
|
|
1754
|
+
[key: string]: any;
|
|
1755
|
+
};
|
|
1756
|
+
constructor(map?: {
|
|
1757
|
+
[key: string]: any;
|
|
1758
|
+
});
|
|
1759
|
+
}
|
|
1760
|
+
export declare class QueryInnerFundmngaccountinfoResponse extends $tea.Model {
|
|
1761
|
+
reqMsgId?: string;
|
|
1762
|
+
resultCode?: string;
|
|
1763
|
+
resultMsg?: string;
|
|
1764
|
+
fundAccountInfo?: string;
|
|
1765
|
+
static names(): {
|
|
1766
|
+
[key: string]: string;
|
|
1767
|
+
};
|
|
1768
|
+
static types(): {
|
|
1769
|
+
[key: string]: any;
|
|
1770
|
+
};
|
|
1771
|
+
constructor(map?: {
|
|
1772
|
+
[key: string]: any;
|
|
1773
|
+
});
|
|
1774
|
+
}
|
|
1775
|
+
export declare class SyncInnerFundmngloanresultsRequest extends $tea.Model {
|
|
1776
|
+
authToken?: string;
|
|
1777
|
+
productInstanceId?: string;
|
|
1778
|
+
fundTenantId: string;
|
|
1779
|
+
tenantId: string;
|
|
1780
|
+
orderId: string;
|
|
1781
|
+
merchantId: string;
|
|
1782
|
+
fundId: string;
|
|
1783
|
+
type: string;
|
|
1784
|
+
financeLoanResults?: string;
|
|
1785
|
+
merchantPromiseInfo?: string;
|
|
1786
|
+
promotionId?: string;
|
|
1787
|
+
static names(): {
|
|
1788
|
+
[key: string]: string;
|
|
1789
|
+
};
|
|
1790
|
+
static types(): {
|
|
1791
|
+
[key: string]: any;
|
|
1792
|
+
};
|
|
1793
|
+
constructor(map?: {
|
|
1794
|
+
[key: string]: any;
|
|
1795
|
+
});
|
|
1796
|
+
}
|
|
1797
|
+
export declare class SyncInnerFundmngloanresultsResponse extends $tea.Model {
|
|
1798
|
+
reqMsgId?: string;
|
|
1799
|
+
resultCode?: string;
|
|
1800
|
+
resultMsg?: string;
|
|
1801
|
+
static names(): {
|
|
1802
|
+
[key: string]: string;
|
|
1803
|
+
};
|
|
1804
|
+
static types(): {
|
|
1805
|
+
[key: string]: any;
|
|
1806
|
+
};
|
|
1807
|
+
constructor(map?: {
|
|
1808
|
+
[key: string]: any;
|
|
1809
|
+
});
|
|
1810
|
+
}
|
|
1811
|
+
export declare class CreateInnerFundmngcreditRequest extends $tea.Model {
|
|
1812
|
+
authToken?: string;
|
|
1813
|
+
productInstanceId?: string;
|
|
1814
|
+
tenantId: string;
|
|
1815
|
+
merchantId: string;
|
|
1816
|
+
fundTenantId: string;
|
|
1817
|
+
fundId: string;
|
|
1818
|
+
orderNoType: string;
|
|
1819
|
+
orderNo: string;
|
|
1820
|
+
contentType: string;
|
|
1821
|
+
creditName: string;
|
|
1822
|
+
creditFileKey?: string;
|
|
1823
|
+
creditContent?: string;
|
|
1824
|
+
static names(): {
|
|
1825
|
+
[key: string]: string;
|
|
1826
|
+
};
|
|
1827
|
+
static types(): {
|
|
1828
|
+
[key: string]: any;
|
|
1829
|
+
};
|
|
1830
|
+
constructor(map?: {
|
|
1831
|
+
[key: string]: any;
|
|
1832
|
+
});
|
|
1833
|
+
}
|
|
1834
|
+
export declare class CreateInnerFundmngcreditResponse extends $tea.Model {
|
|
1835
|
+
reqMsgId?: string;
|
|
1836
|
+
resultCode?: string;
|
|
1837
|
+
resultMsg?: string;
|
|
1838
|
+
contentId?: string;
|
|
1839
|
+
static names(): {
|
|
1840
|
+
[key: string]: string;
|
|
1841
|
+
};
|
|
1842
|
+
static types(): {
|
|
1843
|
+
[key: string]: any;
|
|
1844
|
+
};
|
|
1845
|
+
constructor(map?: {
|
|
1846
|
+
[key: string]: any;
|
|
1847
|
+
});
|
|
1848
|
+
}
|
|
1849
|
+
export declare class QueryInnerFundmngcreditRequest extends $tea.Model {
|
|
1850
|
+
authToken?: string;
|
|
1851
|
+
productInstanceId?: string;
|
|
1852
|
+
tenantId: string;
|
|
1853
|
+
merchantId: string;
|
|
1854
|
+
fundTenantId: string;
|
|
1855
|
+
fundId: string;
|
|
1856
|
+
orderNoType: string;
|
|
1857
|
+
orderNo: string;
|
|
1858
|
+
static names(): {
|
|
1859
|
+
[key: string]: string;
|
|
1860
|
+
};
|
|
1861
|
+
static types(): {
|
|
1862
|
+
[key: string]: any;
|
|
1863
|
+
};
|
|
1864
|
+
constructor(map?: {
|
|
1865
|
+
[key: string]: any;
|
|
1866
|
+
});
|
|
1867
|
+
}
|
|
1868
|
+
export declare class QueryInnerFundmngcreditResponse extends $tea.Model {
|
|
1869
|
+
reqMsgId?: string;
|
|
1870
|
+
resultCode?: string;
|
|
1871
|
+
resultMsg?: string;
|
|
1872
|
+
creditList?: InnerCreditInfo[];
|
|
1873
|
+
static names(): {
|
|
1874
|
+
[key: string]: string;
|
|
1875
|
+
};
|
|
1876
|
+
static types(): {
|
|
1877
|
+
[key: string]: any;
|
|
1878
|
+
};
|
|
1879
|
+
constructor(map?: {
|
|
1880
|
+
[key: string]: any;
|
|
1881
|
+
});
|
|
1882
|
+
}
|
|
1883
|
+
export declare class DetailInnerFundmngorderRequest extends $tea.Model {
|
|
1884
|
+
authToken?: string;
|
|
1885
|
+
productInstanceId?: string;
|
|
1886
|
+
fundTenantId: string;
|
|
1887
|
+
fundId: string;
|
|
1888
|
+
tenantId: string;
|
|
1889
|
+
merchantId: string;
|
|
1890
|
+
orderId: string;
|
|
1891
|
+
static names(): {
|
|
1892
|
+
[key: string]: string;
|
|
1893
|
+
};
|
|
1894
|
+
static types(): {
|
|
1895
|
+
[key: string]: any;
|
|
1896
|
+
};
|
|
1897
|
+
constructor(map?: {
|
|
1898
|
+
[key: string]: any;
|
|
1899
|
+
});
|
|
1900
|
+
}
|
|
1901
|
+
export declare class DetailInnerFundmngorderResponse extends $tea.Model {
|
|
1902
|
+
reqMsgId?: string;
|
|
1903
|
+
resultCode?: string;
|
|
1904
|
+
resultMsg?: string;
|
|
1905
|
+
orderId?: string;
|
|
1906
|
+
orderInfo?: OrderInfo;
|
|
1907
|
+
orderLogisticInfoList?: OrderLogisticInfo[];
|
|
1908
|
+
orderUserInfo?: OrderUserInfo;
|
|
1909
|
+
orderFinanceInfo?: OrderFinanceInfo;
|
|
1910
|
+
orderFulfillmentInfoList?: OrderFulfillmentInfo[];
|
|
1911
|
+
orderPromiseInfo?: OrderRepayStrategy[];
|
|
1912
|
+
orderProductInfoList?: OrderProductInfo[];
|
|
1913
|
+
orderContractInfoList?: OrderContractInfo[];
|
|
1914
|
+
orderWithholdContractInfo?: OrderWithholdContractInfo;
|
|
1915
|
+
orderCreditInfo?: InnerCreditInfo[];
|
|
1916
|
+
merchantOrderRepayStrategy?: MerchantOrderRepayStrategy[];
|
|
1917
|
+
merchantOrderFulfillmentInfo?: MerchantOrderFulfillmentInfo[];
|
|
1918
|
+
fundMngLoanApplayResult?: FundMngLoanApplyResult;
|
|
1919
|
+
static names(): {
|
|
1920
|
+
[key: string]: string;
|
|
1921
|
+
};
|
|
1922
|
+
static types(): {
|
|
1923
|
+
[key: string]: any;
|
|
1924
|
+
};
|
|
1925
|
+
constructor(map?: {
|
|
1926
|
+
[key: string]: any;
|
|
1927
|
+
});
|
|
1928
|
+
}
|
|
1929
|
+
export declare class QueryInnerFundmngmerchantperformanceRequest extends $tea.Model {
|
|
1251
1930
|
authToken?: string;
|
|
1252
1931
|
productInstanceId?: string;
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1932
|
+
tenantId: string;
|
|
1933
|
+
merchantId: string;
|
|
1934
|
+
fundTenantId: string;
|
|
1935
|
+
fundId: string;
|
|
1936
|
+
orderId: string;
|
|
1256
1937
|
static names(): {
|
|
1257
1938
|
[key: string]: string;
|
|
1258
1939
|
};
|
|
@@ -1263,11 +1944,10 @@ export declare class TransferBrokerUserdataRequest extends $tea.Model {
|
|
|
1263
1944
|
[key: string]: any;
|
|
1264
1945
|
});
|
|
1265
1946
|
}
|
|
1266
|
-
export declare class
|
|
1947
|
+
export declare class QueryInnerFundmngmerchantperformanceResponse extends $tea.Model {
|
|
1267
1948
|
reqMsgId?: string;
|
|
1268
1949
|
resultCode?: string;
|
|
1269
1950
|
resultMsg?: string;
|
|
1270
|
-
dataId?: string;
|
|
1271
1951
|
static names(): {
|
|
1272
1952
|
[key: string]: string;
|
|
1273
1953
|
};
|
|
@@ -6074,6 +6754,187 @@ export declare class BatchcreateInnerTemplatetextareaResponse extends $tea.Model
|
|
|
6074
6754
|
[key: string]: any;
|
|
6075
6755
|
});
|
|
6076
6756
|
}
|
|
6757
|
+
export declare class PagequeryInnerAgreementterminateRequest extends $tea.Model {
|
|
6758
|
+
authToken?: string;
|
|
6759
|
+
productInstanceId?: string;
|
|
6760
|
+
pageInfo: PageQuery;
|
|
6761
|
+
tenantId: string;
|
|
6762
|
+
orderId?: string;
|
|
6763
|
+
merchantHandleDurationType?: string;
|
|
6764
|
+
terminateApplyId?: string;
|
|
6765
|
+
gmtTerminateApplyStartTime?: string;
|
|
6766
|
+
gmtTerminateApplyEndTime?: string;
|
|
6767
|
+
handleStatus?: string;
|
|
6768
|
+
static names(): {
|
|
6769
|
+
[key: string]: string;
|
|
6770
|
+
};
|
|
6771
|
+
static types(): {
|
|
6772
|
+
[key: string]: any;
|
|
6773
|
+
};
|
|
6774
|
+
constructor(map?: {
|
|
6775
|
+
[key: string]: any;
|
|
6776
|
+
});
|
|
6777
|
+
}
|
|
6778
|
+
export declare class PagequeryInnerAgreementterminateResponse extends $tea.Model {
|
|
6779
|
+
reqMsgId?: string;
|
|
6780
|
+
resultCode?: string;
|
|
6781
|
+
resultMsg?: string;
|
|
6782
|
+
totalCount?: number;
|
|
6783
|
+
terminateApplyList?: AgreementTerminateApplyInfo[];
|
|
6784
|
+
static names(): {
|
|
6785
|
+
[key: string]: string;
|
|
6786
|
+
};
|
|
6787
|
+
static types(): {
|
|
6788
|
+
[key: string]: any;
|
|
6789
|
+
};
|
|
6790
|
+
constructor(map?: {
|
|
6791
|
+
[key: string]: any;
|
|
6792
|
+
});
|
|
6793
|
+
}
|
|
6794
|
+
export declare class DetailInnerAgreementterminateRequest extends $tea.Model {
|
|
6795
|
+
authToken?: string;
|
|
6796
|
+
productInstanceId?: string;
|
|
6797
|
+
tenantId: string;
|
|
6798
|
+
orderId: string;
|
|
6799
|
+
terminateApplyId: string;
|
|
6800
|
+
static names(): {
|
|
6801
|
+
[key: string]: string;
|
|
6802
|
+
};
|
|
6803
|
+
static types(): {
|
|
6804
|
+
[key: string]: any;
|
|
6805
|
+
};
|
|
6806
|
+
constructor(map?: {
|
|
6807
|
+
[key: string]: any;
|
|
6808
|
+
});
|
|
6809
|
+
}
|
|
6810
|
+
export declare class DetailInnerAgreementterminateResponse extends $tea.Model {
|
|
6811
|
+
reqMsgId?: string;
|
|
6812
|
+
resultCode?: string;
|
|
6813
|
+
resultMsg?: string;
|
|
6814
|
+
orderId?: string;
|
|
6815
|
+
terminateApplyId?: string;
|
|
6816
|
+
orderGmtCreate?: string;
|
|
6817
|
+
gmtTerminateApply?: string;
|
|
6818
|
+
terminateStatus?: string;
|
|
6819
|
+
merchantSupportEvidenceList?: MerchantSupportEvidence[];
|
|
6820
|
+
terminateApplyEvidenceList?: TerminateApplyEvidence[];
|
|
6821
|
+
externalAgreementNo?: string;
|
|
6822
|
+
agreementNo?: string;
|
|
6823
|
+
handleStatus?: string;
|
|
6824
|
+
static names(): {
|
|
6825
|
+
[key: string]: string;
|
|
6826
|
+
};
|
|
6827
|
+
static types(): {
|
|
6828
|
+
[key: string]: any;
|
|
6829
|
+
};
|
|
6830
|
+
constructor(map?: {
|
|
6831
|
+
[key: string]: any;
|
|
6832
|
+
});
|
|
6833
|
+
}
|
|
6834
|
+
export declare class OperateInnerAgreementterminateRequest extends $tea.Model {
|
|
6835
|
+
authToken?: string;
|
|
6836
|
+
productInstanceId?: string;
|
|
6837
|
+
tenantId: string;
|
|
6838
|
+
orderId: string;
|
|
6839
|
+
terminateApplyId: string;
|
|
6840
|
+
operateStatus: string;
|
|
6841
|
+
agreementNo?: string;
|
|
6842
|
+
externalAgreementNo?: string;
|
|
6843
|
+
merchantRefuseReason?: string;
|
|
6844
|
+
merchantRefuseEvidences?: string[];
|
|
6845
|
+
static names(): {
|
|
6846
|
+
[key: string]: string;
|
|
6847
|
+
};
|
|
6848
|
+
static types(): {
|
|
6849
|
+
[key: string]: any;
|
|
6850
|
+
};
|
|
6851
|
+
constructor(map?: {
|
|
6852
|
+
[key: string]: any;
|
|
6853
|
+
});
|
|
6854
|
+
}
|
|
6855
|
+
export declare class OperateInnerAgreementterminateResponse extends $tea.Model {
|
|
6856
|
+
reqMsgId?: string;
|
|
6857
|
+
resultCode?: string;
|
|
6858
|
+
resultMsg?: string;
|
|
6859
|
+
static names(): {
|
|
6860
|
+
[key: string]: string;
|
|
6861
|
+
};
|
|
6862
|
+
static types(): {
|
|
6863
|
+
[key: string]: any;
|
|
6864
|
+
};
|
|
6865
|
+
constructor(map?: {
|
|
6866
|
+
[key: string]: any;
|
|
6867
|
+
});
|
|
6868
|
+
}
|
|
6869
|
+
export declare class ChargeInnerAgreementterminateevidenceRequest extends $tea.Model {
|
|
6870
|
+
authToken?: string;
|
|
6871
|
+
productInstanceId?: string;
|
|
6872
|
+
tenantId: string;
|
|
6873
|
+
orderId: string;
|
|
6874
|
+
terminateApplyId: string;
|
|
6875
|
+
agreementNo?: string;
|
|
6876
|
+
externalAgreementNo?: string;
|
|
6877
|
+
merchantRefuseReason?: string;
|
|
6878
|
+
merchantRefuseEvidences?: string[];
|
|
6879
|
+
static names(): {
|
|
6880
|
+
[key: string]: string;
|
|
6881
|
+
};
|
|
6882
|
+
static types(): {
|
|
6883
|
+
[key: string]: any;
|
|
6884
|
+
};
|
|
6885
|
+
constructor(map?: {
|
|
6886
|
+
[key: string]: any;
|
|
6887
|
+
});
|
|
6888
|
+
}
|
|
6889
|
+
export declare class ChargeInnerAgreementterminateevidenceResponse extends $tea.Model {
|
|
6890
|
+
reqMsgId?: string;
|
|
6891
|
+
resultCode?: string;
|
|
6892
|
+
resultMsg?: string;
|
|
6893
|
+
static names(): {
|
|
6894
|
+
[key: string]: string;
|
|
6895
|
+
};
|
|
6896
|
+
static types(): {
|
|
6897
|
+
[key: string]: any;
|
|
6898
|
+
};
|
|
6899
|
+
constructor(map?: {
|
|
6900
|
+
[key: string]: any;
|
|
6901
|
+
});
|
|
6902
|
+
}
|
|
6903
|
+
export declare class OperateInnerAgreementterminatezfbdirectRequest extends $tea.Model {
|
|
6904
|
+
authToken?: string;
|
|
6905
|
+
productInstanceId?: string;
|
|
6906
|
+
agreementNo?: string;
|
|
6907
|
+
externalAgreementNo: string;
|
|
6908
|
+
userId?: string;
|
|
6909
|
+
static names(): {
|
|
6910
|
+
[key: string]: string;
|
|
6911
|
+
};
|
|
6912
|
+
static types(): {
|
|
6913
|
+
[key: string]: any;
|
|
6914
|
+
};
|
|
6915
|
+
constructor(map?: {
|
|
6916
|
+
[key: string]: any;
|
|
6917
|
+
});
|
|
6918
|
+
}
|
|
6919
|
+
export declare class OperateInnerAgreementterminatezfbdirectResponse extends $tea.Model {
|
|
6920
|
+
reqMsgId?: string;
|
|
6921
|
+
resultCode?: string;
|
|
6922
|
+
resultMsg?: string;
|
|
6923
|
+
zfbDirectTerminate?: boolean;
|
|
6924
|
+
atoHandle?: boolean;
|
|
6925
|
+
toastText?: string;
|
|
6926
|
+
jumpUrl?: string;
|
|
6927
|
+
jumpUrlText?: string;
|
|
6928
|
+
static names(): {
|
|
6929
|
+
[key: string]: string;
|
|
6930
|
+
};
|
|
6931
|
+
static types(): {
|
|
6932
|
+
[key: string]: any;
|
|
6933
|
+
};
|
|
6934
|
+
constructor(map?: {
|
|
6935
|
+
[key: string]: any;
|
|
6936
|
+
});
|
|
6937
|
+
}
|
|
6077
6938
|
export declare class CreateInsureRequest extends $tea.Model {
|
|
6078
6939
|
authToken?: string;
|
|
6079
6940
|
productInstanceId?: string;
|
|
@@ -8203,6 +9064,174 @@ export default class Client {
|
|
|
8203
9064
|
transferBrokerUserdataEx(request: TransferBrokerUserdataRequest, headers: {
|
|
8204
9065
|
[key: string]: string;
|
|
8205
9066
|
}, runtime: $Util.RuntimeOptions): Promise<TransferBrokerUserdataResponse>;
|
|
9067
|
+
/**
|
|
9068
|
+
* Description: 资方管理系统demo
|
|
9069
|
+
* Summary: 资方管理系统demo
|
|
9070
|
+
*/
|
|
9071
|
+
queryInnerFundmngdemo(request: QueryInnerFundmngdemoRequest): Promise<QueryInnerFundmngdemoResponse>;
|
|
9072
|
+
/**
|
|
9073
|
+
* Description: 资方管理系统demo
|
|
9074
|
+
* Summary: 资方管理系统demo
|
|
9075
|
+
*/
|
|
9076
|
+
queryInnerFundmngdemoEx(request: QueryInnerFundmngdemoRequest, headers: {
|
|
9077
|
+
[key: string]: string;
|
|
9078
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryInnerFundmngdemoResponse>;
|
|
9079
|
+
/**
|
|
9080
|
+
* Description: 资方管理系统融资订单列表
|
|
9081
|
+
* Summary: 资方管理系统融资订单列表
|
|
9082
|
+
*/
|
|
9083
|
+
pagequeryInnerFundmngfinanceorder(request: PagequeryInnerFundmngfinanceorderRequest): Promise<PagequeryInnerFundmngfinanceorderResponse>;
|
|
9084
|
+
/**
|
|
9085
|
+
* Description: 资方管理系统融资订单列表
|
|
9086
|
+
* Summary: 资方管理系统融资订单列表
|
|
9087
|
+
*/
|
|
9088
|
+
pagequeryInnerFundmngfinanceorderEx(request: PagequeryInnerFundmngfinanceorderRequest, headers: {
|
|
9089
|
+
[key: string]: string;
|
|
9090
|
+
}, runtime: $Util.RuntimeOptions): Promise<PagequeryInnerFundmngfinanceorderResponse>;
|
|
9091
|
+
/**
|
|
9092
|
+
* Description: 资方免研系分设计-提交数据下载申请
|
|
9093
|
+
* Summary: 资方免研-提交数据下载申请
|
|
9094
|
+
*/
|
|
9095
|
+
submitInnerFundmngdatadownload(request: SubmitInnerFundmngdatadownloadRequest): Promise<SubmitInnerFundmngdatadownloadResponse>;
|
|
9096
|
+
/**
|
|
9097
|
+
* Description: 资方免研系分设计-提交数据下载申请
|
|
9098
|
+
* Summary: 资方免研-提交数据下载申请
|
|
9099
|
+
*/
|
|
9100
|
+
submitInnerFundmngdatadownloadEx(request: SubmitInnerFundmngdatadownloadRequest, headers: {
|
|
9101
|
+
[key: string]: string;
|
|
9102
|
+
}, runtime: $Util.RuntimeOptions): Promise<SubmitInnerFundmngdatadownloadResponse>;
|
|
9103
|
+
/**
|
|
9104
|
+
* Description: 资方免研-查询数据下载列表
|
|
9105
|
+
* Summary: 资方免研-查询数据下载列表
|
|
9106
|
+
*/
|
|
9107
|
+
pagequeryInnerFundmngdatadownload(request: PagequeryInnerFundmngdatadownloadRequest): Promise<PagequeryInnerFundmngdatadownloadResponse>;
|
|
9108
|
+
/**
|
|
9109
|
+
* Description: 资方免研-查询数据下载列表
|
|
9110
|
+
* Summary: 资方免研-查询数据下载列表
|
|
9111
|
+
*/
|
|
9112
|
+
pagequeryInnerFundmngdatadownloadEx(request: PagequeryInnerFundmngdatadownloadRequest, headers: {
|
|
9113
|
+
[key: string]: string;
|
|
9114
|
+
}, runtime: $Util.RuntimeOptions): Promise<PagequeryInnerFundmngdatadownloadResponse>;
|
|
9115
|
+
/**
|
|
9116
|
+
* Description: 资方免研-删除下载任务
|
|
9117
|
+
* Summary: 资方免研-删除下载任务
|
|
9118
|
+
*/
|
|
9119
|
+
deleteInnerFundmngdatadownload(request: DeleteInnerFundmngdatadownloadRequest): Promise<DeleteInnerFundmngdatadownloadResponse>;
|
|
9120
|
+
/**
|
|
9121
|
+
* Description: 资方免研-删除下载任务
|
|
9122
|
+
* Summary: 资方免研-删除下载任务
|
|
9123
|
+
*/
|
|
9124
|
+
deleteInnerFundmngdatadownloadEx(request: DeleteInnerFundmngdatadownloadRequest, headers: {
|
|
9125
|
+
[key: string]: string;
|
|
9126
|
+
}, runtime: $Util.RuntimeOptions): Promise<DeleteInnerFundmngdatadownloadResponse>;
|
|
9127
|
+
/**
|
|
9128
|
+
* Description: 商户付款项目查询
|
|
9129
|
+
* Summary: 商户付款项目查询
|
|
9130
|
+
*/
|
|
9131
|
+
queryInnerFundmngmerchantpayitem(request: QueryInnerFundmngmerchantpayitemRequest): Promise<QueryInnerFundmngmerchantpayitemResponse>;
|
|
9132
|
+
/**
|
|
9133
|
+
* Description: 商户付款项目查询
|
|
9134
|
+
* Summary: 商户付款项目查询
|
|
9135
|
+
*/
|
|
9136
|
+
queryInnerFundmngmerchantpayitemEx(request: QueryInnerFundmngmerchantpayitemRequest, headers: {
|
|
9137
|
+
[key: string]: string;
|
|
9138
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryInnerFundmngmerchantpayitemResponse>;
|
|
9139
|
+
/**
|
|
9140
|
+
* Description: 商户履约承诺创建
|
|
9141
|
+
* Summary: 商户履约承诺创建
|
|
9142
|
+
*/
|
|
9143
|
+
createInnerFundmngmerchantpromise(request: CreateInnerFundmngmerchantpromiseRequest): Promise<CreateInnerFundmngmerchantpromiseResponse>;
|
|
9144
|
+
/**
|
|
9145
|
+
* Description: 商户履约承诺创建
|
|
9146
|
+
* Summary: 商户履约承诺创建
|
|
9147
|
+
*/
|
|
9148
|
+
createInnerFundmngmerchantpromiseEx(request: CreateInnerFundmngmerchantpromiseRequest, headers: {
|
|
9149
|
+
[key: string]: string;
|
|
9150
|
+
}, runtime: $Util.RuntimeOptions): Promise<CreateInnerFundmngmerchantpromiseResponse>;
|
|
9151
|
+
/**
|
|
9152
|
+
* Description: 资方放款申请查询
|
|
9153
|
+
* Summary: 资方放款申请查询
|
|
9154
|
+
*/
|
|
9155
|
+
queryInnerFundmngloanapply(request: QueryInnerFundmngloanapplyRequest): Promise<QueryInnerFundmngloanapplyResponse>;
|
|
9156
|
+
/**
|
|
9157
|
+
* Description: 资方放款申请查询
|
|
9158
|
+
* Summary: 资方放款申请查询
|
|
9159
|
+
*/
|
|
9160
|
+
queryInnerFundmngloanapplyEx(request: QueryInnerFundmngloanapplyRequest, headers: {
|
|
9161
|
+
[key: string]: string;
|
|
9162
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryInnerFundmngloanapplyResponse>;
|
|
9163
|
+
/**
|
|
9164
|
+
* Description: 资方账户信息查询
|
|
9165
|
+
* Summary: 资方账户信息查询
|
|
9166
|
+
*/
|
|
9167
|
+
queryInnerFundmngaccountinfo(request: QueryInnerFundmngaccountinfoRequest): Promise<QueryInnerFundmngaccountinfoResponse>;
|
|
9168
|
+
/**
|
|
9169
|
+
* Description: 资方账户信息查询
|
|
9170
|
+
* Summary: 资方账户信息查询
|
|
9171
|
+
*/
|
|
9172
|
+
queryInnerFundmngaccountinfoEx(request: QueryInnerFundmngaccountinfoRequest, headers: {
|
|
9173
|
+
[key: string]: string;
|
|
9174
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryInnerFundmngaccountinfoResponse>;
|
|
9175
|
+
/**
|
|
9176
|
+
* Description: 放款结果同步
|
|
9177
|
+
* Summary: 放款结果同步
|
|
9178
|
+
*/
|
|
9179
|
+
syncInnerFundmngloanresults(request: SyncInnerFundmngloanresultsRequest): Promise<SyncInnerFundmngloanresultsResponse>;
|
|
9180
|
+
/**
|
|
9181
|
+
* Description: 放款结果同步
|
|
9182
|
+
* Summary: 放款结果同步
|
|
9183
|
+
*/
|
|
9184
|
+
syncInnerFundmngloanresultsEx(request: SyncInnerFundmngloanresultsRequest, headers: {
|
|
9185
|
+
[key: string]: string;
|
|
9186
|
+
}, runtime: $Util.RuntimeOptions): Promise<SyncInnerFundmngloanresultsResponse>;
|
|
9187
|
+
/**
|
|
9188
|
+
* Description: 创建资产凭证,支持上传文件并绑定到订单,或创建文本。
|
|
9189
|
+
* Summary: 资产凭证创建
|
|
9190
|
+
*/
|
|
9191
|
+
createInnerFundmngcredit(request: CreateInnerFundmngcreditRequest): Promise<CreateInnerFundmngcreditResponse>;
|
|
9192
|
+
/**
|
|
9193
|
+
* Description: 创建资产凭证,支持上传文件并绑定到订单,或创建文本。
|
|
9194
|
+
* Summary: 资产凭证创建
|
|
9195
|
+
*/
|
|
9196
|
+
createInnerFundmngcreditEx(request: CreateInnerFundmngcreditRequest, headers: {
|
|
9197
|
+
[key: string]: string;
|
|
9198
|
+
}, runtime: $Util.RuntimeOptions): Promise<CreateInnerFundmngcreditResponse>;
|
|
9199
|
+
/**
|
|
9200
|
+
* Description: 可以根据订单号查询资产凭证信息
|
|
9201
|
+
* Summary: 资产凭证查询
|
|
9202
|
+
*/
|
|
9203
|
+
queryInnerFundmngcredit(request: QueryInnerFundmngcreditRequest): Promise<QueryInnerFundmngcreditResponse>;
|
|
9204
|
+
/**
|
|
9205
|
+
* Description: 可以根据订单号查询资产凭证信息
|
|
9206
|
+
* Summary: 资产凭证查询
|
|
9207
|
+
*/
|
|
9208
|
+
queryInnerFundmngcreditEx(request: QueryInnerFundmngcreditRequest, headers: {
|
|
9209
|
+
[key: string]: string;
|
|
9210
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryInnerFundmngcreditResponse>;
|
|
9211
|
+
/**
|
|
9212
|
+
* Description: 资方管理系统订单详情查询,包含订单信息、用户信息、商品信息等
|
|
9213
|
+
* Summary: 资方管理系统订单详情查询
|
|
9214
|
+
*/
|
|
9215
|
+
detailInnerFundmngorder(request: DetailInnerFundmngorderRequest): Promise<DetailInnerFundmngorderResponse>;
|
|
9216
|
+
/**
|
|
9217
|
+
* Description: 资方管理系统订单详情查询,包含订单信息、用户信息、商品信息等
|
|
9218
|
+
* Summary: 资方管理系统订单详情查询
|
|
9219
|
+
*/
|
|
9220
|
+
detailInnerFundmngorderEx(request: DetailInnerFundmngorderRequest, headers: {
|
|
9221
|
+
[key: string]: string;
|
|
9222
|
+
}, runtime: $Util.RuntimeOptions): Promise<DetailInnerFundmngorderResponse>;
|
|
9223
|
+
/**
|
|
9224
|
+
* Description: (资方控制台)商户履约查询
|
|
9225
|
+
* Summary: 商户履约查询(资方控制台)
|
|
9226
|
+
*/
|
|
9227
|
+
queryInnerFundmngmerchantperformance(request: QueryInnerFundmngmerchantperformanceRequest): Promise<QueryInnerFundmngmerchantperformanceResponse>;
|
|
9228
|
+
/**
|
|
9229
|
+
* Description: (资方控制台)商户履约查询
|
|
9230
|
+
* Summary: 商户履约查询(资方控制台)
|
|
9231
|
+
*/
|
|
9232
|
+
queryInnerFundmngmerchantperformanceEx(request: QueryInnerFundmngmerchantperformanceRequest, headers: {
|
|
9233
|
+
[key: string]: string;
|
|
9234
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryInnerFundmngmerchantperformanceResponse>;
|
|
8206
9235
|
/**
|
|
8207
9236
|
* Description: 分账流水同步
|
|
8208
9237
|
* Summary: 【仅测试环境生效】分账流水同步
|
|
@@ -9979,6 +11008,66 @@ export default class Client {
|
|
|
9979
11008
|
batchcreateInnerTemplatetextareaEx(request: BatchcreateInnerTemplatetextareaRequest, headers: {
|
|
9980
11009
|
[key: string]: string;
|
|
9981
11010
|
}, runtime: $Util.RuntimeOptions): Promise<BatchcreateInnerTemplatetextareaResponse>;
|
|
11011
|
+
/**
|
|
11012
|
+
* Description: 异步解约申请列表
|
|
11013
|
+
* Summary: 异步解约申请列表
|
|
11014
|
+
*/
|
|
11015
|
+
pagequeryInnerAgreementterminate(request: PagequeryInnerAgreementterminateRequest): Promise<PagequeryInnerAgreementterminateResponse>;
|
|
11016
|
+
/**
|
|
11017
|
+
* Description: 异步解约申请列表
|
|
11018
|
+
* Summary: 异步解约申请列表
|
|
11019
|
+
*/
|
|
11020
|
+
pagequeryInnerAgreementterminateEx(request: PagequeryInnerAgreementterminateRequest, headers: {
|
|
11021
|
+
[key: string]: string;
|
|
11022
|
+
}, runtime: $Util.RuntimeOptions): Promise<PagequeryInnerAgreementterminateResponse>;
|
|
11023
|
+
/**
|
|
11024
|
+
* Description: 解约申请记录详情
|
|
11025
|
+
* Summary: 解约申请记录详情
|
|
11026
|
+
*/
|
|
11027
|
+
detailInnerAgreementterminate(request: DetailInnerAgreementterminateRequest): Promise<DetailInnerAgreementterminateResponse>;
|
|
11028
|
+
/**
|
|
11029
|
+
* Description: 解约申请记录详情
|
|
11030
|
+
* Summary: 解约申请记录详情
|
|
11031
|
+
*/
|
|
11032
|
+
detailInnerAgreementterminateEx(request: DetailInnerAgreementterminateRequest, headers: {
|
|
11033
|
+
[key: string]: string;
|
|
11034
|
+
}, runtime: $Util.RuntimeOptions): Promise<DetailInnerAgreementterminateResponse>;
|
|
11035
|
+
/**
|
|
11036
|
+
* Description: 代扣解约申请处理
|
|
11037
|
+
* Summary: 代扣解约申请处理
|
|
11038
|
+
*/
|
|
11039
|
+
operateInnerAgreementterminate(request: OperateInnerAgreementterminateRequest): Promise<OperateInnerAgreementterminateResponse>;
|
|
11040
|
+
/**
|
|
11041
|
+
* Description: 代扣解约申请处理
|
|
11042
|
+
* Summary: 代扣解约申请处理
|
|
11043
|
+
*/
|
|
11044
|
+
operateInnerAgreementterminateEx(request: OperateInnerAgreementterminateRequest, headers: {
|
|
11045
|
+
[key: string]: string;
|
|
11046
|
+
}, runtime: $Util.RuntimeOptions): Promise<OperateInnerAgreementterminateResponse>;
|
|
11047
|
+
/**
|
|
11048
|
+
* Description: 商户补充拒绝举证材料
|
|
11049
|
+
* Summary: 商户补充拒绝举证材料
|
|
11050
|
+
*/
|
|
11051
|
+
chargeInnerAgreementterminateevidence(request: ChargeInnerAgreementterminateevidenceRequest): Promise<ChargeInnerAgreementterminateevidenceResponse>;
|
|
11052
|
+
/**
|
|
11053
|
+
* Description: 商户补充拒绝举证材料
|
|
11054
|
+
* Summary: 商户补充拒绝举证材料
|
|
11055
|
+
*/
|
|
11056
|
+
chargeInnerAgreementterminateevidenceEx(request: ChargeInnerAgreementterminateevidenceRequest, headers: {
|
|
11057
|
+
[key: string]: string;
|
|
11058
|
+
}, runtime: $Util.RuntimeOptions): Promise<ChargeInnerAgreementterminateevidenceResponse>;
|
|
11059
|
+
/**
|
|
11060
|
+
* Description: 代扣异步解约-支付宝是否直接解约
|
|
11061
|
+
* Summary: 代扣异步解约-支付宝是否直接解约
|
|
11062
|
+
*/
|
|
11063
|
+
operateInnerAgreementterminatezfbdirect(request: OperateInnerAgreementterminatezfbdirectRequest): Promise<OperateInnerAgreementterminatezfbdirectResponse>;
|
|
11064
|
+
/**
|
|
11065
|
+
* Description: 代扣异步解约-支付宝是否直接解约
|
|
11066
|
+
* Summary: 代扣异步解约-支付宝是否直接解约
|
|
11067
|
+
*/
|
|
11068
|
+
operateInnerAgreementterminatezfbdirectEx(request: OperateInnerAgreementterminatezfbdirectRequest, headers: {
|
|
11069
|
+
[key: string]: string;
|
|
11070
|
+
}, runtime: $Util.RuntimeOptions): Promise<OperateInnerAgreementterminatezfbdirectResponse>;
|
|
9982
11071
|
/**
|
|
9983
11072
|
* Description: 一键投保
|
|
9984
11073
|
* Summary: 投保
|