TransferRepayment constructor
TransferRepayment({})
Implementation
TransferRepayment({
required this.repaymentId,
required this.created,
required this.amount,
required this.isoCurrencyCode,
});
TransferRepayment({
required this.repaymentId,
required this.created,
required this.amount,
required this.isoCurrencyCode,
});