Uses of Class
de.adorsys.psd2.xs2a.domain.pis.GetPaymentStatusResponse
-
Packages that use GetPaymentStatusResponse Package Description de.adorsys.psd2.xs2a.service de.adorsys.psd2.xs2a.web.mapper -
-
Uses of GetPaymentStatusResponse in de.adorsys.psd2.xs2a.service
Methods in de.adorsys.psd2.xs2a.service that return types with arguments of type GetPaymentStatusResponse Modifier and Type Method Description ResponseObject<GetPaymentStatusResponse>PaymentService. getPaymentStatusById(de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType, String paymentProduct, String encryptedPaymentId)Retrieves payment status from ASPSP -
Uses of GetPaymentStatusResponse in de.adorsys.psd2.xs2a.web.mapper
Methods in de.adorsys.psd2.xs2a.web.mapper with parameters of type GetPaymentStatusResponse Modifier and Type Method Description de.adorsys.psd2.model.PaymentInitiationStatusResponse200JsonPaymentModelMapperPsd2. mapToStatusResponseJson(GetPaymentStatusResponse response)byte[]PaymentModelMapperPsd2. mapToStatusResponseRaw(GetPaymentStatusResponse response)
-