Class Xs2aUpdatePaymentAfterSpiService
- java.lang.Object
-
- de.adorsys.psd2.xs2a.service.payment.Xs2aUpdatePaymentAfterSpiService
-
@Service public class Xs2aUpdatePaymentAfterSpiService extends Object
-
-
Constructor Summary
Constructors Constructor Description Xs2aUpdatePaymentAfterSpiService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanupdatePaymentCancellationInternalRequestId(@NotNull String paymentId, @NotNull String internalRequestId)booleanupdatePaymentCancellationTppRedirectUri(@NotNull String paymentId, @NotNull de.adorsys.psd2.xs2a.core.tpp.TppRedirectUri tppRedirectUri)booleanupdatePaymentStatus(@NotNull String paymentId, @NotNull de.adorsys.psd2.xs2a.core.pis.TransactionStatus status)
-
-
-
Method Detail
-
updatePaymentStatus
public boolean updatePaymentStatus(@NotNull @NotNull String paymentId, @NotNull @NotNull de.adorsys.psd2.xs2a.core.pis.TransactionStatus status)
-
updatePaymentCancellationTppRedirectUri
public boolean updatePaymentCancellationTppRedirectUri(@NotNull @NotNull String paymentId, @NotNull @NotNull de.adorsys.psd2.xs2a.core.tpp.TppRedirectUri tppRedirectUri)
-
-