TransferFundsNotificationContent class abstract
TransferFundsNotificationContent
Properties:
- amount - The amount transferred.
- destinationAccountCode - The code of the Account to which funds were credited.
- invalidFields - Invalid fields list.
- merchantReference - The reference provided by the merchant.
- sourceAccountCode - The code of the Account from which funds were debited.
- status - The status of the fund transfer.
- transferCode - The transfer code.
- Annotations
-
- @BuiltValue.new()
Constructors
- TransferFundsNotificationContent([void updates(TransferFundsNotificationContentBuilder b)])
-
factory
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