Facebook
From Alberto Biascioli, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 177
  1. {
  2.   "rewardPoints": 3430,
  3.   "giftCards": [
  4.     {
  5.       "type": "CARD_10",
  6.       "available": true,
  7.       "pointThreshold": 2000,
  8.       "value": 10.0
  9.     },
  10.     {
  11.       "type": "CARD_15",
  12.       "available": false,
  13.       "pointThreshold": 6000,
  14.       "value": 15.0
  15.     },
  16.     {
  17.       "type": "CARD_25",
  18.       "available": false,
  19.       "pointThreshold": 10000,
  20.       "value": 25.0
  21.     }
  22.   ]
  23. }