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