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

io.mosip.kernel.masterdata.dto.ApplicantValidDocumentDto Maven / Gradle / Ivy

There is a newer version: 1.2.1.0
Show newest version
package io.mosip.kernel.masterdata.dto;

import java.util.Collection;

import io.mosip.kernel.masterdata.dto.getresponse.DocumentCategoryAndTypeResponseDto;
import lombok.Data;

@Data
public class ApplicantValidDocumentDto {
	private String appTypeCode;
	private String langCode;
	private Boolean isActive;
	private Collection documentCategories;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy