Class CreatePaymentAuthorisationProcessorResponse
- java.lang.Object
-
- de.adorsys.psd2.xs2a.service.authorization.processor.model.AuthorisationProcessorResponse
-
- de.adorsys.psd2.xs2a.domain.consent.CreatePaymentAuthorisationProcessorResponse
-
- All Implemented Interfaces:
AuthorisationResponse
public class CreatePaymentAuthorisationProcessorResponse extends AuthorisationProcessorResponse
-
-
Field Summary
-
Fields inherited from class de.adorsys.psd2.xs2a.service.authorization.processor.model.AuthorisationProcessorResponse
authorisationId, availableScaMethods, basketId, challengeData, chosenScaMethod, consentId, errorHolder, links, paymentId, psuData, psuMessage, scaStatus
-
-
Constructor Summary
Constructors Constructor Description CreatePaymentAuthorisationProcessorResponse(de.adorsys.psd2.xs2a.core.domain.ErrorHolder errorHolder, de.adorsys.psd2.xs2a.core.profile.ScaApproach scaApproach, String paymentId, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData)CreatePaymentAuthorisationProcessorResponse(de.adorsys.psd2.xs2a.core.sca.ScaStatus scaStatus, de.adorsys.psd2.xs2a.core.profile.ScaApproach scaApproach, String psuMessage, Set<de.adorsys.psd2.xs2a.core.domain.TppMessageInformation> tppMessages, String paymentId, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData)
-
Method Summary
-
Methods inherited from class de.adorsys.psd2.xs2a.service.authorization.processor.model.AuthorisationProcessorResponse
hasError
-
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
-
-
-
-
Constructor Detail
-
CreatePaymentAuthorisationProcessorResponse
public CreatePaymentAuthorisationProcessorResponse(de.adorsys.psd2.xs2a.core.domain.ErrorHolder errorHolder, de.adorsys.psd2.xs2a.core.profile.ScaApproach scaApproach, String paymentId, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData)
-
CreatePaymentAuthorisationProcessorResponse
public CreatePaymentAuthorisationProcessorResponse(de.adorsys.psd2.xs2a.core.sca.ScaStatus scaStatus, de.adorsys.psd2.xs2a.core.profile.ScaApproach scaApproach, String psuMessage, Set<de.adorsys.psd2.xs2a.core.domain.TppMessageInformation> tppMessages, String paymentId, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData)
-
-