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

com.youcruit.onfido.api.checks.CheckId Maven / Gradle / Ivy

There is a newer version: 2.2
Show newest version
package com.youcruit.onfido.api.checks;

import com.youcruit.onfido.api.common.OnfidoId;

public class CheckId extends OnfidoId {

    public CheckId(String id) {
	super(id);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy