Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. {
  2. "MimicMode": false,
  3. "OngoingWarranty": true,
  4. "ProductDiscount": true,
  5. "UpgradeDiscount": true,
  6. "SMS": true,
  7. "EarlyAccess": true,
  8. "FreeDelivery": true,
  9. "LeakAlerts": true,
  10. "CameraStorage": true,
  11. "subscriptions": [
  12. {
  13. "name": "HiveLive",
  14. "status": "OK",
  15. "entitlements": [
  16. "OngoingWarranty",
  17. "ProductDiscount",
  18. "UpgradeDiscount",
  19. "SMS",
  20. "MimicMode",
  21. "EarlyAccess",
  22. "FreeDelivery"
  23. ]
  24. },
  25. {
  26. "name": "LeakAlertPlan",
  27. "status": "OK",
  28. "entitlements": [
  29. "LeakAlerts",
  30. "SMS"
  31. ]
  32. }
  33. ]
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement