Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. "timeline": {
  2. "title": "Your transfer status",
  3. "type": "Info",
  4. "current": "RecipientChangeInProgress",
  5. "history": [
  6. {
  7. "code": "OrderPlaced",
  8. "date": "2019-06-28T06:54:07Z",
  9. "dateLabel": "28 cze",
  10. "label": "Order placed",
  11. "subtitle": null
  12. },
  13. {
  14. "code": "Processing",
  15. "date": null,
  16. "dateLabel": null,
  17. "label": "Processing",
  18. "subtitle": null
  19. },
  20. {
  21. "code": "RecipientChangeRequested",
  22. "date": "2019-07-12T08:49:40Z",
  23. "dateLabel": "12 lip",
  24. "label": "Recipient's details update requested",
  25. "subtitle": null
  26. },
  27. {
  28. "code": "RecipientChangeInProgress",
  29. "date": null,
  30. "dateLabel": null,
  31. "label": "Updating your recipient's details",
  32. "subtitle": null
  33. },
  34. {
  35. "code": "Processing",
  36. "date": null,
  37. "dateLabel": null,
  38. "label": "Processing",
  39. "subtitle": null
  40. },
  41. {
  42. "code": "AvailableForPickup",
  43. "date": null,
  44. "dateLabel": null,
  45. "label": "Available for pickup",
  46. "subtitle": null
  47. },
  48. {
  49. "code": "Complete",
  50. "date": null,
  51. "dateLabel": null,
  52. "label": "Order collected",
  53. "subtitle": null
  54. }
  55. ],
  56. "action": null,
  57. "fields": [
  58. {
  59. "id": "NeedToChangeSomething",
  60. "type": "Button",
  61. "label": "Need to change something?"
  62. },
  63. {
  64. "id": "ShareReferenceNumber",
  65. "type": "DataField",
  66. "label": "Share Piotr Poprawny Glab`s pickup reference",
  67. "data": {
  68. "reference": "Reference ABC123",
  69. "locations": "Any branch of MLHuillier in Philippines",
  70. "locationsLink": "https://wrem.it/"
  71. }
  72. }
  73. ]
  74. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement