Package de.adorsys.psd2.consent.service
Class UpdatePaymentAfterSpiServiceInternalEncrypted
- java.lang.Object
-
- de.adorsys.psd2.consent.service.UpdatePaymentAfterSpiServiceInternalEncrypted
-
- All Implemented Interfaces:
de.adorsys.psd2.consent.api.service.UpdatePaymentAfterSpiServiceEncrypted
@Service @Transactional(readOnly=true) public class UpdatePaymentAfterSpiServiceInternalEncrypted extends Object implements de.adorsys.psd2.consent.api.service.UpdatePaymentAfterSpiServiceEncrypted
-
-
Constructor Summary
Constructors Constructor Description UpdatePaymentAfterSpiServiceInternalEncrypted()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.adorsys.psd2.consent.api.CmsResponse<Boolean>updatePaymentCancellationInternalRequestId(@NotNull String encryptedPaymentId, @NotNull String internalRequestId)de.adorsys.psd2.consent.api.CmsResponse<Boolean>updatePaymentCancellationTppRedirectUri(@NotNull String encryptedPaymentId, @NotNull de.adorsys.psd2.xs2a.core.tpp.TppRedirectUri tppRedirectUri)de.adorsys.psd2.consent.api.CmsResponse<Boolean>updatePaymentStatus(@NotNull String encryptedPaymentId, @NotNull de.adorsys.psd2.xs2a.core.pis.TransactionStatus status)
-
-
-
Method Detail
-
updatePaymentStatus
@Transactional public de.adorsys.psd2.consent.api.CmsResponse<Boolean> updatePaymentStatus(@NotNull @NotNull String encryptedPaymentId, @NotNull @NotNull de.adorsys.psd2.xs2a.core.pis.TransactionStatus status)
-
updatePaymentCancellationTppRedirectUri
@Transactional public de.adorsys.psd2.consent.api.CmsResponse<Boolean> updatePaymentCancellationTppRedirectUri(@NotNull @NotNull String encryptedPaymentId, @NotNull @NotNull de.adorsys.psd2.xs2a.core.tpp.TppRedirectUri tppRedirectUri)
-
-