Package com.adyen.threeds2
Class ChallengeResult.Completed
-
- All Implemented Interfaces:
-
com.adyen.threeds2.ChallengeResult
public final class ChallengeResult.Completed implements ChallengeResult
Challenge process is completed successfully.
-
-
Field Summary
Fields Modifier and Type Field Description private final String
transactionStatus
-
Constructor Summary
Constructors Constructor Description ChallengeResult.Completed(String transactionStatus)
-
Method Summary
Modifier and Type Method Description final String
getTransactionStatus()
-
-
-
Constructor Detail
-
ChallengeResult.Completed
ChallengeResult.Completed(String transactionStatus)
- Parameters:
transactionStatus
- The Transaction status required for Adyen to identify the final status of a transaction.
-
-
Method Detail
-
getTransactionStatus
final String getTransactionStatus()
-
-