Module: Remit::GetDebtBalance

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

Defined Under Namespace

Classes: Request, Response

Instance Method Summary collapse

Instance Method Details

#get_debt_balance(request = Request.new) ⇒ Object



19
20
21
# File 'lib/remit/operations/get_debt_balance.rb', line 19

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