Interface PaymentComponent

  • All Implemented Interfaces:
    com.adyen.checkout.components.core.internal.Component

    
    public interface PaymentComponent
     implements Component
                        

    A component that handles collecting user input data. It handles validating and formatting the data for the UI. A valid PaymentComponentState contains PaymentMethodDetails to help compose the request to the /payments API call.

    This component can also handle additional actions.

    Can be attached to AdyenComponentView to present a view to the user.

    • 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 Unit setInteractionBlocked(Boolean isInteractionBlocked) Sets whether the user is allowed to interact with the component or not.
      • Methods inherited from class com.adyen.checkout.components.core.internal.Component

        getDelegate
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • setInteractionBlocked

         abstract Unit setInteractionBlocked(Boolean isInteractionBlocked)

        Sets whether the user is allowed to interact with the component or not.