module SageoneSdk::Client::Transactions
Represents the transactions for the authenticated user's business.
Public Instance Methods
transactions(options = {})
click to toggle source
@return [object] Returns all transactions for the authenticated user's business.
# File lib/sageone_sdk/client/transactions.rb, line 8 def transactions(options = {}) get "transactions", options end