Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. {
  2. "Accounts": [{
  3. "Iban": "000000000000",
  4. "Currency": "EUR",
  5. "WithBalance": true
  6. },
  7. {
  8. "Iban": "000000000000",
  9. "Currency": "TST",
  10. "WithBalance": true
  11. }
  12. ],
  13. "Balances": [{
  14. "Iban": "000000000000",
  15. "Currency": "EUR",
  16. "WithBalance": true
  17. },
  18. {
  19. "Iban": "654654654656",
  20. "Currency": "EUR",
  21. "WithBalance": true
  22. }
  23. ],
  24. "Transactions": [{
  25. "Iban": "85695685658685",
  26. "Currency": "USD",
  27. "WithBalance": true
  28. }]
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement