Interface TppStopListService
-
public interface TppStopListService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CmsResponse<Boolean>checkIfTppBlocked(String tppAuthorisationNumber, String instanceId)Checks if TPP is blocked.
-
-
-
Method Detail
-
checkIfTppBlocked
CmsResponse<Boolean> checkIfTppBlocked(String tppAuthorisationNumber, String instanceId)
Checks if TPP is blocked.- Parameters:
tppAuthorisationNumber- information about particular TPP from TPP CertificateinstanceId- instance ID- Returns:
trueif TPP is found and has status BLOCKED,falseif TPP is not found or its status is not BLOCKED
-
-