Skip to content

Instantly share code, notes, and snippets.

@mikehadlow
Last active February 22, 2016 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikehadlow/3c84bc8a055ade2be7f2 to your computer and use it in GitHub Desktop.
Save mikehadlow/3c84bc8a055ade2be7f2 to your computer and use it in GitHub Desktop.
{
"albums": [
{
"id": "1234",
"price": {
"amount": 12,
"currency": "EUR",
"vatAmount": 2.4
}
}
],
"externalProducts": [],
"subscriptions": [],
"tracks": [],
"valueAccountCredits": [],
"links": [
{
"href": "http://follow.the.links",
"rel": "self"
},
{
"href": "http://follow.this.link.as.well",
"rel": "purchase:pay"
}
],
"paymentSources": [
{
"type": "value-account",
"title": "Value account",
"links": [
{
"rel": "purchase:pay",
"href": "https://follow.the.links"
},
{
"rel": "purchase:payment-source",
"href": "https://follow.the.links"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment