xrpld
Loading...
Searching...
No Matches
xrpl::detail::PaymentComponents Struct Reference

#include <LendingHelpers.h>

Inheritance diagram for xrpl::detail::PaymentComponents:
Collaboration diagram for xrpl::detail::PaymentComponents:

Public Member Functions

Number trackedInterestPart () const

Public Attributes

Number trackedValueDelta
Number trackedPrincipalDelta
Number trackedManagementFeeDelta
PaymentSpecialCase specialCase = PaymentSpecialCase::None

Detailed Description

Definition at line 283 of file LendingHelpers.h.

Member Function Documentation

◆ trackedInterestPart()

Number xrpl::detail::PaymentComponents::trackedInterestPart ( ) const
nodiscard

Definition at line 1069 of file LendingHelpers.cpp.

Member Data Documentation

◆ trackedValueDelta

Number xrpl::detail::PaymentComponents::trackedValueDelta

Definition at line 289 of file LendingHelpers.h.

◆ trackedPrincipalDelta

Number xrpl::detail::PaymentComponents::trackedPrincipalDelta

Definition at line 295 of file LendingHelpers.h.

◆ trackedManagementFeeDelta

Number xrpl::detail::PaymentComponents::trackedManagementFeeDelta

Definition at line 302 of file LendingHelpers.h.

◆ specialCase

PaymentSpecialCase xrpl::detail::PaymentComponents::specialCase = PaymentSpecialCase::None

Definition at line 308 of file LendingHelpers.h.