Module: Idcf::Your::ClientExtensions::Billing
- Included in:
- Idcf::Your::Client
- Defined in:
- lib/idcf/your/client_extensions/billing.rb
Overview
For Billing API
Instance Method Summary collapse
-
#list_billing_detail(month, parameters = {}, headers = {}) ⇒ Response
List payment monthly detail.
-
#list_billing_history(parameters = {}, headers = {}) ⇒ Response
List payment history.
Instance Method Details
#list_billing_detail(month, parameters = {}, headers = {}) ⇒ Response
List payment monthly detail.
104 105 106 |
# File 'lib/idcf/your/client_extensions/billing.rb', line 104 def list_billing_detail(month, parameters = {}, headers = {}) get! "/billings/#{month}", parameters, headers end |
#list_billing_history(parameters = {}, headers = {}) ⇒ Response
List payment history.
39 40 41 |
# File 'lib/idcf/your/client_extensions/billing.rb', line 39 def list_billing_history(parameters = {}, headers = {}) get! "/billings/history", parameters, headers end |