Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2. formatVersion: "1",
  3. passTypeIdentifier: "pass.bla.bla.coupon",
  4. teamIdentifier: "HEREIHAVEREALTEAMID",
  5. serialNumber: "W173OK90",
  6. organizationName: "MyCo LLC",
  7. logoText: "Best wallpapers",
  8. description: "ok",
  9. backgroundColor: "rgb(120,44,0)",
  10. labelColor: "rgb(242,240,220)",
  11. barcode: {
  12. message: "124578792423525246",
  13. messageEncoding: "iso-8859-1",
  14. format: "PKBarcodeFormatPDF417",
  15. altText: "16% Off"
  16. },
  17. coupon: {
  18. primaryFields: [
  19. {
  20. key: "primary1",
  21. label: "Off Guatemalan Coffee",
  22. value: "16% Off",
  23. textAlignment: "PKTextAlignmentLeft"
  24. }
  25. ],
  26. secondaryFields: [
  27. {
  28. key: "secondary1",
  29. label: "Valid Until",
  30. value: "10/30/12",
  31. textAlignment: "PKTextAlignmentLeft"
  32. },
  33. {
  34. key: "secondary2",
  35. label: "Socially Responsible",
  36. value: "Fair Trade",
  37. textAlignment: "PKTextAlignmentLeft"
  38. }
  39. ],
  40. backFields: [
  41. {
  42. key: "back0",
  43. label: "Built with PassTools",
  44. value: " Find out more and create your own passes at: http://passtools.com Tello, Inc. 408 Florence Street Palo Alto, CA 94301 650.321.2323 help@passtools.com "
  45. },
  46. {
  47. key: "back0",
  48. label: "Built with PassTools",
  49. value: "Find out more and create your own passes at: https://passtools.com Tello, Inc. 408 Florence Street Palo Alto, CA 94301 650.321.2323 help@passtools.com "
  50. }
  51. ]
  52. }
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement