TransferRepaymentListResponse constructor
TransferRepaymentListResponse({
- required List<
TransferRepayment> repayments, - required String requestId,
Implementation
TransferRepaymentListResponse({
required this.repayments,
required this.requestId,
});