Class PaymentByCardFlowViewModel.Command.CheckThreeDs
-
- All Implemented Interfaces:
-
ru.tinkoff.acquiring.sdk.redesign.payment.ui.PaymentByCardFlowViewModel.Command
public final class PaymentByCardFlowViewModel.Command.CheckThreeDs implements PaymentByCardFlowViewModel.Command
-
-
Field Summary
Fields Modifier and Type Field Description private final PaymentOptionspaymentOptionsprivate final ThreeDsDatadataprivate final PaymentSourcepaymentSource
-
Constructor Summary
Constructors Constructor Description PaymentByCardFlowViewModel.Command.CheckThreeDs(PaymentOptions paymentOptions, ThreeDsData data, PaymentSource paymentSource)
-
Method Summary
Modifier and Type Method Description final PaymentOptionsgetPaymentOptions()final ThreeDsDatagetData()final PaymentSourcegetPaymentSource()-
-
Constructor Detail
-
PaymentByCardFlowViewModel.Command.CheckThreeDs
PaymentByCardFlowViewModel.Command.CheckThreeDs(PaymentOptions paymentOptions, ThreeDsData data, PaymentSource paymentSource)
-
-
Method Detail
-
getPaymentOptions
final PaymentOptions getPaymentOptions()
-
getData
final ThreeDsData getData()
-
getPaymentSource
final PaymentSource getPaymentSource()
-
-
-
-