rippled
Public Member Functions | Public Attributes | List of all members
ripple::detail::DeferredCredits::Adjustment Struct Reference
Collaboration diagram for ripple::detail::DeferredCredits::Adjustment:
Collaboration graph
[legend]

Public Member Functions

 Adjustment (STAmount const &d, STAmount const &c, STAmount const &b)
 

Public Attributes

STAmount debits
 
STAmount credits
 
STAmount origBalance
 

Detailed Description

Definition at line 39 of file PaymentSandbox.h.

Constructor & Destructor Documentation

◆ Adjustment()

ripple::detail::DeferredCredits::Adjustment::Adjustment ( STAmount const &  d,
STAmount const &  c,
STAmount const &  b 
)

Definition at line 41 of file PaymentSandbox.h.

Member Data Documentation

◆ debits

STAmount ripple::detail::DeferredCredits::Adjustment::debits

Definition at line 45 of file PaymentSandbox.h.

◆ credits

STAmount ripple::detail::DeferredCredits::Adjustment::credits

Definition at line 46 of file PaymentSandbox.h.

◆ origBalance

STAmount ripple::detail::DeferredCredits::Adjustment::origBalance

Definition at line 47 of file PaymentSandbox.h.