TransferRepaymentReturn constructor
TransferRepaymentReturn({})
Implementation
TransferRepaymentReturn({
required this.transferId,
required this.eventId,
required this.amount,
required this.isoCurrencyCode,
});