Skip to content

Instantly share code, notes, and snippets.

@justlev
Created July 22, 2020 16:50
Show Gist options
  • Save justlev/099d241e73ab50002cf570d6f6acbaae to your computer and use it in GitHub Desktop.
Save justlev/099d241e73ab50002cf570d6f6acbaae to your computer and use it in GitHub Desktop.
{
"data": [
{
"id": "NEW_10GB_RETAIL",
"type": "package",
"attributes": {
"id": "NEW_10GB_RETAIL",
"description": "10GB Data add-on (Retail)",
"renewalPrice": 1500,
"name": "10GB Data add-on (Retail)",
"originalPrice": 1500,
"orderFinalPrice": 1500,
"slug": "15GB-Plan",
"value": 10,
"currency": "GBP",
"unit": "GB"
}
},
{
"id": "NEW_15GB_RETAIL",
"type": "package",
"attributes": {
"id": "NEW_15GB_RETAIL",
"description": "15GB Data add-on (Retail)",
"renewalPrice": 1800,
"name": "15GB Data add-on (Retail)",
"originalPrice": 1800,
"orderFinalPrice": 1800,
"slug": "20GB-Plan",
"value": 15,
"currency": "GBP",
"unit": "GB"
}
},
{
"id": "NEW_UNLGB_RETAIL",
"type": "package",
"attributes": {
"id": "NEW_UNLGB_RETAIL",
"description": "Unlimited Data add-on (Retail)",
"renewalPrice": 2000,
"name": "Unlimited Data add-on (Retail)",
"originalPrice": 2000,
"orderFinalPrice": 2000,
"slug": "Unlimited-Plan",
"value": 0,
"currency": "GBP",
"unit": null
}
},
{
"id": "NEW_RETAIL",
"type": "package",
"attributes": {
"id": "NEW_RETAIL",
"description": "5GB Data, Unlimited Text, Unlimited Voice",
"renewalPrice": 1000,
"name": "Retail Plan 2",
"originalPrice": 1000,
"orderFinalPrice": 1000,
"slug": "5GB-Plan",
"value": 0,
"currency": "GBP",
"unit": "GBP"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment