Uses of Class
es.kukenan.smartfi.microservice.contracts.api.receipt.ReceiptDto
Packages that use ReceiptDto
Package
Description
Base package for Products microservice API DTOs.
Package for DTOs to describe repayments (although it seams to be loan-specific).
-
Uses of ReceiptDto in es.kukenan.smartfi.microservice.contracts.api
Methods in es.kukenan.smartfi.microservice.contracts.api with parameters of type ReceiptDto -
Uses of ReceiptDto in es.kukenan.smartfi.microservice.contracts.api.receipt
Constructor parameters in es.kukenan.smartfi.microservice.contracts.api.receipt with type arguments of type ReceiptDtoModifierConstructorDescriptionReceiptsResponseDto(List<ReceiptDto> data, Integer totalPages, Long totalElements, Integer pageNumber, Integer pageSize, String sortedBy, es.kukenan.smartfi.common.api.dtos.ResultsPageDto.Paging paging) Full state constructor.