Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
EDaler.Balance Class Reference

Contains information about a balance. More...

Public Member Functions

 Balance (DateTime Timestamp, decimal Amount, decimal Reserved, CaseInsensitiveString Currency, AccountEvent Event)
 Contains information about a balance. More...
 

Properties

DateTime Timestamp [get]
 Timestamp of balance. More...
 
decimal Amount [get]
 Amount at given point in time. More...
 
decimal Reserved [get]
 Reserved amount, that the user cannot use directly. More...
 
CaseInsensitiveString Currency [get]
 Currency of amount. More...
 
AccountEvent Event [get]
 Any account event associated to the balance message. More...
 

Detailed Description

Contains information about a balance.

Definition at line 10 of file Balance.cs.

Constructor & Destructor Documentation

◆ Balance()

EDaler.Balance.Balance ( DateTime  Timestamp,
decimal  Amount,
decimal  Reserved,
CaseInsensitiveString  Currency,
AccountEvent  Event 
)

Contains information about a balance.

Parameters
TimestampTimestamp of balance.
AmountAmount at given point in time.
ReservedReserved amount that cannot be used by the user.
CurrencyCurrency of amount.
EventAny account event associated to the balance message.

Definition at line 26 of file Balance.cs.

Property Documentation

◆ Amount

decimal EDaler.Balance.Amount
get

Amount at given point in time.

Definition at line 44 of file Balance.cs.

◆ Currency

CaseInsensitiveString EDaler.Balance.Currency
get

Currency of amount.

Definition at line 54 of file Balance.cs.

◆ Event

AccountEvent EDaler.Balance.Event
get

Any account event associated to the balance message.

Definition at line 59 of file Balance.cs.

◆ Reserved

decimal EDaler.Balance.Reserved
get

Reserved amount, that the user cannot use directly.

Definition at line 49 of file Balance.cs.

◆ Timestamp

DateTime EDaler.Balance.Timestamp
get

Timestamp of balance.

Definition at line 39 of file Balance.cs.


The documentation for this class was generated from the following file: