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