-
- All Implemented Interfaces:
-
ru.tinkoff.acquiring.sdk.payment.TpayPaymentState
public final class TpayPaymentState.PaymentFailed implements TpayPaymentState
-
-
Constructor Summary
Constructors Constructor Description TpayPaymentState.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()
-
-
-
-