Class: KillBillClient::Model::AccountTimeline
- Inherits:
-
AccountTimelineAttributes
- Object
- Resource
- AccountTimelineAttributes
- KillBillClient::Model::AccountTimeline
- Defined in:
- lib/killbill_client/models/account_timeline.rb
Class Method Summary collapse
Class Method Details
.find_by_account_id(account_id, audit = 'MINIMAL', options = {}) ⇒ Object
11 12 13 14 15 16 17 |
# File 'lib/killbill_client/models/account_timeline.rb', line 11 def find_by_account_id(account_id, audit = 'MINIMAL', = {}) get "#{Account::KILLBILL_API_ACCOUNTS_PREFIX}/#{account_id}/timeline", { :audit => audit }, end |