We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed8074 commit 862c2e1Copy full SHA for 862c2e1
src/FlutterwaveInit.ts
@@ -2,7 +2,34 @@ import FlutterwaveInitError from './utils/FlutterwaveInitError';
2
import ResponseParser from './utils/ResponseParser';
3
import {STANDARD_URL} from './configs';
4
5
-export type Currency = 'GBP' | 'NGN' | 'USD' | 'GHS' | 'KES' | 'ZAR' | 'TZS';
+export type Currency =
6
+ 'AUD' |
7
+ 'BIF' |
8
+ 'CDF' |
9
+ 'CAD' |
10
+ 'CVE' |
11
+ 'EUR' |
12
+ 'GBP' |
13
+ 'GHS' |
14
+ 'GMD' |
15
+ 'GNF' |
16
+ 'KES' |
17
+ 'LRD' |
18
+ 'MWK' |
19
+ 'MZN' |
20
+ 'NGN' |
21
+ 'RWF' |
22
+ 'SLL' |
23
+ 'STD' |
24
+ 'TZS' |
25
+ 'UGX' |
26
+ 'USD' |
27
+ 'XAF' |
28
+ 'XOF' |
29
+ 'ZAR' |
30
+ 'ZMK' |
31
+ 'ZMW' |
32
+ 'ZWD';
33
34
export interface FlutterwaveInitSubAccount {
35
id: string;
0 commit comments