Skip to content

Instantly share code, notes, and snippets.

@IanSaunders
Created April 16, 2015 13:22
Show Gist options
  • Save IanSaunders/d7a947a9544f9229df17 to your computer and use it in GitHub Desktop.
Save IanSaunders/d7a947a9544f9229df17 to your computer and use it in GitHub Desktop.
quote 3
{
"executionTime" : 128961021702,
"results" : [ {
"@type" : "apiQuote",
"organizationID" : "ORG-11C2C2E7-B5C2-472F-AFFC-8808337B",
"productID" : "PRO-0A968B11-1D02-4D88-AD8B-0126DD48",
"productName" : "Foo",
"productRatePlanID" : "PRP-4014DEEA-824C-4DD3-8D58-FD163A74",
"productRatePlanName" : "bar",
"type" : "RecurringPeriod",
"currency" : "USD",
"start" : "2015-04-16T12:39:54Z",
"end" : "2015-05-16T12:39:54Z",
"prorationEnabled" : true,
"totalPeriods" : 1.00,
"uplift" : 1.00,
"pricingComponents" : [ {
"id" : "PCO-DDD0E038-02A8-4298-A97F-3A834DD4",
"name" : "Bandwidth",
"type" : "subscription",
"value" : 5,
"excludingTax" : 5.00,
"includingTax" : 5.00,
"discount" : 2.500000000000,
"discountExcludingTax" : 2.500000000000
}, {
"id" : "PCO-9D704B56-EDF6-4BFA-9479-3579FE64",
"name" : "Foo",
"type" : "usage",
"value" : 150,
"excludingTax" : 150.00,
"includingTax" : 150.00,
"discount" : 2.500000000000,
"discountExcludingTax" : 2.500000000000
} ],
"coupons" : [ {
"couponCode" : "simpleBD3D399C",
"calculation" : "50.00% discount off Bandwidth. Orignal cost: 5.00",
"excludingTax" : 2.50,
"includingTax" : 2.50
} ],
"totalExcludingTax" : 155.00,
"totalIncludingTax" : 155.00,
"totalDiscountExcludingTax" : 0.00,
"totalDiscountIncludingTax" : 0.00
} ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment