Uses of Class
es.kukenan.smartfi.microservice.contracts.api.common.IdNamePairDto
Packages that use IdNamePairDto
Package
Description
Base package for Products microservice API DTOs.
Package for DTOs in common for multiple methods.
Package for inversis response.
Package for DTOs to describe account movements.
Package for DTOs in product details methods.
Package for DTOs in products methods.
Package for DTOs in product details methods.
Package for DTOs in products methods.
-
Uses of IdNamePairDto in es.kukenan.smartfi.microservice.contracts.api
Methods in es.kukenan.smartfi.microservice.contracts.api with parameters of type IdNamePairDto -
Uses of IdNamePairDto in es.kukenan.smartfi.microservice.contracts.api.common
Subclasses of IdNamePairDto in es.kukenan.smartfi.microservice.contracts.api.commonModifier and TypeClassDescriptionclassClass that describes the contract of signature object.Fields in es.kukenan.smartfi.microservice.contracts.api.common declared as IdNamePairDtoModifier and TypeFieldDescriptionprivate IdNamePairDtoInterestDto.methodInterest method.private IdNamePairDtoInterestDto.referentialIndexInterest referential indes.private IdNamePairDtoIntervenerDto.relationTypeRelation type. -
Uses of IdNamePairDto in es.kukenan.smartfi.microservice.contracts.api.inversis
Constructors in es.kukenan.smartfi.microservice.contracts.api.inversis with parameters of type IdNamePairDtoModifierConstructorDescriptionInversisProductResponseDto(String id, String name, String alias, ProductNumberDto productNumber, AmountDto balance, AmountDto postedBalance, IdNamePairDto relationType, IdNamePairDto productType, IdNamePairDto productSubtype, List<InversisAssetDto> assets, SignatureDto signature, IdNamePairDto status) Full state constructor. -
Uses of IdNamePairDto in es.kukenan.smartfi.microservice.contracts.api.movement
Fields in es.kukenan.smartfi.microservice.contracts.api.movement declared as IdNamePairDtoModifier and TypeFieldDescriptionprivate IdNamePairDtoFundOnFlyMovementDto.destinationFundDestination fund.private IdNamePairDtoInversionMovementDto.isinIsin.private IdNamePairDtoFundOnFlyMovementDto.originFundOrigin fund.private IdNamePairDtoDepositImpositionDto.stateimposition state.Constructors in es.kukenan.smartfi.microservice.contracts.api.movement with parameters of type IdNamePairDtoModifierConstructorDescriptionFundOnFlyMovementDto(String id, String reason, AmountDto amount, LocalDate operationDate, IdNamePairDto originFund, IdNamePairDto destinationFund) Full state constructor.InversionMovementDto(String id, MovementTypeDto type, AmountDto amount, LocalDate operationDate, Integer titles, IdNamePairDto isin, Double netPrice) Full state constructor. -
Uses of IdNamePairDto in es.kukenan.smartfi.microservice.contracts.api.movement.details
Fields in es.kukenan.smartfi.microservice.contracts.api.movement.details declared as IdNamePairDtoModifier and TypeFieldDescriptionprivate IdNamePairDtoDepositImpositionMovementDetailDto.stateimposition state. -
Uses of IdNamePairDto in es.kukenan.smartfi.microservice.contracts.api.products
Fields in es.kukenan.smartfi.microservice.contracts.api.products declared as IdNamePairDtoModifier and TypeFieldDescriptionprivate IdNamePairDtoProductNumberDto.formatProduct number format.private IdNamePairDtoProductDto.productSubtypeSkyline product subtype type.private IdNamePairDtoProductDto.productTypeSkyline product type.private IdNamePairDtoProductDto.relationTypeType of ownership.private IdNamePairDtoProductDto.statusstatus value. -
Uses of IdNamePairDto in es.kukenan.smartfi.microservice.contracts.api.products.details
Fields in es.kukenan.smartfi.microservice.contracts.api.products.details declared as IdNamePairDtoModifier and TypeFieldDescriptionprivate IdNamePairDtoCardDetailDto.cardTypeCard type.private IdNamePairDtoCreditDetailDto.productSubtypeproduct Subtype.private IdNamePairDtoGuaranteeDetailDto.productSubtypeproduct Subtype.private IdNamePairDtoCreditDetailDto.productTypeproduct Type.private IdNamePairDtoGuaranteeDetailDto.productTypeproduct Type.private IdNamePairDtoManagedPortfolioDetailDto.relationTypeType of ownership.private IdNamePairDtoCreditDetailDto.statusstatus.private IdNamePairDtoGuaranteeDetailDto.statusstatus.Constructors in es.kukenan.smartfi.microservice.contracts.api.products.details with parameters of type IdNamePairDtoModifierConstructorDescriptionAccountDetailDto(String id, String name, String alias, ProductNumberDto productNumber, AmountDto balance, AmountDto postedBalance, IdNamePairDto productType, IdNamePairDto productSubtype, String bic, List<IntervenerDto> interveners, LocalDate openingDate, LocalDate lastMovementDate, SignatureDto signature, IdNamePairDto status) Full state constructor.CardDetailDto(String id, String name, String alias, ProductNumberDto productNumber, IdNamePairDto productType, IdNamePairDto productSubtype, IdNamePairDto cardType, ProductDto chargeAccount, LocalDate expirationDate, String cvv, String pin, LocalDate openingDate, LocalDate lastUseDate, SignatureDto signature, IdNamePairDto status, String holder) Full state constructor.CreditDetailDto(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.DepositDetailDto(String id, String name, String alias, ProductNumberDto productNumber, AmountDto balance, AmountDto postedBalance, IdNamePairDto productType, IdNamePairDto productSubtype, ProductDto chargeAccount, String bic, List<IntervenerDto> interveners, IdNamePairDto status, SignatureDto signature) Full state constructor.EquityDetailDto(String id, String name, ProductNumberDto connectedAccount, LocalDate createDate, List<IntervenerDto> interveners, IdNamePairDto productType, IdNamePairDto productSubtype, LocalDate lastValueDate, AmountDto totalValue, SignatureDto signature, IdNamePairDto status) Full state constructor.FundDetailDto(String id, String name, ProductNumberDto connectedAccount, LocalDate createDate, List<IntervenerDto> interveners, IdNamePairDto productType, IdNamePairDto productSubtype, SignatureDto signature, IdNamePairDto status) Full state constructor.GuaranteeDetailDto(String id, String name, String alias, ProductNumberDto productNumber, String guarantyId, ProductNumberDto connectedAccount, List<IntervenerDto> interveners, LocalDate startDate, LocalDate expiryDate, LocalDate endDate, AmountDto guarantyAmount, AmountDto startingAmount, AmountDto outstandingAmount, IdNamePairDto productType, IdNamePairDto productSubtype, IdNamePairDto status, SignatureDto signature) 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.ManagedPortfolioDetailDto(String id, String name, String alias, ProductNumberDto productNumber, LocalDate createDate, AmountDto totalAmount, List<ProductDto> managedProducts, List<IntervenerDto> interveners, IdNamePairDto productType, IdNamePairDto productSubtype, SignatureDto signature, IdNamePairDto status, IdNamePairDto relationType) Full state constructor.PensionDetailDto(String id, String name, String alias, ProductNumberDto productNumber, AmountDto balance, AmountDto postedBalance, IdNamePairDto relationType, IdNamePairDto productType, IdNamePairDto productSubtype, AmountDto balanceContributed, LocalDate createDate, List<IntervenerDto> interveners, Double unityQuantity, AmountDto unityValue, AmountDto netAssetValue, LocalDate netAssetDate, Double costEffectivenessYear, Double costEffectivenessPeriod, SignatureDto signature, IdNamePairDto status) Full state constructor.WalletEquityDetailDto(String id, String name, ProductNumberDto connectedAccount, LocalDate createDate, List<IntervenerDto> interveners, IdNamePairDto productType, IdNamePairDto productSubtype, LocalDate lastValueDate, AmountDto totalValue, Double unityQuantity, AmountDto unityValue, AmountDto effectiveUnityValue, SignatureDto signature, IdNamePairDto status) Full state constructor. -
Uses of IdNamePairDto in es.kukenan.smartfi.microservice.contracts.api.products.position
Fields in es.kukenan.smartfi.microservice.contracts.api.products.position declared as IdNamePairDtoModifier and TypeFieldDescriptionprivate IdNamePairDtoGuaranteePositionDetailDto.productSubtypeproduct SubType Value.private IdNamePairDtoGuaranteePositionDetailDto.productTypeproduct Type Value.Constructors in es.kukenan.smartfi.microservice.contracts.api.products.position with parameters of type IdNamePairDtoModifierConstructorDescriptionGuaranteePositionDetailDto(String id, String name, String alias, IdNamePairDto relationType, IdNamePairDto productSubtype, IdNamePairDto productType, String guarantyId, AmountDto guarantyAmount, AmountDto startingAmount, AmountDto outstandingAmount) Full state constructor.