-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBankAccounts.json
52 lines (52 loc) · 1.04 KB
/
BankAccounts.json
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
{
"bakare": {
"ID": 1.0,
"username": "bakare",
"name": "Bakare",
"PIN": "1234",
"email": "[email protected]",
"phone": "08179386235",
"AccountNumber": "1235849",
"Balance": 0.0
},
"pepe": {
"ID": 2.0,
"username": "pepe",
"name": "Pepe Green",
"PIN": "1234",
"email": "[email protected]",
"phone": "08062016287",
"AccountNumber": "2234812",
"Balance": 0.0
},
"modupe": {
"ID": 3.0,
"username": "modupe",
"name": "Modupe Bakare",
"PIN": "1234",
"email": "[email protected]",
"phone": "08179386235",
"AccountNumber": "3238715",
"Balance": 0.0
},
"hotrod": {
"ID": 4.0,
"username": "hotrod",
"name": "hotrod dupe",
"PIN": "1234",
"email": "[email protected]",
"phone": "08179386235",
"AccountNumber": "4234280",
"Balance": 0.0
},
"ab": {
"ID": 5.0,
"username": "ab",
"name": "abab",
"PIN": "1234",
"email": "[email protected]",
"phone": "08179386235",
"AccountNumber": "5235793",
"Balance": 0.0
}
}