Advertisement
Guest User

Untitled

a guest
Oct 8th, 2021
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. "line_items": [
  2. {
  3. "price": "23.24",
  4. "price_set": {
  5. "shop_money": {
  6. "amount": "23.24",
  7. "currency_code": "INR"
  8. },
  9. "presentment_money": {
  10. "amount": "23.24",
  11. "currency_code": "INR"
  12. }
  13. },
  14. "quantity": 1,
  15. "taxable": true,
  16. "total_discount": "0.00",
  17. "total_discount_set": {
  18. "shop_money": {
  19. "amount": "0.00",
  20. "currency_code": "INR"
  21. },
  22. "presentment_money": {
  23. "amount": "0.00",
  24. "currency_code": "INR"
  25. }
  26. },
  27. "tax_lines": [
  28. {
  29. "price": "4.19",
  30. "price_set": {
  31. "shop_money": {
  32. "amount": "4.19",
  33. "currency_code": "INR"
  34. },
  35. "presentment_money": {
  36. "amount": "4.19",
  37. "currency_code": "INR"
  38. }
  39. },
  40. "rate": 0.18,
  41. "title": "IGST"
  42. }
  43. ],
  44. "discount_allocations": [
  45.  
  46. ]
  47. },
  48. {
  49. "price": "23.24",
  50. "price_set": {
  51. "shop_money": {
  52. "amount": "23.24",
  53. "currency_code": "INR"
  54. },
  55. "presentment_money": {
  56. "amount": "23.24",
  57. "currency_code": "INR"
  58. }
  59. },
  60. "quantity": 1,
  61. "taxable": true,
  62. "total_discount": "0.00",
  63. "total_discount_set": {
  64. "shop_money": {
  65. "amount": "0.00",
  66. "currency_code": "INR"
  67. },
  68. "presentment_money": {
  69. "amount": "0.00",
  70. "currency_code": "INR"
  71. }
  72. },
  73. "tax_lines": [
  74. {
  75. "price": "4.18",
  76. "price_set": {
  77. "shop_money": {
  78. "amount": "4.18",
  79. "currency_code": "INR"
  80. },
  81. "presentment_money": {
  82. "amount": "4.18",
  83. "currency_code": "INR"
  84. }
  85. },
  86. "rate": 0.18,
  87. "title": "IGST"
  88. }
  89. ],
  90. "discount_allocations": [
  91.  
  92. ]
  93. },
  94. {
  95. "price": "20.24",
  96. "price_set": {
  97. "shop_money": {
  98. "amount": "20.24",
  99. "currency_code": "INR"
  100. },
  101. "presentment_money": {
  102. "amount": "20.24",
  103. "currency_code": "INR"
  104. }
  105. },
  106. "quantity": 1,
  107. "taxable": true,
  108. "total_discount": "0.00",
  109. "total_discount_set": {
  110. "shop_money": {
  111. "amount": "0.00",
  112. "currency_code": "INR"
  113. },
  114. "presentment_money": {
  115. "amount": "0.00",
  116. "currency_code": "INR"
  117. }
  118. },
  119. "tax_lines": [
  120. {
  121. "price": "3.64",
  122. "price_set": {
  123. "shop_money": {
  124. "amount": "3.64",
  125. "currency_code": "INR"
  126. },
  127. "presentment_money": {
  128. "amount": "3.64",
  129. "currency_code": "INR"
  130. }
  131. },
  132. "rate": 0.18,
  133. "title": "IGST"
  134. }
  135. ],
  136. "discount_allocations": [
  137.  
  138. ]
  139. },
  140. {
  141. "price": "20.24",
  142. "price_set": {
  143. "shop_money": {
  144. "amount": "20.24",
  145. "currency_code": "INR"
  146. },
  147. "presentment_money": {
  148. "amount": "20.24",
  149. "currency_code": "INR"
  150. }
  151. },
  152. "quantity": 1,
  153. "taxable": true,
  154. "total_discount": "0.00",
  155. "total_discount_set": {
  156. "shop_money": {
  157. "amount": "0.00",
  158. "currency_code": "INR"
  159. },
  160. "presentment_money": {
  161. "amount": "0.00",
  162. "currency_code": "INR"
  163. }
  164. },
  165. "tax_lines": [
  166. {
  167. "price": "3.64",
  168. "price_set": {
  169. "shop_money": {
  170. "amount": "3.64",
  171. "currency_code": "INR"
  172. },
  173. "presentment_money": {
  174. "amount": "3.64",
  175. "currency_code": "INR"
  176. }
  177. },
  178. "rate": 0.18,
  179. "title": "IGST"
  180. }
  181. ],
  182. "discount_allocations": [
  183.  
  184. ]
  185. }
  186. ],
  187.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement