$BankTransferEventExtension extension

on

Methods

copyWith({int? eventId, DateTime? timestamp, BankTransferEventType? eventType, String? accountId, String? bankTransferId, String? originationAccountId, BankTransferType? bankTransferType, String? bankTransferAmount, String? bankTransferIsoCurrencyCode, BankTransferFailure? failureReason, BankTransferDirection? direction}) BankTransferEvent
copyWithWrapped({Wrapped<int>? eventId, Wrapped<DateTime>? timestamp, Wrapped<BankTransferEventType>? eventType, Wrapped<String>? accountId, Wrapped<String>? bankTransferId, Wrapped<String?>? originationAccountId, Wrapped<BankTransferType>? bankTransferType, Wrapped<String>? bankTransferAmount, Wrapped<String>? bankTransferIsoCurrencyCode, Wrapped<BankTransferFailure?>? failureReason, Wrapped<BankTransferDirection?>? direction}) BankTransferEvent