Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. {
  2. "order_total_amount": 10,
  3. "shipping": 0,
  4. "taxable_amount": -2.5,
  5. "amount_to_collect": -0.16,
  6. "rate": 0.065,
  7. "has_nexus": true,
  8. "freight_taxable": true,
  9. "tax_source": "destination",
  10. "jurisdictions": {
  11. "country": "US",
  12. "state": "FL",
  13. "county": "ORANGE",
  14. "city": "WINTER PARK"
  15. },
  16. "breakdown": {
  17. "taxable_amount": -2.5,
  18. "tax_collectable": -0.16,
  19. "combined_tax_rate": 0.065,
  20. "state_taxable_amount": -2.5,
  21. "state_tax_rate": 0.06,
  22. "state_tax_collectable": -0.15,
  23. "county_taxable_amount": -2.5,
  24. "county_tax_rate": 0.005,
  25. "county_tax_collectable": -0.01,
  26. "city_taxable_amount": 0,
  27. "city_tax_rate": 0,
  28. "city_tax_collectable": 0,
  29. "special_district_taxable_amount": 0,
  30. "special_tax_rate": 0,
  31. "special_district_tax_collectable": 0,
  32. "shipping": {
  33. "taxable_amount": 0,
  34. "tax_collectable": 0,
  35. "combined_tax_rate": 0.065,
  36. "state_taxable_amount": 0,
  37. "state_sales_tax_rate": 0.06,
  38. "state_amount": 0,
  39. "county_taxable_amount": 0,
  40. "county_tax_rate": 0.005,
  41. "county_amount": 0,
  42. "city_taxable_amount": 0,
  43. "city_tax_rate": 0,
  44. "city_amount": 0,
  45. "special_taxable_amount": 0,
  46. "special_tax_rate": 0,
  47. "special_district_amount": 0
  48. },
  49. "line_items": [
  50. {
  51. "id": "1",
  52. "taxable_amount": 0,
  53. "tax_collectable": 0,
  54. "combined_tax_rate": 0,
  55. "state_taxable_amount": 0,
  56. "state_sales_tax_rate": 0,
  57. "state_amount": 0,
  58. "county_taxable_amount": 0,
  59. "county_tax_rate": 0,
  60. "county_amount": 0,
  61. "city_taxable_amount": 0,
  62. "city_tax_rate": 0,
  63. "city_amount": 0,
  64. "special_district_taxable_amount": 0,
  65. "special_tax_rate": 0,
  66. "special_district_amount": 0
  67. },
  68. {
  69. "id": "2",
  70. "taxable_amount": -2.5,
  71. "tax_collectable": -0.16,
  72. "combined_tax_rate": 0.065,
  73. "state_taxable_amount": -2.5,
  74. "state_sales_tax_rate": 0.06,
  75. "state_amount": -0.15,
  76. "county_taxable_amount": -2.5,
  77. "county_tax_rate": 0.005,
  78. "county_amount": -0.01,
  79. "city_taxable_amount": 0,
  80. "city_tax_rate": 0,
  81. "city_amount": 0,
  82. "special_district_taxable_amount": 0,
  83. "special_tax_rate": 0,
  84. "special_district_amount": 0
  85. }
  86. ]
  87. }
  88. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement