Uses of Class
es.kukenan.smartfi.microservice.contracts.api.movement.MovementDto
Packages that use MovementDto
Package
Description
Base package for Products microservice API DTOs.
Package for DTOs to describe account movements.
Package for DTOs in product details methods.
-
Uses of MovementDto in es.kukenan.smartfi.microservice.contracts.api
Methods in es.kukenan.smartfi.microservice.contracts.api with parameters of type MovementDto -
Uses of MovementDto in es.kukenan.smartfi.microservice.contracts.api.movement
Subclasses of MovementDto in es.kukenan.smartfi.microservice.contracts.api.movementModifier and TypeClassDescriptionclassThis class is use to describe the contact of a movements imposition object.classDTO describing a equity movement contract.classDTO describing a fund movement contract.classDTO describing an fund on fly movement contract.classDTO describing a Inversion movement contract.classDTO describing an loan movement contract.classDTO describing an loan movement contract.Constructor parameters in es.kukenan.smartfi.microservice.contracts.api.movement with type arguments of type MovementDtoModifierConstructorDescriptionMovementsResponseDto(List<MovementDto> data, Integer totalPages, Long totalElements, Integer pageNumber, Integer pageSize, String sortedBy, es.kukenan.smartfi.common.api.dtos.ResultsPageDto.Paging paging, String reference) Full state constructor. -
Uses of MovementDto in es.kukenan.smartfi.microservice.contracts.api.movement.details
Modifier and TypeClassDescriptionclassThis class is use to describe the contact of a imposition movement detail object.classDTO describing an inversis movement detail contract.classDTO describing an loan movement detail contract.