Package ru.tinkoff.acquiring.sdk.payment
Class MirPayProcess
-
- All Implemented Interfaces:
public final class MirPayProcessk.shpakovskiy
-
-
Field Summary
Fields Modifier and Type Field Description private final MutableStateFlow<MirPayPaymentState>state
-
Method Summary
Modifier and Type Method Description final MutableStateFlow<MirPayPaymentState>getState()final Unitstart(PaymentOptions paymentOptions)final UnitgoingToBankApp()final UnitstartCheckingStatus(Integer retriesCount)final Unitstop()final static MirPayProcessget()-
-
Method Detail
-
getState
final MutableStateFlow<MirPayPaymentState> getState()
-
start
final Unit start(PaymentOptions paymentOptions)
-
goingToBankApp
final Unit goingToBankApp()
-
startCheckingStatus
final Unit startCheckingStatus(Integer retriesCount)
-
get
final static MirPayProcess get()
-
-
-
-