Balance class

Constructors

Balance({required AmountData balanceAmount, required String balanceType, bool? creditLimitIncluded, String? lastChangeDateTime, String? referenceDate, String? lastCommittedTransaction})
const
Balance.fromMap(dynamic fetchedMap)
For easy Data Model Generation from Map fetched by querying Nordigen.
factory

Properties

balanceAmount AmountData
The actual Amount of the balance.
final
balanceType String
Refer https://nordigen.com/en/docs/account-information/output/balance/ for the available balance types.
final
creditLimitIncluded bool?
A flag indicating if the credit limit of the corresponding account is included in the calculation of the balance, where applicable.
final
hashCode int
The hash code for this object.
no setterinherited
lastChangeDateTime String?
Might be used to indicate e.g. with the expected or booked balance that no action is known on the account, which is not yet booked (ISODateTime).
final
lastCommittedTransaction String?
entryReference of the last commited transaction to support the TPP in identifying whether all PSU transactions are already known.
final
referenceDate String?
Indicates the date of the balance (ISODate)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Forms a Map of String keys and dynamic values from Class Data.
toString() String
Returns the class data converted to a map as a Serialized JSON String.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited