Class: Mambu::Repayment

Inherits:
ApiModel show all
Defined in:
lib/mambu/repayment.rb

Instance Method Summary collapse

Methods inherited from ApiModel

api_uri, #convert_decimal, endpoint, #initialize

Constructor Details

This class inherits a constructor from Mambu::ApiModel

Instance Method Details

#payment_dueObject



3
4
5
# File 'lib/mambu/repayment.rb', line 3

def payment_due
  principal_due + interest_due + fees_due
end