Interface CancellationAuthorisationResponse
-
- All Superinterfaces:
AuthorisationResponse
- All Known Implementing Classes:
Xs2aCreatePisCancellationAuthorisationResponse,Xs2aUpdatePisCommonPaymentPsuDataResponse
public interface CancellationAuthorisationResponse extends AuthorisationResponse
Common authorisation response to be used on creating or updating cancellation authorisation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description @NotNull AuthorisationResponseTypegetAuthorisationResponseType()default StringgetInternalRequestId()StringgetPsuMessage()de.adorsys.psd2.xs2a.core.sca.ScaStatusgetScaStatus()-
Methods inherited from interface de.adorsys.psd2.xs2a.domain.authorisation.AuthorisationResponse
getAuthorisationId, getTppMessageInformation, setPsuMessage
-
-
-
-
Method Detail
-
getScaStatus
de.adorsys.psd2.xs2a.core.sca.ScaStatus getScaStatus()
-
getAuthorisationResponseType
@NotNull @NotNull AuthorisationResponseType getAuthorisationResponseType()
-
getInternalRequestId
default String getInternalRequestId()
-
getPsuMessage
String getPsuMessage()
-
-