xrpld
Loading...
Searching...
No Matches
xrpl::test::Loan_test::PaymentParameters Struct Reference
Collaboration diagram for xrpl::test::Loan_test::PaymentParameters:

Static Public Member Functions

static PaymentParameters const & defaults ()

Public Attributes

Number overpaymentFactor = Number{1}
std::optional< NumberoverpaymentExtra = std::nullopt
std::uint32_t flags = 0
bool showStepBalances = false
bool validateBalances = true

Detailed Description

Definition at line 293 of file Loan_test.cpp.

Member Function Documentation

◆ defaults()

PaymentParameters const & xrpl::test::Loan_test::PaymentParameters::defaults ( )
static

Definition at line 302 of file Loan_test.cpp.

Member Data Documentation

◆ overpaymentFactor

Number xrpl::test::Loan_test::PaymentParameters::overpaymentFactor = Number{1}

Definition at line 295 of file Loan_test.cpp.

◆ overpaymentExtra

std::optional<Number> xrpl::test::Loan_test::PaymentParameters::overpaymentExtra = std::nullopt

Definition at line 296 of file Loan_test.cpp.

◆ flags

std::uint32_t xrpl::test::Loan_test::PaymentParameters::flags = 0

Definition at line 297 of file Loan_test.cpp.

◆ showStepBalances

bool xrpl::test::Loan_test::PaymentParameters::showStepBalances = false

Definition at line 298 of file Loan_test.cpp.

◆ validateBalances

bool xrpl::test::Loan_test::PaymentParameters::validateBalances = true

Definition at line 299 of file Loan_test.cpp.