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