|
xrpld
|
#include <LoanTestBase.h>

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 274 of file LoanTestBase.h.
| std::uint32_t xrpl::test::LoanTestBase::LoanState::previousPaymentDate = 0 |
Definition at line 276 of file LoanTestBase.h.
| NetClock::time_point xrpl::test::LoanTestBase::LoanState::startDate |
Definition at line 277 of file LoanTestBase.h.
| std::uint32_t xrpl::test::LoanTestBase::LoanState::nextPaymentDate = 0 |
Definition at line 278 of file LoanTestBase.h.
| std::uint32_t xrpl::test::LoanTestBase::LoanState::paymentRemaining = 0 |
Definition at line 279 of file LoanTestBase.h.
| std::int32_t const xrpl::test::LoanTestBase::LoanState::loanScale = 0 |
Definition at line 280 of file LoanTestBase.h.
| Number xrpl::test::LoanTestBase::LoanState::totalValue = 0 |
Definition at line 281 of file LoanTestBase.h.
| Number xrpl::test::LoanTestBase::LoanState::principalOutstanding = 0 |
Definition at line 282 of file LoanTestBase.h.
| Number xrpl::test::LoanTestBase::LoanState::managementFeeOutstanding = 0 |
Definition at line 283 of file LoanTestBase.h.
| Number xrpl::test::LoanTestBase::LoanState::periodicPayment = 0 |
Definition at line 284 of file LoanTestBase.h.
| std::uint32_t xrpl::test::LoanTestBase::LoanState::flags = 0 |
Definition at line 285 of file LoanTestBase.h.
| std::uint32_t const xrpl::test::LoanTestBase::LoanState::paymentInterval = 0 |
Definition at line 286 of file LoanTestBase.h.
| TenthBips32 const xrpl::test::LoanTestBase::LoanState::interestRate {} |
Definition at line 287 of file LoanTestBase.h.