Package ru.tinkoff.acquiring.sdk.payment
Class PaymentByCardState.ThreeDsUiNeeded
-
- All Implemented Interfaces:
-
ru.tinkoff.acquiring.sdk.payment.PaymentByCardState
public final class PaymentByCardState.ThreeDsUiNeeded implements PaymentByCardState
-
-
Field Summary
Fields Modifier and Type Field Description private final ThreeDsStatethreeDsStateprivate final PaymentOptionspaymentOptionsprivate final PaymentSourcepaymentSource
-
Constructor Summary
Constructors Constructor Description PaymentByCardState.ThreeDsUiNeeded(ThreeDsState threeDsState, PaymentOptions paymentOptions, PaymentSource paymentSource)
-
Method Summary
Modifier and Type Method Description final ThreeDsStategetThreeDsState()final PaymentOptionsgetPaymentOptions()final PaymentSourcegetPaymentSource()-
-
Constructor Detail
-
PaymentByCardState.ThreeDsUiNeeded
PaymentByCardState.ThreeDsUiNeeded(ThreeDsState threeDsState, PaymentOptions paymentOptions, PaymentSource paymentSource)
-
-
Method Detail
-
getThreeDsState
final ThreeDsState getThreeDsState()
-
getPaymentOptions
final PaymentOptions getPaymentOptions()
-
getPaymentSource
final PaymentSource getPaymentSource()
-
-
-
-