Module: Remit::GetAllCreditInstruments

Included in:
API
Defined in:
lib/remit/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



16
17
18
# File 'lib/remit/operations/get_all_credit_instruments.rb', line 16

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