# File lib/fog/storm_on_demand/requests/billing/get_invoice.rb, line 6 def get_invoice(options={}) request( :path => '/Billing/Invoice/details', :body => Fog::JSON.encode(:params => options) ) end
# File lib/fog/storm_on_demand/requests/billing/list_invoices.rb, line 6 def list_invoices(options={}) request( :path => '/Billing/Invoice/list', :body => Fog::JSON.encode(:params => options) ) end
Generated with the Darkfish Rdoc Generator 2.