|
xrpld
|
#include <LendingHelpers.h>

Public Member Functions | |
| LoanPaymentParts & | operator+= (LoanPaymentParts const &other) |
| bool | operator== (LoanPaymentParts const &other) const |
Public Attributes | |
| Number | principalPaid = kNumZero |
| Number | interestPaid = kNumZero |
| Number | valueChange = kNumZero |
| Number | feePaid = kNumZero |
Definition at line 90 of file LendingHelpers.h.
| LoanPaymentParts & xrpl::LoanPaymentParts::operator+= | ( | LoanPaymentParts const & | other | ) |
Definition at line 81 of file LendingHelpers.cpp.
| bool xrpl::LoanPaymentParts::operator== | ( | LoanPaymentParts const & | other | ) | const |
Definition at line 105 of file LendingHelpers.cpp.
Definition at line 95 of file LendingHelpers.h.
Definition at line 102 of file LendingHelpers.h.
Definition at line 115 of file LendingHelpers.h.
Definition at line 123 of file LendingHelpers.h.