-
- All Implemented Interfaces:
-
ru.tinkoff.acquiring.sdk.redesign.recurrent.ui.RecurrentPaymentEvent
public final class RecurrentPaymentEvent.To3ds implements RecurrentPaymentEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final PaymentOptionspaymentOptionsprivate final ThreeDsStatethreeDsState
-
Constructor Summary
Constructors Constructor Description RecurrentPaymentEvent.To3ds(PaymentOptions paymentOptions, ThreeDsState threeDsState)
-
Method Summary
Modifier and Type Method Description final PaymentOptionsgetPaymentOptions()final ThreeDsStategetThreeDsState()-
-
Constructor Detail
-
RecurrentPaymentEvent.To3ds
RecurrentPaymentEvent.To3ds(PaymentOptions paymentOptions, ThreeDsState threeDsState)
-
-
Method Detail
-
getPaymentOptions
final PaymentOptions getPaymentOptions()
-
getThreeDsState
final ThreeDsState getThreeDsState()
-
-
-
-