Package ru.tinkoff.acquiring.sdk.payment
Class SbpPaymentProcess
-
- All Implemented Interfaces:
public final class SbpPaymentProcessCreated by i.golovachev
-
-
Field Summary
Fields Modifier and Type Field Description private final StateFlow<SbpPaymentState>stateFlow
-
Method Summary
Modifier and Type Method Description final StateFlow<SbpPaymentState>getStateFlow()final Unitstart(PaymentOptions options)final UnitgoingToBankApp(BankInfo bankInfo)final UnitstartCheckingStatus(Integer retriesCount)final Unitpause()final Unitstop()-
-
Method Detail
-
getStateFlow
final StateFlow<SbpPaymentState> getStateFlow()
-
start
final Unit start(PaymentOptions options)
-
goingToBankApp
final Unit goingToBankApp(BankInfo bankInfo)
-
startCheckingStatus
final Unit startCheckingStatus(Integer retriesCount)
-
-
-
-