Untitled
{ "data": { "memberships": [ { "name": "Priority", "price": { "currency": "INR", "fraction": 100, "cent_amount": 999900 }, "sp_price": { "currency": "INR", "fraction": 100, "cent_amount": 499900 }, "discount": { "amount_off": { "currency": "INR", "fraction": 100, "cent_amount": 500000 }, "percent_off": 50 } } ], "plans": [ { "id": "1", "name": "Silver", "no_of_credits": 5, "price": { "currency": "INR", "fraction": 100, "cent_amount": 199900 }, "sp_price": { "currency": "INR", "fraction": 100, "cent_amount": 79900 }, "discount": { "amount_off": { "currency": "INR", "fraction": 100, "cent_amount": 120000 }, "percent_off": 60 } }, { "id": "2", "name": "GOLD", "no_of_credits": 10, "price": { "currency": "INR", "fraction": 100, "cent_amount": 399900 }, "sp_price": { "currency": "INR", "fraction": 100, "cent_amount": 119900 }, "discount": { "amount_off": { "currency": "INR", "fraction": 100, "cent_amount": 280000 }, "percent_off": 70 } }, { "id": "3", "name": "PLATINUM", "no_of_credits": 20, "price": { "currency": "INR", "fraction": 100, "cent_amount": 799900 }, "sp_price": { "currency": "INR", "fraction": 100, "cent_amount": 199900 }, "discount": { "amount_off": { "currency": "INR", "fraction": 100, "cent_amount": 600000 }, "percent_off": 75 } }, { "id": "4", "name": "ELITE PLAN", "no_of_credits": 50, "price": { "currency": "INR", "fraction": 100, "cent_amount": 1999900 }, "sp_price": { "currency": "INR", "fraction": 100, "cent_amount": 419900 }, "discount": { "amount_off": { "currency": "INR", "fraction": 100, "cent_amount": 1580000 }, "percent_off": 79 }, "tags": { "promo": "Recommended" } } ] }, "experiments": null, "status": "success" }
Leave a Comment