-
- All Implemented Interfaces:
-
com.oppwa.mobile.connect.checkout.uicomponent.PaymentDetailsUiComponentInteraction
,com.oppwa.mobile.connect.checkout.uicomponent.UiComponentInteraction
public interface DirectDebitSepaUiComponentInteraction implements PaymentDetailsUiComponentInteraction
Provides methods to interact with DirectDebitSepaUiComponent.
-
-
Method Summary
Modifier and Type Method Description abstract void
setTokenizationEnabled(boolean isTokenizationEnabled)
Indicates whether DirectDebit Sepa should be tokenized or not. -
-
Method Detail
-
setTokenizationEnabled
abstract void setTokenizationEnabled(boolean isTokenizationEnabled)
Indicates whether DirectDebit Sepa should be tokenized or not.
- Parameters:
isTokenizationEnabled
- Thetrue
if DirectDebit Sepa must be tokenized, otherwisefalse
.
-
-
-
-