|
rippled
|

Public Attributes | |
| std::uint32_t | previousPaymentDate = 0 |
| NetClock::time_point | startDate = {} |
| std::uint32_t | nextPaymentDate = 0 |
| std::uint32_t | paymentRemaining = 0 |
| std::int32_t const | loanScale = 0 |
| Number | totalValue = 0 |
| Number | principalOutstanding = 0 |
| Number | managementFeeOutstanding = 0 |
| Number | periodicPayment = 0 |
| std::uint32_t | flags = 0 |
| std::uint32_t const | paymentInterval = 0 |
| TenthBips32 const | interestRate {} |
Definition at line 239 of file Loan_test.cpp.
| std::uint32_t xrpl::test::Loan_test::LoanState::previousPaymentDate = 0 |
Definition at line 241 of file Loan_test.cpp.
| NetClock::time_point xrpl::test::Loan_test::LoanState::startDate = {} |
Definition at line 242 of file Loan_test.cpp.
| std::uint32_t xrpl::test::Loan_test::LoanState::nextPaymentDate = 0 |
Definition at line 243 of file Loan_test.cpp.
| std::uint32_t xrpl::test::Loan_test::LoanState::paymentRemaining = 0 |
Definition at line 244 of file Loan_test.cpp.
| std::int32_t const xrpl::test::Loan_test::LoanState::loanScale = 0 |
Definition at line 245 of file Loan_test.cpp.
| Number xrpl::test::Loan_test::LoanState::totalValue = 0 |
Definition at line 246 of file Loan_test.cpp.
| Number xrpl::test::Loan_test::LoanState::principalOutstanding = 0 |
Definition at line 247 of file Loan_test.cpp.
| Number xrpl::test::Loan_test::LoanState::managementFeeOutstanding = 0 |
Definition at line 248 of file Loan_test.cpp.
| Number xrpl::test::Loan_test::LoanState::periodicPayment = 0 |
Definition at line 249 of file Loan_test.cpp.
| std::uint32_t xrpl::test::Loan_test::LoanState::flags = 0 |
Definition at line 250 of file Loan_test.cpp.
| std::uint32_t const xrpl::test::Loan_test::LoanState::paymentInterval = 0 |
Definition at line 251 of file Loan_test.cpp.
| TenthBips32 const xrpl::test::Loan_test::LoanState::interestRate {} |
Definition at line 252 of file Loan_test.cpp.