Account class

Represents monobank account (balance)

Implementers

Properties

accountBalance Money
Reported account balance (including credit limit)
final
balance Money
Account balance
no setter
cards List<BankCard>
List of related cards
final
cashbackType CashbackType
Cashback type
final
client Client
Parent
final
creditLimit Money
Credit limit
final
hashCode int
The hash code for this object.
no setterinherited
iban String
IBAN
final
id String
Account ID
final
isCreditUsed bool
Returns true when credit funds are being used or the account is in overdraft
no setter
isOverdraft bool
Returns true when the account is in actual overdraft
no setter
pureBalance Money
Account balance without credit funds
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendId SendId?
Account Send ID
final
type CardType
Account type
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
statement(DateTime from, DateTime to) Statement
Get statement object for current account
toString() String
A string representation of this object.
override

Operators

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

Static Properties

hideCreditLimit bool
Extracts credit limit from account balance for balance getter to show true account balance
getter/setter pair