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

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)