voxel.billing.services.list
Get a list of billing services
Parameters
service_id(optional)- The id of the service
verbosity(optional)- Verbosity of response. Should be one of "compact", "normal", or "extended".
Example Response
<rsp stat="ok">
<services>
<service id="15999">
<description>Universal Transfer (Per GB)</description>
<start_date>2009-01-29T19:48:55-0500</start_date>
<billing auto_pay="on" cycle="monthly">
<last_renew_date>2009-06-01T00:00:00-0400</last_renew_date>
<next_renew_date>2009-07-01T00:00:00-0400</next_renew_date>
<unit_price units="USD">0.20</unit_price>
<quantity>0.00</quantity>
<discount units="percent">0.00</discount>
<total_price units="USD">0.00</total_price>
<balance units="USD">0.00</balance>
<bandwidth method="total_transfer">
<included units="GB">0</included>
<pricing_tiers units="GB">
<pricing_tier min="0">
<unit_price units="USD">0.2</unit_price>
<quantity>10000</quantity>
<total_price>2000.00</total_price>
</pricing_tier>
<pricing_tier min="10000">
<unit_price units="USD">0.18</unit_price>
<quantity>5638</quantity>
<total_price>1014.84</total_price>
</pricing_tier>
</pricing_tiers>
</bandwidth>
</billing>
<services>
<service id="15888">
<description>Bandwidth</description>
<start_date>2009-01-29T19:48:55-0500</start_date>
<billing auto_pay="on" cycle="monthly">
<last_renew_date>2009-06-01T00:00:00-0400</last_renew_date>
<next_renew_date>2009-07-01T00:00:00-0400</next_renew_date>
<unit_price units="USD">0.20</unit_price>
<quantity>5098.00</quantity>
<discount units="percent">0.00</discount>
<total_price units="USD">1019.60</total_price>
<balance units="USD">2071.20</balance>
</billing>
<services/>
</service>
</services>
</service>
...
</services>
</rsp>
Notes
This method displays information related to billing services.
Method Specific Error Codes
-
None

