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

io.mosip.pmp.partner.dto.PartnerAPIKeyResponse Maven / Gradle / Ivy

package io.mosip.pmp.partner.dto;

import lombok.Data;

/**
 * @author sanjeev.shrivastava
 *
 */

@Data
public class PartnerAPIKeyResponse {
	
	private String apiRequestId;
	private String message;
		
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy