Class RecurrentPaymentFlowViewModel.Command.OpenRecurrentPaymentScreen
-
- All Implemented Interfaces:
-
ru.tinkoff.acquiring.sdk.redesign.recurrent.ui.RecurrentPaymentFlowViewModel.Command
public final class RecurrentPaymentFlowViewModel.Command.OpenRecurrentPaymentScreen implements RecurrentPaymentFlowViewModel.Command
-
-
Field Summary
Fields Modifier and Type Field Description private final PaymentOptionspaymentOptionsprivate final Cardcard
-
Constructor Summary
Constructors Constructor Description RecurrentPaymentFlowViewModel.Command.OpenRecurrentPaymentScreen(PaymentOptions paymentOptions, Card card)
-
Method Summary
Modifier and Type Method Description final PaymentOptionsgetPaymentOptions()final CardgetCard()-
-
Constructor Detail
-
RecurrentPaymentFlowViewModel.Command.OpenRecurrentPaymentScreen
RecurrentPaymentFlowViewModel.Command.OpenRecurrentPaymentScreen(PaymentOptions paymentOptions, Card card)
-
-
Method Detail
-
getPaymentOptions
final PaymentOptions getPaymentOptions()
-
getCard
final Card getCard()
-
-
-
-