TransferEvent class

Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

TransferEvent({required int eventId, required DateTime timestamp, required TransferEventType eventType, required String accountId, required String transferId, required String? originationAccountId, required TransferType transferType, required String transferAmount, required TransferFailure? failureReason, required String? sweepId, required String? sweepAmount, required String? refundId, required String? originatorClientId})
TransferEvent.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String
final
eventId int
final
eventType TransferEventType
final
failureReason TransferFailure?
final
hashCode int
The hash code for this object.
no setteroverride
originationAccountId String?
final
originatorClientId String?
final
refundId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sweepAmount String?
final
sweepId String?
final
timestamp DateTime
final
transferAmount String
final
transferId String
final
transferType TransferType
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 TransferEvent Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(TransferEvent instance)