Package com.adyen.checkout.dropin
Class DropInServiceResult.Action
-
- All Implemented Interfaces:
public final class DropInServiceResult.Action extends DropInServiceResult
A call to /payments or /payments/details was successful and returned with an action that needs to be handled.
Use ActionResponse.SERIALIZER to deserialize your JSON response string.
-
-
Field Summary
Fields Modifier and Type Field Description private final Actionaction
-
Constructor Summary
Constructors Constructor Description DropInServiceResult.Action(Action action)
-