|
rippled
|
#include <LendingHelpers.h>

Public Member Functions | |
| LoanPaymentParts & | operator+= (LoanPaymentParts const &other) |
| bool | operator== (LoanPaymentParts const &other) const |
Public Attributes | |
| Number | principalPaid = numZero |
| Number | interestPaid = numZero |
| Number | valueChange = numZero |
| Number | feePaid = numZero |
Definition at line 41 of file LendingHelpers.h.
| LoanPaymentParts & xrpl::LoanPaymentParts::operator+= | ( | LoanPaymentParts const & | other | ) |
Definition at line 14 of file LendingHelpers.cpp.
| bool xrpl::LoanPaymentParts::operator== | ( | LoanPaymentParts const & | other | ) | const |
Definition at line 38 of file LendingHelpers.cpp.
Definition at line 46 of file LendingHelpers.h.
Definition at line 53 of file LendingHelpers.h.
Definition at line 66 of file LendingHelpers.h.
Definition at line 74 of file LendingHelpers.h.