transferRepaymentListPost method
Future<Response<TransferRepaymentListResponse> >
transferRepaymentListPost({
- required TransferRepaymentListRequest? body,
Lists historical repayments
Implementation
Future<chopper.Response<TransferRepaymentListResponse>>
transferRepaymentListPost({required TransferRepaymentListRequest? body}) {
generatedMapping.putIfAbsent(TransferRepaymentListResponse,
() => TransferRepaymentListResponse.fromJsonFactory);
return _transferRepaymentListPost(body: body);
}