BankTransferEvent class

Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

BankTransferEvent({int? eventId, String? timestamp, BankTransferEventType? eventType, String? accountId, String? bankTransferId, String? originationAccountId, BankTransferType? bankTransferType, String? bankTransferAmount, String? bankTransferIsoCurrencyCode, BankTransferFailure? failureReason, BankTransferDirection? direction, BankTransferReceiverDetails? receiverDetails})
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 setterinherited
originationAccountId String?
final
receiverDetails BankTransferReceiverDetails?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp String?
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.
inherited

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)