Class PaymentComponentEvent.ActionDetails
-
- All Implemented Interfaces:
-
com.adyen.checkout.components.core.internal.ComponentEvent
public final class PaymentComponentEvent.ActionDetails<ComponentStateT extends PaymentComponentState<out PaymentMethodDetails>> extends PaymentComponentEvent<ComponentStateT>
-
-
Field Summary
Fields Modifier and Type Field Description private final ActionComponentDatadata
-
Constructor Summary
Constructors Constructor Description PaymentComponentEvent.ActionDetails(ActionComponentData data)
-
Method Summary
Modifier and Type Method Description final ActionComponentDatagetData()-
-
Constructor Detail
-
PaymentComponentEvent.ActionDetails
PaymentComponentEvent.ActionDetails(ActionComponentData data)
-
-
Method Detail
-
getData
final ActionComponentData getData()
-
-
-
-