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