Class RecipientInfoDTO
java.lang.Object
com.skava.marketplace.notification.model.request.RecipientInfoDTO
- All Implemented Interfaces:
Serializable
The Class RecipientInfoDTO.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new recipient info DTO.RecipientInfoDTO
(String email, Serializable macros) Instantiates a new recipient info DTO.RecipientInfoDTO
(String email, String phone, Serializable macros) Instantiates a new recipient info DTO. -
Method Summary
-
Constructor Details
-
RecipientInfoDTO
public RecipientInfoDTO()Instantiates a new recipient info DTO. -
RecipientInfoDTO
Instantiates a new recipient info DTO.- Parameters:
email
- the emailmacros
- the macros
-
RecipientInfoDTO
Instantiates a new recipient info DTO.- Parameters:
email
- the emailphone
- the phonemacros
- the macros
-