![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
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... | |
Contains information about a balance.
Definition at line 10 of file Balance.cs.
EDaler.Balance.Balance | ( | DateTime | Timestamp, |
decimal | Amount, | ||
decimal | Reserved, | ||
CaseInsensitiveString | Currency, | ||
AccountEvent | Event | ||
) |
Contains information about a balance.
Timestamp | Timestamp of balance. |
Amount | Amount at given point in time. |
Reserved | Reserved amount that cannot be used by the user. |
Currency | Currency of amount. |
Event | Any account event associated to the balance message. |
Definition at line 26 of file Balance.cs.
|
get |
Amount at given point in time.
Definition at line 44 of file Balance.cs.
|
get |
Currency of amount.
Definition at line 54 of file Balance.cs.
|
get |
Any account event associated to the balance message.
Definition at line 59 of file Balance.cs.
|
get |
Reserved amount, that the user cannot use directly.
Definition at line 49 of file Balance.cs.
|
get |
Timestamp of balance.
Definition at line 39 of file Balance.cs.