Skip to content

Instantly share code, notes, and snippets.

@j3k0
Created July 2, 2019 08:47
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 j3k0/b9848e70db6083550ad827add00f979f to your computer and use it in GitHub Desktop.
Save j3k0/b9848e70db6083550ad827add00f979f to your computer and use it in GitHub Desktop.
{
"paging": {
"skip": 0,
"limit": 100,
"total": 3
},
"rows": [
{
"receiptId": "apple:1000000012309800",
"platform": "apple",
"sandbox": true,
"updatedAt": "2019-07-02T08:11:28.318Z",
"amountsMicros": {
"GBP": 401450000,
"USD": 0,
"AUD": 0
},
"amountUSD": 507.21,
"numTransactions": 55
},
{
"receiptId": "apple:270000248239043",
"platform": "apple",
"updatedAt": "2019-07-02T07:25:36.700Z",
"amountsMicros": {
"GBP": 2970000
},
"amountUSD": 3.75,
"numTransactions": 3
},
{
"receiptId": "google:abcddef.AO-abcdef-blah",
"platform": "google",
"updatedAt": "2019-06-23T20:34:00.317Z",
"amountsMicros": {
"GBP": 990000
},
"amountUSD": 0,
"numTransactions": 1
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment