Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Last active July 6, 2016 10:00
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/5e5912c85e23a60ab57e9072428ef96b to your computer and use it in GitHub Desktop.
Save hitherejoe/5e5912c85e23a60ab57e9072428ef96b to your computer and use it in GitHub Desktop.
{
"kind" : "walletobjects#giftCardClass",
"id" : "1234567890.ExampleGCClass",
"issuerName" : "Baconrista",
"merchantName" : "Baconrista",
"renderSpecs" : [{
"templateFamily" : "1.giftCard1_list",
"viewName" : "g_list"
}, {
"templateFamily" : "1.giftCard1_expanded",
"viewName" : "g_expanded"
}],
"programLogo" : {
"kind" : "walletobjects#image",
"sourceUri" : {
"kind" : "walletobjects#uri",
"uri" : "http://farm8.staticflickr.com/7340/11177041185_a61a7f2139_o.jpg"
}
},
"textModulesData" : [
{
"header" : "Where to Redeem",
"body" : "All US gift cards are redeemable in any US and Puerto Rico Baconrista retail locations, or online at Baconrista.com where available, for merchandise or services."
}
],
"linksModuleData" : {
"uris" : [
{
"kind" : "walletobjects#uri",
"uri" : "http://www.baconrista.com/",
"description" : "Baconrista"
}
]
},
"locations" : [{
"kind" : "walletobjects#latLongPoint",
"latitude" : 37.422601,
"longitude" : -122.085286
}],
"allowMultipleUsersPerObject" : true,
"reviewStatus" : "underReview",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment