-
- All Implemented Interfaces:
-
ru.tinkoff.acquiring.sdk.redesign.recurrent.ui.RecurrentPaymentEvent
public final class RecurrentPaymentEvent.CloseWithError implements RecurrentPaymentEvent
-
-
Constructor Summary
Constructors Constructor Description RecurrentPaymentEvent.CloseWithError(PaymentByCardState.Error error)RecurrentPaymentEvent.CloseWithError(Throwable throwable, Long paymentId)
-
Method Summary
Modifier and Type Method Description final ThrowablegetThrowable()final LonggetPaymentId()-
-
Constructor Detail
-
RecurrentPaymentEvent.CloseWithError
RecurrentPaymentEvent.CloseWithError(PaymentByCardState.Error error)
-
-
Method Detail
-
getThrowable
final Throwable getThrowable()
-
getPaymentId
final Long getPaymentId()
-
-
-
-