rippled
Loading...
Searching...
No Matches
Static Public Member Functions | Public Attributes | List of all members
xrpl::test::Loan_test::PaymentParameters Struct Reference
Collaboration diagram for xrpl::test::Loan_test::PaymentParameters:
Collaboration graph
[legend]

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 213 of file Loan_test.cpp.

Member Function Documentation

◆ defaults()

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

Definition at line 222 of file Loan_test.cpp.

Member Data Documentation

◆ overpaymentFactor

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

Definition at line 215 of file Loan_test.cpp.

◆ overpaymentExtra

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

Definition at line 216 of file Loan_test.cpp.

◆ flags

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

Definition at line 217 of file Loan_test.cpp.

◆ showStepBalances

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

Definition at line 218 of file Loan_test.cpp.

◆ validateBalances

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

Definition at line 219 of file Loan_test.cpp.