module Telleroo::API::Accounts

Telleroo Accounts. These are Bank Accounts

Public Instance Methods

accounts() click to toggle source

Returns bank accounts list @return [Array]

# File lib/telleroo/api/accounts.rb, line 12
def accounts
  get('accounts')
end