module SageoneSdk::Client::AccountTypes
Represents the bank account types in Sage One. For example, Savings or Cash in Hand.
Public Instance Methods
account_type(id, options = {})
click to toggle source
@return [object] Returns the bank account type with the given id.
# File lib/sageone_sdk/client/account_types.rb, line 14 def account_type(id, options = {}) get "account_types/#{id}", options end
account_types(options = {})
click to toggle source
@return [object] Returns all of the bank account types in Sage One.
# File lib/sageone_sdk/client/account_types.rb, line 9 def account_types(options = {}) get "account_types", options end