|
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 71 of file LendingHelpers.h.
| LoanPaymentParts & xrpl::LoanPaymentParts::operator+= | ( | LoanPaymentParts const & | other | ) |
Definition at line 80 of file LendingHelpers.cpp.
| bool xrpl::LoanPaymentParts::operator== | ( | LoanPaymentParts const & | other | ) | const |
Definition at line 104 of file LendingHelpers.cpp.
Definition at line 76 of file LendingHelpers.h.
Definition at line 83 of file LendingHelpers.h.
Definition at line 96 of file LendingHelpers.h.
Definition at line 104 of file LendingHelpers.h.