Uses of Class
de.adorsys.psd2.xs2a.domain.consent.Xs2aScaStatusResponse
-
Packages that use Xs2aScaStatusResponse Package Description de.adorsys.psd2.xs2a.service de.adorsys.psd2.xs2a.web.mapper -
-
Uses of Xs2aScaStatusResponse in de.adorsys.psd2.xs2a.service
Methods in de.adorsys.psd2.xs2a.service that return types with arguments of type Xs2aScaStatusResponse Modifier and Type Method Description ResponseObject<Xs2aScaStatusResponse>PaymentServiceForAuthorisation. getAuthorisationScaStatus(String paymentId, String authorisationId, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType, String paymentProduct)Gets SCA status response of payment authorisationResponseObject<Xs2aScaStatusResponse>ConsentService. getConsentAuthorisationScaStatus(String consentId, String authorisationId)Gets SCA status response of consent authorisation -
Uses of Xs2aScaStatusResponse in de.adorsys.psd2.xs2a.web.mapper
Methods in de.adorsys.psd2.xs2a.web.mapper with parameters of type Xs2aScaStatusResponse Modifier and Type Method Description @NotNull de.adorsys.psd2.model.ScaStatusResponseAuthorisationMapper. mapToScaStatusResponse(@NotNull Xs2aScaStatusResponse xs2aScaStatusResponse)
-