-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.ts
More file actions
54 lines (54 loc) · 1.91 KB
/
index.ts
File metadata and controls
54 lines (54 loc) · 1.91 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
export * from './Bank';
export * from './BulkChargeInitiate';
export * from './ChargeCreate';
export * from './ChargeSubmitAddress';
export * from './ChargeSubmitBirthday';
export * from './ChargeSubmitOTP';
export * from './ChargeSubmitPhone';
export * from './ChargeSubmitPin';
export * from './CustomerCreate';
export * from './CustomerDeactivateAuthorization';
export * from './CustomerRiskAction';
export * from './CustomerUpdate';
export * from './CustomerValidate';
export * from './CustomerValidation';
export * from './DedicatedVirtualAccountCreate';
export * from './DedicatedVirtualAccountSplit';
export * from './DisputeEvidence';
export * from './DisputeResolve';
export * from './DisputeUpdate';
export * from './EFT';
export * from './MobileMoney';
export * from './ModelError';
export * from './PageCreate';
export * from './PageProduct';
export * from './PageUpdate';
export * from './PaymentRequestCreate';
export * from './PaymentRequestUpdate';
export * from './PlanCreate';
export * from './PlanUpdate';
export * from './ProductCreate';
export * from './ProductUpdate';
export * from './RefundCreate';
export * from './Response';
export * from './SplitCreate';
export * from './SplitSubaccounts';
export * from './SplitUpdate';
export * from './SubaccountCreate';
export * from './SubaccountUpdate';
export * from './SubscriptionCreate';
export * from './SubscriptionToggle';
export * from './TransactionChargeAuthorization';
export * from './TransactionCheckAuthorization';
export * from './TransactionInitialize';
export * from './TransactionPartialDebit';
export * from './TransferBulk';
export * from './TransferFinalize';
export * from './TransferFinalizeDisableOTP';
export * from './TransferInitiate';
export * from './TransferRecipientBulk';
export * from './TransferRecipientCreate';
export * from './TransferRecipientUpdate';
export * from './TransferResendOTP';
export * from './USSD';
export * from './VerificationBVNMatch';