TransferFundsNotificationContent class abstract

TransferFundsNotificationContent

Properties:

Annotations
  • @BuiltValue.new()

Properties

amount Amount?
The amount transferred.
no setter
destinationAccountCode String?
The code of the Account to which funds were credited.
no setter
hashCode int
The hash code for this object.
no setterinherited
invalidFields → BuiltList<ErrorFieldType>?
Invalid fields list.
no setter
merchantReference String?
The reference provided by the merchant.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceAccountCode String?
The code of the Account from which funds were debited.
no setter
status OperationStatus?
The status of the fund transfer.
no setter
transferCode String?
The transfer code.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(TransferFundsNotificationContentBuilder)) TransferFundsNotificationContent
Rebuilds the instance.
inherited
toBuilder() TransferFundsNotificationContentBuilder
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<TransferFundsNotificationContent>
no setter