module RSqoot::Commission
Public Instance Methods
commissions(options={})
click to toggle source
Retrieve information of commissions based on the following parameters
@param [String] :to Start date @param [String] :from End date
@return [Hashie::Mash]
# File lib/rsqoot/commission.rb, line 10 def commissions(options={}) get('commissions', options) end