Interface TransactionResult

  • All Implemented Interfaces:

    
    public interface TransactionResult
    
                        

    An object that represents the outcome of creating a transaction. Returned by ThreeDS2Service.createTransaction. Its values can be the following:

    • Completed: the initialization is successful.

    • Failure: An internal error occurred during initialization.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class TransactionResult.Success

      Initialization process is completed successfully.

      public final class TransactionResult.Failure

      An internal error occurred during the transaction creation process.

    • 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
      • Methods inherited from class java.lang.Object

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

    • Method Detail