Class: Betsy::LedgerEntry
- Inherits:
-
Object
- Object
- Betsy::LedgerEntry
- Includes:
- Model
- Defined in:
- lib/betsy/ledger_entry.rb
Class Method Summary collapse
Methods included from Model
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.get_shop_payment_account_ledger_entries(shop_id, = {}) make_request(:get, "/v3/application/shops/#{shop_id}/payment-account/ledger-entries", ) end |