Threeds2ChallengeAction
data class Threeds2ChallengeAction(var type: String? = null, var paymentData: String? = null, var paymentMethodType: String? = null, var token: String? = null) : BaseThreeds2Action
Deprecated
The 3DS2 flow with separate fingerprint and challenge actions is deprecated. Use Threeds2Action instead.
Replace with
import com.adyen.checkout.components.core.action.Threeds2Action
Content copied to clipboard
Threeds2ActionContent copied to clipboard