Class ExchangeTransferRequestDto
java.lang.Object
es.kukenan.smartfi.microservice.transfer.api.exchange.ExchangeTransferRequestDto
- All Implemented Interfaces:
Serializable
Class that describes the PrepaidCode object.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate DoubleAmount.private ExchangeCardDtoCredit card.private StringCode number.private @NotEmpty StringDestination account. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
destination
Destination account. -
code
Code number. -
card
Credit card. -
amount
Amount.
-
-
Constructor Details
-
ExchangeTransferRequestDto
public ExchangeTransferRequestDto()
-