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