![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Information about last balance statement More...
Public Member Functions | |
LastBalance () | |
Information about last balance statement More... | |
override bool | Equals (object obj) |
Object.Equals(object) More... | |
override int | GetHashCode () |
Object.GetHashCode() More... | |
Properties | |
DateTime | Timestamp [get, set] |
Balance timestamp More... | |
CaseInsensitiveString | Currency [get, set] |
Balance Currency More... | |
decimal | Balance [get, set] |
Balance More... | |
PendingPayment[] | Pending [get, set] |
Pending payments More... | |
Information about last balance statement
Definition at line 11 of file LastBalance.cs.
EDaler.LastBalance.LastBalance | ( | ) |
Information about last balance statement
Definition at line 21 of file LastBalance.cs.
override bool EDaler.LastBalance.Equals | ( | object | obj | ) |
Object.Equals(object)
Definition at line 64 of file LastBalance.cs.
override int EDaler.LastBalance.GetHashCode | ( | ) |
Object.GetHashCode()
Definition at line 96 of file LastBalance.cs.
|
getset |
Definition at line 46 of file LastBalance.cs.
|
getset |
Balance Currency
Definition at line 37 of file LastBalance.cs.
|
getset |
Pending payments
Definition at line 55 of file LastBalance.cs.
|
getset |
Balance timestamp
Definition at line 28 of file LastBalance.cs.