-
public final class Adyen3DS2Serializer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAdyen3DS2Serializer.Companion
-
Constructor Summary
Constructors Constructor Description Adyen3DS2Serializer()
-
Method Summary
Modifier and Type Method Description final JSONObjectcreateFingerprintDetails(String encodedFingerprint)final JSONObjectcreateChallengeDetails(CompletionEvent completionEvent)final JSONObjectcreateThreeDsResultDetails(CompletionEvent completionEvent, String authorisationToken)-
-
Method Detail
-
createFingerprintDetails
final JSONObject createFingerprintDetails(String encodedFingerprint)
-
createChallengeDetails
final JSONObject createChallengeDetails(CompletionEvent completionEvent)
-
createThreeDsResultDetails
final JSONObject createThreeDsResultDetails(CompletionEvent completionEvent, String authorisationToken)
-
-
-
-