@Service @Transactional(readOnly=true) public class UpdatePaymentAfterSpiServiceInternal extends Object implements UpdatePaymentAfterSpiService
| Constructor and Description |
|---|
UpdatePaymentAfterSpiServiceInternal() |
| Modifier and Type | Method and Description |
|---|---|
CmsResponse<Boolean> |
updatePaymentCancellationInternalRequestId(@NotNull String paymentId,
@NotNull String internalRequestId) |
CmsResponse<Boolean> |
updatePaymentCancellationTppRedirectUri(@NotNull String paymentId,
@NotNull de.adorsys.psd2.xs2a.core.tpp.TppRedirectUri tppRedirectUri) |
CmsResponse<Boolean> |
updatePaymentStatus(@NotNull String paymentId,
@NotNull de.adorsys.psd2.xs2a.core.pis.TransactionStatus status) |
public UpdatePaymentAfterSpiServiceInternal()
@Transactional public CmsResponse<Boolean> updatePaymentStatus(@NotNull @NotNull String paymentId, @NotNull @NotNull de.adorsys.psd2.xs2a.core.pis.TransactionStatus status)
@Transactional public CmsResponse<Boolean> updatePaymentCancellationTppRedirectUri(@NotNull @NotNull String paymentId, @NotNull @NotNull de.adorsys.psd2.xs2a.core.tpp.TppRedirectUri tppRedirectUri)
@Transactional public CmsResponse<Boolean> updatePaymentCancellationInternalRequestId(@NotNull @NotNull String paymentId, @NotNull @NotNull String internalRequestId)
Copyright © 2019. All rights reserved.