StatementItem class

Single item from statement

Implementers

Properties

account Account
Parent account
final
amount Money
Amount in account currency
final
balance Money
Balance of the account at the time
final
cashback Cashback
Cashback
final
comment String
User comment if available
final
commissionRate Money
Commission rate in original currency (e.g. USD, RUB)
final
counterEdrpou String?
Counteragent Edrpou number, is available only for accounts with fop type
final
counterIban String?
Counteragent Iban number, is available only for accounts with fop type
final
counterName String?
Counteragent name, is available only for accounts with fop type
final
description String
Title
final
hashCode int
The hash code for this object.
no setterinherited
hold bool
Authorization hold
final
id String
Operation ID
final
invoiceId String?
Invoice number for FOP account transactions
final
isOut bool
Returns true if operation is outgoing
no setter
mcc MCC
Category
final
operationAmount Money
Amount in original currency (e.g. USD, RUB)
final
originalMcc MCC
Pure transaction MCC code
final
receiptId String?
Check number for check.gov.ua
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time DateTime
Timestamp
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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