Description
Use this method to get details of the pricing for your plans.
Response
Returns a map with the prices of Web Services plans along with the prices of the other products.
The response structure for the Web Services will be:
"productkey": { "planid": { "action": { "tenure-in-months":price }, "ssl":0.0 } }
Example:
"hosting": { "0": { "renew": { "12":0.0, "24":0.0 }, "ssl":0.0, "add": { "12":0.0, "24":0.0 } }, "1": { "renew": { "12":0.0, "24":0.0 }, "add": { "12":0.0, "24":0.0 } } }