-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatabase.json
More file actions
1 lines (1 loc) · 1.49 KB
/
database.json
File metadata and controls
1 lines (1 loc) · 1.49 KB
1
{"users":[{"accountName":"prisca","accountNumber":475,"pin":"1234","accountBalance":895000,"transactionHistory":[{"type":"Deposit","amount":"1000000","date":"2023-09-02T19:29:42.045Z","senderAccountNumber":475,"senderAccountName":"prisca"},{"type":"Transfer","amount":"100000","date":"2023-09-02T19:32:01.199Z","recipientAccountNumber":"804","recipientAccountName":"emmanuel"},{"type":"Withdrawal","amount":"5000","date":"2023-09-02T19:36:09.514Z","senderAccountNumber":475,"senderAccountName":"prisca"}],"createdAt":"2023-09-02T19:27:39.576Z","status":"active"},{"accountName":"emmanuel","accountNumber":804,"pin":"1234","accountBalance":100000,"transactionHistory":[{"type":"Deposit","amount":"100000","date":"2023-09-02T19:32:01.199Z","senderAccountNumber":475,"senderAccountName":"prisca"}],"createdAt":"2023-09-02T19:28:08.165Z","status":"locked"}],"transactions":[{"type":"Deposit","amount":"1000000","date":"2023-09-02T19:29:42.045Z","senderAccountNumber":475,"senderAccountName":"prisca"},{"type":"Transfer","amount":"100000","date":"2023-09-02T19:32:01.199Z","accountNumber":"475","recipientAccountNumber":"804","recipientAccountName":"emmanuel","senderAccountNumber":475,"senderAccountName":"prisca"},{"type":"Deposit","amount":"100000","date":"2023-09-02T19:32:01.199Z","senderAccountNumber":475,"senderAccountName":"prisca","recipientAccountNumber":"804","recipientAccountName":"emmanuel"},{"type":"Withdrawal","amount":"5000","date":"2023-09-02T19:36:09.514Z","senderAccountNumber":475,"senderAccountName":"prisca"}]}