Uses of Class
de.adorsys.psd2.xs2a.domain.consent.Xs2aPaymentCancellationAuthorisationSubResource
-
Packages that use Xs2aPaymentCancellationAuthorisationSubResource Package Description de.adorsys.psd2.xs2a.service de.adorsys.psd2.xs2a.service.authorization.pis de.adorsys.psd2.xs2a.web.mapper -
-
Uses of Xs2aPaymentCancellationAuthorisationSubResource in de.adorsys.psd2.xs2a.service
Methods in de.adorsys.psd2.xs2a.service that return types with arguments of type Xs2aPaymentCancellationAuthorisationSubResource Modifier and Type Method Description ResponseObject<Xs2aPaymentCancellationAuthorisationSubResource>PaymentCancellationAuthorisationService. getPaymentInitiationCancellationAuthorisationInformation(String paymentId, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType, String paymentProduct)ResponseObject<Xs2aPaymentCancellationAuthorisationSubResource>PaymentCancellationAuthorisationServiceImpl. getPaymentInitiationCancellationAuthorisationInformation(String paymentId, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType, String paymentProduct)Gets list of cancellation identifiers -
Uses of Xs2aPaymentCancellationAuthorisationSubResource in de.adorsys.psd2.xs2a.service.authorization.pis
Methods in de.adorsys.psd2.xs2a.service.authorization.pis that return types with arguments of type Xs2aPaymentCancellationAuthorisationSubResource Modifier and Type Method Description Optional<Xs2aPaymentCancellationAuthorisationSubResource>DecoupledPisScaAuthorisationService. getCancellationAuthorisationSubResources(String paymentId)Optional<Xs2aPaymentCancellationAuthorisationSubResource>EmbeddedPisScaAuthorisationService. getCancellationAuthorisationSubResources(String paymentId)Optional<Xs2aPaymentCancellationAuthorisationSubResource>OauthPisScaAuthorisationService. getCancellationAuthorisationSubResources(String paymentId)Optional<Xs2aPaymentCancellationAuthorisationSubResource>PisScaAuthorisationService. getCancellationAuthorisationSubResources(String paymentId)Gets authorisation cancellation sub resourcesOptional<Xs2aPaymentCancellationAuthorisationSubResource>RedirectPisScaAuthorisationService. getCancellationAuthorisationSubResources(String paymentId) -
Uses of Xs2aPaymentCancellationAuthorisationSubResource in de.adorsys.psd2.xs2a.web.mapper
Methods in de.adorsys.psd2.xs2a.web.mapper with parameters of type Xs2aPaymentCancellationAuthorisationSubResource Modifier and Type Method Description de.adorsys.psd2.model.CancellationsConsentModelMapper. mapToCancellations(Xs2aPaymentCancellationAuthorisationSubResource idsContainer)
-