Module: Remit::GetAllCreditInstruments

Included in:
API
Defined in:
lib/remit2/operations/get_all_credit_instruments.rb

Defined Under Namespace

Classes: Request, Response

Instance Method Summary collapse

Instance Method Details

#get_all_credit_instruments(request = Request.new) ⇒ Object



12
13
14
# File 'lib/remit2/operations/get_all_credit_instruments.rb', line 12

def get_all_credit_instruments(request = Request.new)
  call(request, Response)
end