Uses of Class
de.adorsys.psd2.xs2a.domain.consent.Xs2aCreatePisCancellationAuthorisationResponse
-
-
Uses of Xs2aCreatePisCancellationAuthorisationResponse in de.adorsys.psd2.xs2a.service.authorization.pis
Methods in de.adorsys.psd2.xs2a.service.authorization.pis that return types with arguments of type Xs2aCreatePisCancellationAuthorisationResponse Modifier and Type Method Description Optional<Xs2aCreatePisCancellationAuthorisationResponse>DecoupledPisScaAuthorisationService. createCommonPaymentCancellationAuthorisation(String paymentId, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData)Optional<Xs2aCreatePisCancellationAuthorisationResponse>EmbeddedPisScaAuthorisationService. createCommonPaymentCancellationAuthorisation(String paymentId, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData)Optional<Xs2aCreatePisCancellationAuthorisationResponse>OauthPisScaAuthorisationService. createCommonPaymentCancellationAuthorisation(String paymentId, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData)Optional<Xs2aCreatePisCancellationAuthorisationResponse>PisScaAuthorisationService. createCommonPaymentCancellationAuthorisation(String paymentId, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData)Creates authorisation cancellation for the paymentOptional<Xs2aCreatePisCancellationAuthorisationResponse>RedirectPisScaAuthorisationService. createCommonPaymentCancellationAuthorisation(String paymentId, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData) -
Uses of Xs2aCreatePisCancellationAuthorisationResponse in de.adorsys.psd2.xs2a.service.mapper.consent
Methods in de.adorsys.psd2.xs2a.service.mapper.consent that return types with arguments of type Xs2aCreatePisCancellationAuthorisationResponse Modifier and Type Method Description Optional<Xs2aCreatePisCancellationAuthorisationResponse>Xs2aPisCommonPaymentMapper. mapToXs2aCreatePisCancellationAuthorisationResponse(de.adorsys.psd2.consent.api.authorisation.CreateAuthorisationResponse response, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType) -
Uses of Xs2aCreatePisCancellationAuthorisationResponse in de.adorsys.psd2.xs2a.web.mapper
Methods in de.adorsys.psd2.xs2a.web.mapper with parameters of type Xs2aCreatePisCancellationAuthorisationResponse Modifier and Type Method Description abstract de.adorsys.psd2.model.StartScaprocessResponseAuthorisationModelMapper. mapToStartScaProcessResponseCancellation(Xs2aCreatePisCancellationAuthorisationResponse xs2aResponse)
-