AccountTransactionList class abstract

AccountTransactionList

Properties:

Annotations
  • @BuiltValue.new()

Constructors

AccountTransactionList([void updates(AccountTransactionListBuilder b)])
factory

Properties

accountCode String?
The code of the account.
no setter
hashCode int
The hash code for this object.
no setterinherited
hasNextPage bool?
Indicates whether there is a next page of transactions available.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactions → BuiltList<Transaction>?
The list of transactions.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(AccountTransactionListBuilder)) AccountTransactionList
Rebuilds the instance.
inherited
toBuilder() AccountTransactionListBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<AccountTransactionList>
no setter