Skip to content

Instantly share code, notes, and snippets.

@IanSaunders
Created April 16, 2015 13:26
Show Gist options
  • Save IanSaunders/130eafdbe7d1dcacfb07 to your computer and use it in GitHub Desktop.
Save IanSaunders/130eafdbe7d1dcacfb07 to your computer and use it in GitHub Desktop.
{
"results" : [ {
"productID" : "PRO-0A968B11-1D02-4D88-AD8B-0126DD48",
"productName" : "Foo",
"productRatePlanID" : "PRP-4014DEEA-824C-4DD3-8D58-FD163A74",
"productRatePlanName" : "bar",
"type" : "RecurringPeriod",
"currency" : "USD",
"pricingComponents" : [ {
"name" : "Bandwidth",
"type" : "subscription",
"value" : 5,
"amount" : 5.00,
"tax" : 1.00,
"discount" : 2.50
}, {
"name" : "Foo",
"type" : "usage",
"value" : 150,
"amount" : 150.00,
"tax" : 15.00,
"discount" : 2.50
} ],
"coupons" : [ {
"couponCode" : "simpleBD3D399C",
"calculation" : "50.00% discount off Bandwidth. Orignal cost: 5.00",
"discount" : 2.50
} ],
"amount" : 155.00,
"tax" : 15.00,
"discount" : 0.00
} ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment