Class TPayResult.Error
-
- All Implemented Interfaces:
-
android.os.Parcelable,ru.tinkoff.acquiring.sdk.redesign.tpay.ui.TPayResult
public final class TPayResult.Error implements TPayResult
-
-
Constructor Summary
Constructors Constructor Description TPayResult.Error(Throwable error, Integer errorCode, Long paymentId)
-
Method Summary
Modifier and Type Method Description final ThrowablegetError()final IntegergetErrorCode()final LonggetPaymentId()-
-
Method Detail
-
getErrorCode
final Integer getErrorCode()
-
getPaymentId
final Long getPaymentId()
-
-
-
-