Interface UpdateAuthorisationRequest
-
- All Known Implementing Classes:
UpdateConsentPsuDataReq,Xs2aUpdatePisCommonPaymentPsuDataRequest
public interface UpdateAuthorisationRequestCommon interface for AIS and PIS update authorisation requests
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAuthenticationMethodId()StringgetAuthorisationId()StringgetBusinessObjectId()StringgetPassword()de.adorsys.psd2.xs2a.core.psu.PsuIdDatagetPsuData()StringgetScaAuthenticationData()de.adorsys.psd2.xs2a.core.sca.ScaStatusgetScaStatus()booleanisUpdatePsuIdentification()
-
-
-
Method Detail
-
getPsuData
de.adorsys.psd2.xs2a.core.psu.PsuIdData getPsuData()
-
getBusinessObjectId
String getBusinessObjectId()
-
getAuthorisationId
String getAuthorisationId()
-
getScaStatus
de.adorsys.psd2.xs2a.core.sca.ScaStatus getScaStatus()
-
isUpdatePsuIdentification
boolean isUpdatePsuIdentification()
-
getAuthenticationMethodId
String getAuthenticationMethodId()
-
getScaAuthenticationData
String getScaAuthenticationData()
-
getPassword
String getPassword()
-
-