#include <Due.h>
Details on amounts due for an account.
IEC61970::Base::Domain::Money IEC61968::PaymentMetering::Due::arrears |
Part of 'current' that constitutes the arrears portion.
IEC61970::Base::Domain::Money IEC61968::PaymentMetering::Due::charges |
Part of 'current' that constitutes the charge portion: 'charges' = 'Charge. fixedPortion' + 'Charge.variablePortion'.
IEC61970::Base::Domain::Money IEC61968::PaymentMetering::Due::current |
Current total amount now due: current = principle + arrears + interest + charges. Typically the rule for settlement priority is: interest dues, then arrears dues, then current dues, then charge dues.
IEC61970::Base::Domain::Money IEC61968::PaymentMetering::Due::interest |
Part of 'current' that constitutes the interest portion.
IEC61970::Base::Domain::Money IEC61968::PaymentMetering::Due::principle |
Part of 'current' that constitutes the portion of the principle amount currently due.