Interface CancellationAuthorisationResponse
-
- All Known Implementing Classes:
Xs2aCreatePisCancellationAuthorisationResponse,Xs2aUpdatePisCommonPaymentPsuDataResponse
public interface CancellationAuthorisationResponseCommon 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 StringgetAuthorisationId()@NotNull AuthorisationResponseTypegetAuthorisationResponseType()default StringgetInternalRequestId()de.adorsys.psd2.xs2a.core.sca.ScaStatusgetScaStatus()
-
-
-
Method Detail
-
getAuthorisationId
String getAuthorisationId()
-
getScaStatus
de.adorsys.psd2.xs2a.core.sca.ScaStatus getScaStatus()
-
getAuthorisationResponseType
@NotNull @NotNull AuthorisationResponseType getAuthorisationResponseType()
-
getInternalRequestId
default String getInternalRequestId()
-
-