Class: ForestAdminDatasourceMambuPayments::Client

Inherits:
Object
  • Object
show all
Includes:
Reads, Writes
Defined in:
lib/forest_admin_datasource_mambu_payments/client.rb,
lib/forest_admin_datasource_mambu_payments/client/reads.rb,
lib/forest_admin_datasource_mambu_payments/client/writes.rb

Overview

rubocop:disable Metrics/ClassLength

Defined Under Namespace

Modules: Reads, Writes

Constant Summary collapse

MAX_PER_PAGE =
100

Instance Method Summary collapse

Methods included from Writes

#approve_payment_order, #cancel_payment_order, #create_account_holder, #create_direct_debit_mandate, #create_expected_payment, #create_external_account, #create_internal_account, #create_payment_order, #create_reconciliation, #create_return, #delete_account_holder, #delete_direct_debit_mandate, #delete_expected_payment, #delete_external_account, #delete_internal_account, #delete_payment_order, #update_account_holder, #update_direct_debit_mandate, #update_expected_payment, #update_external_account, #update_internal_account, #update_payment_order, #update_reconciliation, #update_return, #verify_external_account

Methods included from Reads

#find_account_holder, #find_balance, #find_claim, #find_connected_account, #find_direct_debit_mandate, #find_event, #find_expected_payment, #find_external_account, #find_file, #find_incoming_payment, #find_internal_account, #find_payee_verification_request, #find_payment_capture, #find_payment_order, #find_reconciliation, #find_return, #find_transaction, #list_account_holders, #list_balances, #list_claims, #list_connected_accounts, #list_direct_debit_mandates, #list_events, #list_expected_payments, #list_external_accounts, #list_files, #list_incoming_payments, #list_internal_accounts, #list_payee_verification_requests, #list_payment_captures, #list_payment_orders, #list_reconciliations, #list_returns, #list_transactions

Constructor Details

#initialize(configuration) ⇒ Client

Returns a new instance of Client.



9
10
11
# File 'lib/forest_admin_datasource_mambu_payments/client.rb', line 9

def initialize(configuration)
  @configuration = configuration
end