Advertisement
Milotronik

JSON ?

Jul 17th, 2024
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. {
  2. "Payment": {
  3. "paymentDetails": {
  4. "originalPrice": 99.99,
  5. "promotion": {
  6. "Price": 79.99,
  7. "PriceValidUntilDate": "2024-12-31"
  8. },
  9. "nextPaymentDate": "2024-06-01"
  10. }
  11. },
  12. "Subscriptions": [{
  13. "name": "Premium Plan",
  14. "id": "id",
  15. "partnerType": "Streaming Service",
  16. "partnerIcon": "partnerIcon",
  17. "status": "Active",
  18. "tier": {
  19. "Name": "Gold",
  20. "OriginalPrice": 19.99,
  21. "UntilDate": "2024-07-17T11:23:33.532Z"
  22. }
  23. }]
  24. }
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement