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

io.mosip.pms.partner.response.dto.PartnerAPIKeyResponse Maven / Gradle / Ivy

There is a newer version: 1.3.0-dp.1
Show newest version
package io.mosip.pms.partner.response.dto;

import lombok.Data;

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy