-
- All Implemented Interfaces:
-
ru.tinkoff.acquiring.sdk.payment.SbpPaymentState
public final class SbpPaymentState.NeedChooseOnUi implements SbpPaymentState
-
-
Field Summary
Fields Modifier and Type Field Description private final LongpaymentIdprivate final PaymentUiEvent.ShowAppsshowApps
-
Constructor Summary
Constructors Constructor Description SbpPaymentState.NeedChooseOnUi(Long paymentId, PaymentUiEvent.ShowApps showApps)
-
Method Summary
Modifier and Type Method Description LonggetPaymentId()final PaymentUiEvent.ShowAppsgetShowApps()-
-
Constructor Detail
-
SbpPaymentState.NeedChooseOnUi
SbpPaymentState.NeedChooseOnUi(Long paymentId, PaymentUiEvent.ShowApps showApps)
-
-
Method Detail
-
getPaymentId
Long getPaymentId()
-
getShowApps
final PaymentUiEvent.ShowApps getShowApps()
-
-
-
-