Module: Payoneer::Account

Extended by:
RemoteApi
Defined in:
lib/payoneer/modules/account.rb

Instance Method Summary collapse

Methods included from RemoteApi

delete, extended, get, post, put

Instance Method Details

#details(account_id:, **args) ⇒ Object



5
6
7
8
9
# File 'lib/payoneer/modules/account.rb', line 5

def details(account_id:, **args)
  return unless args[:access_token] && 

  get_details(args[:access_token], )
end