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



42
43
44
# File 'lib/remit/operations/refund.rb', line 42

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