DetailBalance class abstract

DetailBalance

Properties:

  • balance - The list of balances held by the account.
  • onHoldBalance - The list of on hold balances held by the account.
  • pendingBalance - The list of pending balances held by the account.
Annotations
  • @BuiltValue.new()

Constructors

DetailBalance([void updates(DetailBalanceBuilder b)])
factory

Properties

balance → BuiltList<Amount>?
The list of balances held by the account.
no setter
hashCode int
The hash code for this object.
no setterinherited
onHoldBalance → BuiltList<Amount>?
The list of on hold balances held by the account.
no setter
pendingBalance → BuiltList<Amount>?
The list of pending balances held by the account.
no setter
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
rebuild(dynamic updates(DetailBalanceBuilder)) DetailBalance
Rebuilds the instance.
inherited
toBuilder() DetailBalanceBuilder
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<DetailBalance>
no setter