TransferEvent class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

TransferEvent({int? eventId, DateTime? timestamp, TransferEventType? eventType, String? accountId, String? transferId, String? originationAccountId, TransferType? transferType, String? transferAmount, TransferFailure? failureReason, String? sweepId, String? sweepAmount})
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
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

copyWith({int? eventId, DateTime? timestamp, TransferEventType? eventType, String? accountId, String? transferId, String? originationAccountId, TransferType? transferType, String? transferAmount, TransferFailure? failureReason, String? sweepId, String? sweepAmount}) TransferEvent

Available on TransferEvent, provided by the $TransferEventExtension 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.
inherited

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)