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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Action action
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Action getAction()
      • Methods inherited from class java.lang.Object

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

      • DropInServiceResult.Action

        DropInServiceResult.Action(Action action)
        Parameters:
        action - the action object to be handled by Drop-in.