Interface CvcUIComponent
-
- All Implemented Interfaces:
-
ru.tinkoff.acquiring.sdk.ui.component.UiComponent
public interface CvcUIComponent implements UiComponent<String>
-
-
Method Summary
Modifier and Type Method Description abstract UnitclearCvc()abstract UnitenableCvc(Boolean isEnabled)abstract UnitclearInput(String text)abstract UnitclearCvcFocus()-
-
Method Detail
-
clearInput
abstract Unit clearInput(String text)
-
clearCvcFocus
abstract Unit clearCvcFocus()
-
-
-
-