com.anaptecs.jeaf.accounting.impl.schufa.SchufaService Maven / Gradle / Ivy
/*
* anaptecs GmbH, Ricarda-Huch-Str. 71, 72760 Reutlingen, Germany
*
* Copyright 2004 - 2019. All rights reserved.
*/
package com.anaptecs.jeaf.accounting.impl.schufa;
import com.anaptecs.jeaf.accounting.impl.SchufaRequest;
import com.anaptecs.jeaf.core.api.Service;
// @Something
public interface SchufaService extends Service {
/**
* @param pRequest
* @return boolean
*/
boolean performSchufaCheck( SchufaRequest pRequest );
}