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

io.mosip.pms.partner.dto.DataShareDto Maven / Gradle / Ivy

The newest version!
package io.mosip.pms.partner.dto;

import lombok.Data;

@Data
public class DataShareDto {
	
	  /** The url. */
    private String url;

    /** The valid for in minutes. */
    private int validForInMinutes;

    /** The transactions allowed. */
    private int transactionsAllowed;


    /** The policy id. */
    private String policyId;

    /** The subscriber id. */
    private String subscriberId;

    /** The signature. */
    private String signature;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy