Interface TppService
-
public interface TppService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CmsResponse<Boolean>updateTppInfo(@NotNull de.adorsys.psd2.xs2a.core.tpp.TppInfo tppInfo)Updates TPP by TPP authorisation number
-
-
-
Method Detail
-
updateTppInfo
CmsResponse<Boolean> updateTppInfo(@NotNull @NotNull de.adorsys.psd2.xs2a.core.tpp.TppInfo tppInfo)
Updates TPP by TPP authorisation number- Parameters:
tppInfo- TPP Info- Returns:
trueif TPP was found and was updated.falseotherwise.
-
-