Uses of Class
de.adorsys.psd2.xs2a.domain.pis.PaymentInitiationResponse
-
-
Uses of PaymentInitiationResponse in de.adorsys.psd2.xs2a.domain.pis
Subclasses of PaymentInitiationResponse in de.adorsys.psd2.xs2a.domain.pis Modifier and Type Class Description classBulkPaymentInitiationResponseclassCommonPaymentInitiationResponseclassErrorPaymentInitiationResponsePayment initiation response for error casesclassPeriodicPaymentInitiationResponseclassSinglePaymentInitiationResponse -
Uses of PaymentInitiationResponse in de.adorsys.psd2.xs2a.service
Methods in de.adorsys.psd2.xs2a.service that return types with arguments of type PaymentInitiationResponse Modifier and Type Method Description ResponseObject<PaymentInitiationResponse>PaymentService. createPayment(byte[] payment, PaymentInitiationParameters paymentInitiationParameters)Initiates a payment though "payment service" corresponding service method -
Uses of PaymentInitiationResponse in de.adorsys.psd2.xs2a.service.link
Methods in de.adorsys.psd2.xs2a.service.link that return types with arguments of type PaymentInitiationResponse Modifier and Type Method Description ResponseObject<PaymentInitiationResponse>PaymentAspectService. createPaymentAspect(ResponseObject<PaymentInitiationResponse> result, PaymentInitiationParameters requestParameters)Method parameters in de.adorsys.psd2.xs2a.service.link with type arguments of type PaymentInitiationResponse Modifier and Type Method Description ResponseObject<PaymentInitiationResponse>PaymentAspectService. createPaymentAspect(ResponseObject<PaymentInitiationResponse> result, PaymentInitiationParameters requestParameters) -
Uses of PaymentInitiationResponse in de.adorsys.psd2.xs2a.service.payment.create
Methods in de.adorsys.psd2.xs2a.service.payment.create that return types with arguments of type PaymentInitiationResponse Modifier and Type Method Description default ResponseObject<PaymentInitiationResponse>CreatePaymentService. buildErrorResponse(de.adorsys.psd2.xs2a.core.domain.ErrorHolder errorHolder)ResponseObject<PaymentInitiationResponse>AbstractCreatePaymentService. createPayment(byte[] payment, PaymentInitiationParameters paymentInitiationParameters, de.adorsys.psd2.xs2a.core.tpp.TppInfo tppInfo)Initiates paymentResponseObject<PaymentInitiationResponse>CreatePaymentService. createPayment(byte[] payment, PaymentInitiationParameters paymentInitiationParameters, de.adorsys.psd2.xs2a.core.tpp.TppInfo tppInfo) -
Uses of PaymentInitiationResponse in de.adorsys.psd2.xs2a.service.payment.create.spi
Methods in de.adorsys.psd2.xs2a.service.payment.create.spi that return PaymentInitiationResponse Modifier and Type Method Description PaymentInitiationResponseAbstractPaymentInitiationService. initiatePayment(T payment, String paymentProduct, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData)PaymentInitiationResponsePaymentInitiationService. initiatePayment(T payment, String paymentProduct, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData)protected abstract PaymentInitiationResponseAbstractPaymentInitiationService. mapToXs2aResponse(R spiResponse, InitialSpiAspspConsentDataProvider provider, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType) -
Uses of PaymentInitiationResponse in de.adorsys.psd2.xs2a.web.aspect
Methods in de.adorsys.psd2.xs2a.web.aspect that return types with arguments of type PaymentInitiationResponse Modifier and Type Method Description ResponseObject<PaymentInitiationResponse>PaymentInitiationAspect. createPaymentAspect(ResponseObject<PaymentInitiationResponse> result, Object payment, PaymentInitiationParameters requestParameters)Method parameters in de.adorsys.psd2.xs2a.web.aspect with type arguments of type PaymentInitiationResponse Modifier and Type Method Description ResponseObject<PaymentInitiationResponse>PaymentInitiationAspect. createPaymentAspect(ResponseObject<PaymentInitiationResponse> result, Object payment, PaymentInitiationParameters requestParameters) -
Uses of PaymentInitiationResponse in de.adorsys.psd2.xs2a.web.link
Constructors in de.adorsys.psd2.xs2a.web.link with parameters of type PaymentInitiationResponse Constructor Description PaymentInitiationLinks(LinkParameters linkParameters, ScaApproachResolver scaApproachResolver, RedirectLinkBuilder redirectLinkBuilder, RedirectIdService redirectIdService, PaymentInitiationParameters paymentRequestParameters, PaymentInitiationResponse body, de.adorsys.psd2.xs2a.core.profile.ScaRedirectFlow scaRedirectFlow) -
Uses of PaymentInitiationResponse in de.adorsys.psd2.xs2a.web.mapper
Methods in de.adorsys.psd2.xs2a.web.mapper with parameters of type PaymentInitiationResponse Modifier and Type Method Description de.adorsys.psd2.model.PaymentInitationRequestResponse201PaymentModelMapperPsd2. mapToPaymentInitiationResponse(PaymentInitiationResponse response)
-