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

Member Function Documentation

◆ defaults()

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

Definition at line 232 of file Loan_test.cpp.

Member Data Documentation

◆ overpaymentFactor

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

Definition at line 225 of file Loan_test.cpp.

◆ overpaymentExtra

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

Definition at line 226 of file Loan_test.cpp.

◆ flags

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

Definition at line 227 of file Loan_test.cpp.

◆ showStepBalances

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

Definition at line 228 of file Loan_test.cpp.

◆ validateBalances

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

Definition at line 229 of file Loan_test.cpp.