Module: Remit::Refund

Included in:
API
Defined in:
lib/remit2/operations/refund.rb

Defined Under Namespace

Classes: InnerResponse, Request, Response

Instance Method Summary collapse

Instance Method Details

#refund(request = Request.new) ⇒ Object



29
30
31
# File 'lib/remit2/operations/refund.rb', line 29

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