Sha256: 10643a3e924c4ba7149d3494aed3af46f0acbafe805e87186de9048a4e90eb9a

Contents?: true

Size: 219 Bytes

Versions: 6

Compression:

Stored size: 219 Bytes

Contents

module Octobat
  class Payout < APIResource
    extend Octobat::APIOperations::List
    
    def balance_transactions(params = {})
      BalanceTransaction.list(params.merge({ payout: id }), @api_key)
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
octobat-2.0.10 lib/octobat/payout.rb
octobat-2.0.9 lib/octobat/payout.rb
octobat-2.0.8 lib/octobat/payout.rb
octobat-2.0.7 lib/octobat/payout.rb
octobat-2.0.6 lib/octobat/payout.rb
octobat-2.0.5 lib/octobat/payout.rb