BankTransferEvent class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- BankTransferEvent({required int eventId, required DateTime timestamp, required BankTransferEventType eventType, required String accountId, required String bankTransferId, required String? originationAccountId, required BankTransferType bankTransferType, required String bankTransferAmount, required String bankTransferIsoCurrencyCode, required BankTransferFailure? failureReason, required BankTransferDirection? direction})
-
BankTransferEvent.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accountId → String
-
final
- bankTransferAmount → String
-
final
- bankTransferId → String
-
final
- bankTransferIsoCurrencyCode → String
-
final
- bankTransferType → BankTransferType
-
final
- direction → BankTransferDirection?
-
final
- eventId → int
-
final
- eventType → BankTransferEventType
-
final
- failureReason → BankTransferFailure?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- originationAccountId → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timestamp → DateTime
-
final
Methods
-
copyWith(
{int? eventId, DateTime? timestamp, BankTransferEventType? eventType, String? accountId, String? bankTransferId, String? originationAccountId, BankTransferType? bankTransferType, String? bankTransferAmount, String? bankTransferIsoCurrencyCode, BankTransferFailure? failureReason, BankTransferDirection? direction}) → BankTransferEvent -
Available on BankTransferEvent, provided by the $BankTransferEventExtension extension
-
copyWithWrapped(
{Wrapped< int> ? eventId, Wrapped<DateTime> ? timestamp, Wrapped<BankTransferEventType> ? eventType, Wrapped<String> ? accountId, Wrapped<String> ? bankTransferId, Wrapped<String?> ? originationAccountId, Wrapped<BankTransferType> ? bankTransferType, Wrapped<String> ? bankTransferAmount, Wrapped<String> ? bankTransferIsoCurrencyCode, Wrapped<BankTransferFailure?> ? failureReason, Wrapped<BankTransferDirection?> ? direction}) → BankTransferEvent -
Available on BankTransferEvent, provided by the $BankTransferEventExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const BankTransferEvent Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(BankTransferEvent instance)