Class: Betsy::LedgerEntry

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/betsy/ledger_entry.rb

Class Method Summary collapse

Methods included from Model

included, #initialize

Class Method Details

.get_shop_payment_account_ledger_entries(shop_id, options = {}) ⇒ Object



16
17
18
# File 'lib/betsy/ledger_entry.rb', line 16

def self.(shop_id, options = {})
  make_request(:get, "/v3/application/shops/#{shop_id}/payment-account/ledger-entries", options)
end