Skip to content

Instantly share code, notes, and snippets.

@wooramy
Last active August 13, 2016 04:19
Show Gist options
  • Save wooramy/30fa630fa362f45bae5765f087162bdd to your computer and use it in GitHub Desktop.
Save wooramy/30fa630fa362f45bae5765f087162bdd to your computer and use it in GitHub Desktop.
Sample baseTiers entity
{
"baseTiers":
{
"monthly": [
{
"slots": [7,8],
"tierInfo": [
{"amount": 150, "cost": 410},
{"amount": 250, "cost": 910},
{"amount": 350, "cost": 1600},
{"amount": 450, "cost": 3850},
{"amount": 560, "cost": 7300},
{"amount": 0, "cost": 12940}
]
},
{
"tierInfo": [
{"amount": 100, "cost": 410},
{"amount": 200, "cost": 910},
{"amount": 300, "cost": 1600},
{"amount": 400, "cost": 3850},
{"amount": 500, "cost": 7300},
{"amount": 0, "cost": 12940}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment