Uses of Class
es.kukenan.smartfi.microservice.contracts.api.repayment.LoanRepaymentDto
Packages that use LoanRepaymentDto
Package
Description
Base package for Products microservice API DTOs.
Package for DTOs to describe repayments (although it seams to be loan-specific).
-
Uses of LoanRepaymentDto in es.kukenan.smartfi.microservice.contracts.api
Methods in es.kukenan.smartfi.microservice.contracts.api with parameters of type LoanRepaymentDtoModifier and TypeMethodDescriptiondefault voidVisitor.visit(LoanRepaymentDto loanRepayment) Dto. -
Uses of LoanRepaymentDto in es.kukenan.smartfi.microservice.contracts.api.repayment
Fields in es.kukenan.smartfi.microservice.contracts.api.repayment with type parameters of type LoanRepaymentDtoModifier and TypeFieldDescriptionprivate List<LoanRepaymentDto>LoanRepaymentsResponseDto.elementsLoan amortization table detail.