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