-
- All Implemented Interfaces:
-
ru.tinkoff.acquiring.sdk.payment.PaymentByCardState
public final class PaymentByCardState.CvcUiNeeded implements PaymentByCardState
-
-
Field Summary
Fields Modifier and Type Field Description private final PaymentOptionspaymentOptionsprivate final StringrejectedPaymentId
-
Constructor Summary
Constructors Constructor Description PaymentByCardState.CvcUiNeeded(PaymentOptions paymentOptions, String rejectedPaymentId)
-
Method Summary
Modifier and Type Method Description final PaymentOptionsgetPaymentOptions()final StringgetRejectedPaymentId()-
-
Constructor Detail
-
PaymentByCardState.CvcUiNeeded
PaymentByCardState.CvcUiNeeded(PaymentOptions paymentOptions, String rejectedPaymentId)
-
-
Method Detail
-
getPaymentOptions
final PaymentOptions getPaymentOptions()
-
getRejectedPaymentId
final String getRejectedPaymentId()
-
-
-
-