-
- All Implemented Interfaces:
-
com.oppwa.mobile.connect.checkout.uicomponent.PaymentDetailsUiComponentInteraction,com.oppwa.mobile.connect.checkout.uicomponent.UiComponentInteraction
public interface DirectDebitSepaUiComponentInteraction implements PaymentDetailsUiComponentInteractionProvides methods to interact with DirectDebitSepaUiComponent.
-
-
Method Summary
Modifier and Type Method Description abstract voidsetTokenizationEnabled(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- Thetrueif DirectDebit Sepa must be tokenized, otherwisefalse.
-
-
-
-