Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. {
  2. "payload": {
  3. "order_id": "12345678",
  4. "payable_amount": 180,
  5. "delivery_options": [
  6. {
  7. "invoice_key": "dbr",
  8. "text": "Get your order in 50 mins at 0 rs extra",
  9. "meta_data": {}
  10. },
  11. {
  12. "invoice_key": "dbt",
  13. "text": "Get your order in 20 mins at 20 rs extra",
  14. "meta_data": {
  15. "is_3pl": true
  16. }
  17. }
  18. ],
  19. "invoice": {
  20. "dbr": [
  21. {
  22. "key": "service_tax",
  23. "text": "Service Tax",
  24. "value": "10.0",
  25. "visible": true,
  26. "highlighted": false,
  27. "collapse": [
  28. {
  29. "key": "cart_amount",
  30. "text": "Service Tax on Food",
  31. "value": "10.0",
  32. "visible": true,
  33. "highlighted": false
  34. }
  35. ]
  36. }
  37. ],
  38. "dbt": [
  39. {
  40. "key": "delivery_charge",
  41. "text": "Delivery Charge",
  42. "value": "25.0",
  43. "visible": true,
  44. "highlighted": false,
  45. "collapse": []
  46. },
  47. {
  48. "key": "service_tax",
  49. "text": "Service Tax",
  50. "value": "15.0",
  51. "visible": true,
  52. "highlighted": false,
  53. "collapse": [
  54. {
  55. "key": "service_tax_dc",
  56. "text": "Service Tax on DC",
  57. "value": "5.0",
  58. "visible": true,
  59. "highlighted": false
  60. },
  61. {
  62. "key": "service_tax_food",
  63. "text": "Service Tax on Food",
  64. "value": "10.0",
  65. "visible": true,
  66. "highlighted": false
  67. }
  68. ]
  69. }
  70. ]
  71. }
  72. }
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement