Class MainPaymentFormFlowViewModel.Event.SbpPaymentFragmentResult
-
- All Implemented Interfaces:
-
ru.tinkoff.acquiring.sdk.redesign.mainform.presentation.vm.MainPaymentFormFlowViewModel.Event
public final class MainPaymentFormFlowViewModel.Event.SbpPaymentFragmentResult implements MainPaymentFormFlowViewModel.Event
-
-
Field Summary
Fields Modifier and Type Field Description private final SbpPaymentFlowFragment.Resultresult
-
Constructor Summary
Constructors Constructor Description MainPaymentFormFlowViewModel.Event.SbpPaymentFragmentResult(SbpPaymentFlowFragment.Result result)
-
Method Summary
Modifier and Type Method Description final SbpPaymentFlowFragment.ResultgetResult()-
-
Constructor Detail
-
MainPaymentFormFlowViewModel.Event.SbpPaymentFragmentResult
MainPaymentFormFlowViewModel.Event.SbpPaymentFragmentResult(SbpPaymentFlowFragment.Result result)
-
-
Method Detail
-
getResult
final SbpPaymentFlowFragment.Result getResult()
-
-
-
-