-
-
Save hitherejoe/24056eef75d6d51798b536a36c538bc1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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