Uses of Class
es.kukenan.smartfi.microservice.contracts.api.common.InterestDto
Packages that use InterestDto
Package
Description
Base package for Products microservice API DTOs.
Package for DTOs in product details methods.
-
Uses of InterestDto in es.kukenan.smartfi.microservice.contracts.api
Methods in es.kukenan.smartfi.microservice.contracts.api with parameters of type InterestDto -
Uses of InterestDto in es.kukenan.smartfi.microservice.contracts.api.products.details
Fields in es.kukenan.smartfi.microservice.contracts.api.products.details declared as InterestDtoModifier and TypeFieldDescriptionprivate InterestDtoCreditDetailDto.interestinterest value.private InterestDtoLoanDetailDto.interestNominal interest rate.private InterestDtoCreditDetailDto.interestDtoInterest.Constructors in es.kukenan.smartfi.microservice.contracts.api.products.details with parameters of type InterestDtoModifierConstructorDescriptionCreditDetailDto(String id, String name, String alias, ProductNumberDto productNumber, AmountDto startingAmount, AmountDto postedAmount, IdNamePairDto productType, IdNamePairDto productSubtype, SignatureDto signature, IdNamePairDto status, AmountDto limitAmount, LocalDate expiryDate, LocalDate startDate, LocalDate reviewDate, List<IntervenerDto> interveners, InterestDto interest, AmountDto outstandingAmount) Full state constructor.LoanDetailDto(String id, String name, String alias, ProductNumberDto productNumber, IdNamePairDto productType, IdNamePairDto productSubtype, AmountDto nextPaymentAmount, LocalDate nextPaymentDate, ProductNumberDto connectedAccount, AmountDto pendingAmount, AmountDto installmentAmount, AmountDto startAmount, List<IntervenerDto> interveners, InterestDto interest, LocalDate startDate, LocalDate expiryDate, LocalDate nextReviewDate, Integer paymentsPaid, Integer pendingPayments, SignatureDto signature, IdNamePairDto status) Full state constructor.