Module: Remit::WriteOffDebt

Included in:
API
Defined in:
lib/remit/operations/write_off_debt.rb

Defined Under Namespace

Classes: Request, Response

Instance Method Summary collapse

Instance Method Details

#write_off_debt(request = Request.new) ⇒ Object



24
25
26
# File 'lib/remit/operations/write_off_debt.rb', line 24

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