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.
-
-
Method Summary
Modifier and Type Method Description abstract UnitsetInteractionBlocked(Boolean isInteractionBlocked)Sets whether the user is allowed to interact with the component or not. -
-
Method Detail
-
setInteractionBlocked
abstract Unit setInteractionBlocked(Boolean isInteractionBlocked)
Sets whether the user is allowed to interact with the component or not.
-
-
-
-