Class RecipientInfoDTO

java.lang.Object
com.skava.marketplace.notification.model.request.RecipientInfoDTO
All Implemented Interfaces:
Serializable

public class RecipientInfoDTO extends Object implements Serializable
The Class RecipientInfoDTO.
See Also:
  • Constructor Details

    • RecipientInfoDTO

      public RecipientInfoDTO()
      Instantiates a new recipient info DTO.
    • RecipientInfoDTO

      public RecipientInfoDTO(String email, Serializable macros)
      Instantiates a new recipient info DTO.
      Parameters:
      email - the email
      macros - the macros
    • RecipientInfoDTO

      public RecipientInfoDTO(String email, String phone, Serializable macros)
      Instantiates a new recipient info DTO.
      Parameters:
      email - the email
      phone - the phone
      macros - the macros