rippled
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ripple::detail::DeferredCredits::Adjustment Struct Reference

#include <PaymentSandbox.h>

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 20 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 22 of file PaymentSandbox.h.

Member Data Documentation

◆ debits

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

Definition at line 26 of file PaymentSandbox.h.

◆ credits

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

Definition at line 27 of file PaymentSandbox.h.

◆ origBalance

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

Definition at line 28 of file PaymentSandbox.h.