All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.mosip.preregistration.notification.dto.QRCodeResponseDTO Maven / Gradle / Ivy

There is a newer version: 1.0.10-rc1
Show newest version
package io.mosip.preregistration.notification.dto;

import lombok.Data;

/**
 * This Dto is used for geting reponse of generate QR code
 * 
 * @author Sanober Noor
 *@since 1.0.0
 */

@Data
public class QRCodeResponseDTO {
/**
 * 
 */
byte[] qrcode;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy