|
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 229 of file Loan_test.cpp.
| std::uint32_t xrpl::test::Loan_test::LoanState::previousPaymentDate = 0 |
Definition at line 231 of file Loan_test.cpp.
| NetClock::time_point xrpl::test::Loan_test::LoanState::startDate = {} |
Definition at line 232 of file Loan_test.cpp.
| std::uint32_t xrpl::test::Loan_test::LoanState::nextPaymentDate = 0 |
Definition at line 233 of file Loan_test.cpp.
| std::uint32_t xrpl::test::Loan_test::LoanState::paymentRemaining = 0 |
Definition at line 234 of file Loan_test.cpp.
| std::int32_t const xrpl::test::Loan_test::LoanState::loanScale = 0 |
Definition at line 235 of file Loan_test.cpp.
| Number xrpl::test::Loan_test::LoanState::totalValue = 0 |
Definition at line 236 of file Loan_test.cpp.
| Number xrpl::test::Loan_test::LoanState::principalOutstanding = 0 |
Definition at line 237 of file Loan_test.cpp.
| Number xrpl::test::Loan_test::LoanState::managementFeeOutstanding = 0 |
Definition at line 238 of file Loan_test.cpp.
| Number xrpl::test::Loan_test::LoanState::periodicPayment = 0 |
Definition at line 239 of file Loan_test.cpp.
| std::uint32_t xrpl::test::Loan_test::LoanState::flags = 0 |
Definition at line 240 of file Loan_test.cpp.
| std::uint32_t const xrpl::test::Loan_test::LoanState::paymentInterval = 0 |
Definition at line 241 of file Loan_test.cpp.
| TenthBips32 const xrpl::test::Loan_test::LoanState::interestRate {} |
Definition at line 242 of file Loan_test.cpp.