-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathmodels.ts
More file actions
64 lines (63 loc) · 2.44 KB
/
models.ts
File metadata and controls
64 lines (63 loc) · 2.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
export * from "./accountHolder"
export * from "./accountHolderCapability"
export * from "./accountHolderNotificationData"
export * from "./accountHolderNotificationRequest"
export * from "./accountSupportingEntityCapability"
export * from "./address"
export * from "./amount"
export * from "./authentication"
export * from "./balance"
export * from "./balanceAccount"
export * from "./balanceAccountNotificationData"
export * from "./balanceAccountNotificationRequest"
export * from "./balancePlatformNotificationResponse"
export * from "./bankAccountDetails"
export * from "./bankScoreSignalTriggeredData"
export * from "./bulkAddress"
export * from "./capabilityProblem"
export * from "./capabilityProblemEntity"
export * from "./capabilityProblemEntityRecursive"
export * from "./capabilitySettings"
export * from "./card"
export * from "./cardConfiguration"
export * from "./cardOrderItem"
export * from "./cardOrderItemDeliveryStatus"
export * from "./cardOrderNotificationRequest"
export * from "./contactDetails"
export * from "./deliveryAddress"
export * from "./deliveryContact"
export * from "./device"
export * from "./expiry"
export * from "./ibanAccountIdentification"
export * from "./name"
export * from "./networkTokenNotificationDataV2"
export * from "./networkTokenNotificationRequest"
export * from "./networkTokenRequestor"
export * from "./networkTokenRiskRuleData"
export * from "./networkTokenRiskRuleSource"
export * from "./networkTokenTransactionRulesResult"
export * from "./networkTokenTriggeredRiskRule"
export * from "./paymentInstrument"
export * from "./paymentInstrumentAdditionalBankAccountIdentificationsInner"
export * from "./paymentInstrumentNotificationData"
export * from "./paymentNotificationRequest"
export * from "./phone"
export * from "./phoneNumber"
export * from "./platformPaymentConfiguration"
export * from "./remediatingAction"
export * from "./resource"
export * from "./resourceReference"
export * from "./scoreNotificationRequest"
export * from "./sweepConfigurationNotificationData"
export * from "./sweepConfigurationNotificationRequest"
export * from "./sweepConfigurationV2"
export * from "./sweepCounterparty"
export * from "./sweepSchedule"
export * from "./tokenAuthentication"
export * from "./validationFacts"
export * from "./verificationDeadline"
export * from "./verificationError"
export * from "./verificationErrorRecursive"
export * from "./wallet"
// serializing and deserializing typed objects
export * from "./objectSerializer"