Hi Diwaker,
Sorry for replying late. I am aware of this XPath but it contain only total price. Even if I have multiple Fixed Cost, it will sum up all and displays as one element. for ex.:
<FixedCosts>
<FixedCost>12460.7857101520</FixedCost>
</FixedCosts>
I want to know the breakup as well as name corresponding to fixed cost applied just like computing resources:
<Resource id="10">
<Name>vCPU</Name>
<Usage>1.000</Usage>
<Cost>3.3599922222</Cost>
</Resource>
Thanks.