-
- All Implemented Interfaces:
-
com.oppwa.mobile.connect.checkout.uicomponent.PaymentDetailsUiComponent
,com.oppwa.mobile.connect.checkout.uicomponent.UiComponent
public interface CardTokenUiComponent implements PaymentDetailsUiComponent<T>
The Card Token UI Component is intended to display stored card details and collect security code if needed.
-
-
Method Summary
Modifier and Type Method Description abstract EditText
getCardSecurityCodeEditText()
-
-
Method Detail
-
getCardSecurityCodeEditText
@NonNull() abstract EditText getCardSecurityCodeEditText()
-
-
-
-