Module: Remit::FundPrepaid
- Included in:
- API
- Defined in:
- lib/remit2/operations/fund_prepaid.rb
Defined Under Namespace
Classes: Request, Response
Instance Method Summary
collapse
Instance Method Details
#fund_prepaid(request = Request.new) ⇒ Object
25
26
27
|
# File 'lib/remit2/operations/fund_prepaid.rb', line 25
def fund_prepaid(request = Request.new)
call(request, Response)
end
|