Class: KillBillClient::Model::AccountTimeline

Inherits:
AccountTimelineAttributes show all
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 (, audit = 'MINIMAL', options = {})
  get "#{Account::KILLBILL_API_ACCOUNTS_PREFIX}/#{}/timeline",
      {
        :audit => audit
      },
      options
end