Package com.adyen.threeds2
Interface TransactionResult
-
- All Implemented Interfaces:
public interface TransactionResultAn object that represents the outcome of creating a transaction. Returned by ThreeDS2Service.createTransaction. Its values can be the following:
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTransactionResult.SuccessInitialization process is completed successfully.
public final classTransactionResult.FailureAn internal error occurred during the transaction creation process.
-