Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created July 4, 2016 11: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 hitherejoe/24056eef75d6d51798b536a36c538bc1 to your computer and use it in GitHub Desktop.
Save hitherejoe/24056eef75d6d51798b536a36c538bc1 to your computer and use it in GitHub Desktop.
{
"kind" : "walletobjects#giftCardObject",
"classId" : "1234567890.ExampleGCClass",
"id" : "1234567890.ExampleGCObject",
"cardNumber" : "123jkl4889",
"pin" : "1111",
"eventNumber" : "123456",
"balance" : {
"kind" : "walletobjects#money",
"micros" : 20000000,
"currencyCode" : "USD"
},
"balanceUpdateTime" : {
"date" : '2014-01-12T23:20:50.52Z'
},
"barcode" : {
"alternateText" : "12345",
"type" : "qrCode",
"value" : "28343E3"
},
"textModulesData" : [{
"header" : "Earn double points",
"body" : "Jane, don't forget to use your Baconrista Rewards when " +
"paying with this gift card to earn additional points"
}],
"linksModuleData" : {
"uris" : [
{
"kind" : "walletobjects#uri",
"uri" : "http://www.baconrista.com/mybalance?id=1234567890",
"description" : "My Baconrista Gift Card Purchases"
}]
},
"state" : "active",
"version" : 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment