Class InterestDto
java.lang.Object
es.kukenan.smartfi.microservice.contracts.api.common.InterestDto
- All Implemented Interfaces:
Dto,Visitable,Serializable
Class that describes the contract of an interest.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Doublecreditor Interest.private DoubleIcreditor Interest.private DoubleInterest differential.private DoubleInterest rate.private IdNamePairDtoInterest method.private IdNamePairDtoInterest referential indes.private static final longserialVersionUID identifier. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDserialVersionUID identifier.- See Also:
-
method
Interest method. -
referentialIndex
Interest referential indes. -
interestRate
Interest rate. -
differential
Interest differential. -
creditorInterest
creditor Interest. -
debtorInterest
Icreditor Interest.
-
-
Constructor Details
-
InterestDto
public InterestDto()
-
-
Method Details