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
-
copyWith(
{int? eventId, DateTime? timestamp, TransferEventType? eventType, String? accountId, String? transferId, String? originationAccountId, TransferType? transferType, String? transferAmount, TransferFailure? failureReason, String? sweepId, String? sweepAmount, String? refundId, String? originatorClientId}) → TransferEvent -
Available on TransferEvent, provided by the $TransferEventExtension extension
-
copyWithWrapped(
{Wrapped< int> ? eventId, Wrapped<DateTime> ? timestamp, Wrapped<TransferEventType> ? eventType, Wrapped<String> ? accountId, Wrapped<String> ? transferId, Wrapped<String?> ? originationAccountId, Wrapped<TransferType> ? transferType, Wrapped<String> ? transferAmount, Wrapped<TransferFailure?> ? failureReason, Wrapped<String?> ? sweepId, Wrapped<String?> ? sweepAmount, Wrapped<String?> ? refundId, Wrapped<String?> ? originatorClientId}) → 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.
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)