-
- All Implemented Interfaces:
-
ru.tinkoff.acquiring.sdk.payment.MirPayPaymentState
public final class MirPayPaymentState.PaymentFailed implements MirPayPaymentState
-
-
Constructor Summary
Constructors Constructor Description MirPayPaymentState.PaymentFailed(Long paymentId, Throwable throwable, String errorCode)
-
Method Summary
Modifier and Type Method Description LonggetPaymentId()final ThrowablegetThrowable()final StringgetErrorCode()-
-
Method Detail
-
getPaymentId
Long getPaymentId()
-
getThrowable
final Throwable getThrowable()
-
getErrorCode
final String getErrorCode()
-
-
-
-