Class Xs2aCreatePisCancellationAuthorisationResponse
- java.lang.Object
-
- de.adorsys.psd2.xs2a.domain.consent.Xs2aCreatePisCancellationAuthorisationResponse
-
- All Implemented Interfaces:
AuthorisationResponse,CancellationAuthorisationResponse
public class Xs2aCreatePisCancellationAuthorisationResponse extends Object implements CancellationAuthorisationResponse
-
-
Constructor Summary
Constructors Constructor Description Xs2aCreatePisCancellationAuthorisationResponse(@NotNull String authorisationId, de.adorsys.psd2.xs2a.core.sca.ScaStatus scaStatus, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType, String internalRequestId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull AuthorisationResponseTypegetAuthorisationResponseType()StringgetInternalRequestId()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.adorsys.psd2.xs2a.domain.authorisation.AuthorisationResponse
getAuthorisationId, getTppMessageInformation, setPsuMessage
-
Methods inherited from interface de.adorsys.psd2.xs2a.domain.authorisation.CancellationAuthorisationResponse
getPsuMessage, getScaStatus
-
-
-
-
Method Detail
-
getAuthorisationResponseType
@NotNull public @NotNull AuthorisationResponseType getAuthorisationResponseType()
- Specified by:
getAuthorisationResponseTypein interfaceCancellationAuthorisationResponse
-
getInternalRequestId
public String getInternalRequestId()
- Specified by:
getInternalRequestIdin interfaceCancellationAuthorisationResponse
-
-