Class CashFlowDto
java.lang.Object
es.kukenan.smartfi.microservice.contracts.api.cashflow.CashFlowDto
- All Implemented Interfaces:
Dto,Visitable,Serializable
This class is use to describe the contact of a cashflow object.
- See Also:
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDserialVersionUID.- See Also:
-
date
creation date. -
outcomeAmount
outcomeAmount values. -
incomeAmount
incomeAmount values. -
balance
balance values.
-
-
Constructor Details
-
CashFlowDto
public CashFlowDto()
-
-
Method Details