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