Class CurrencyDto
java.lang.Object
es.kukenan.smartfi.microservice.contracts.api.common.CurrencyDto
- All Implemented Interfaces:
Dto,Visitable,Serializable
Currency contract DTO.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDserialVersionUID identifier.- See Also:
-
id
private int idCurrency identifier. -
name
Currency identifier. -
code
Currency code.
-
-
Constructor Details
-
CurrencyDto
public CurrencyDto()
-
-
Method Details