Class CardListFlowFragment.Result.Failed
-
- All Implemented Interfaces:
-
android.os.Parcelable,ru.tinkoff.acquiring.sdk.redesign.cards.list.ui.CardListFlowFragment.Result
public final class CardListFlowFragment.Result.Failed implements CardListFlowFragment.Result
-
-
Constructor Summary
Constructors Constructor Description CardListFlowFragment.Result.Failed(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()
-
-
-
-