Guest User

Untitled

a guest
Dec 14th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. [
  2. {
  3. "isPaid": false,
  4. "_id": "5c12bc3dcea46f9d3658ca98",
  5. "clientId": "5c117f2d1d6b9f9182182ae4",
  6. "came_by": "Twitter Ad",
  7. "reason": "Some reason",
  8. "doctor_services": "Some service",
  9. "doctor": "Dr. Michael",
  10. "service": "Special service",
  11. "payments": [
  12. {
  13. "date": "2018-12-13T21:23:05.424Z",
  14. "_id": "5c12cdb9b236c59e75fe8190",
  15. "sum": 345,
  16. "currency": "$",
  17. "note": "First Payment"
  18. },
  19. {
  20. "date": "2018-12-13T21:23:07.954Z",
  21. "_id": "5c12cdbbb236c59e75fe8191",
  22. "sum": 100,
  23. "currency": "$",
  24. "note": "Second payment"
  25. },
  26. {
  27. "date": "2018-12-13T21:23:16.767Z",
  28. "_id": "5c12cdc4b236c59e75fe8192",
  29. "sum": 5,
  30. "currency": "$",
  31. "note": "Third Payment"
  32. }
  33. ],
  34. "price": 500,
  35. "createdAt": "2018-12-13T20:08:29.425Z",
  36. "updatedAt": "2018-12-13T21:42:21.559Z",
  37. }
  38. ]
Add Comment
Please, Sign In to add comment