TransferRepaymentListResponse constructor

TransferRepaymentListResponse({
  1. required List<TransferRepayment> repayments,
  2. required String requestId,
})

Implementation

TransferRepaymentListResponse({
  required this.repayments,
  required this.requestId,
});