Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. {
  2. "creditCards": {
  3. "id": "9dd1331b-5390-4bbd-b539-682d93f19e49",
  4. "name": "Credit Cards",
  5. "products": [
  6. {
  7. "id": "35e08060-df74-4398-ad16-e7366a46e68c",
  8. "cardName": "BPI Credit Card",
  9. "customerNumber": "0201004102341162",
  10. "totalAmountDue": "7552.03",
  11. "minimumAmountDue": "850.00",
  12. "lastPayment": "20000.00",
  13. "dateOfLastPayment": "Jan 06 2020",
  14. "paymentDueDate": "Feb 03 2020",
  15. "availableLimit": "18447.97",
  16. "totalCreditLimit": "26000.00",
  17. "cardOutstandingBalance": "7552.03",
  18. "statementDate": "Jan 12 2020",
  19. "currency": "PHP",
  20. "accountType": "customer",
  21. "cards": [
  22. {
  23. "cardType": "Mastercard",
  24. "cardOutstandingBalance": "7552.03",
  25. "cardHolderName": "MARIANNE LANGAMEN ALVEZ",
  26. "id": "c13ccb6a-0671-416a-89fc-62c6907066fb",
  27. "name": "BPI Blue Mastercard",
  28. "IBAN": "548809xxxxxx9934",
  29. "currency": "PHP",
  30. "accountType": "CC"
  31. }
  32. ]
  33. }
  34. ]
  35. }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement