Package 

Interface DirectDebitSepaUiComponentInteraction

  • 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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void setTokenizationEnabled(boolean isTokenizationEnabled) Indicates whether DirectDebit Sepa should be tokenized or not.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • setTokenizationEnabled

         abstract void setTokenizationEnabled(boolean isTokenizationEnabled)

        Indicates whether DirectDebit Sepa should be tokenized or not.

        Parameters:
        isTokenizationEnabled - The true if DirectDebit Sepa must be tokenized, otherwise false.