All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.checkout.sessions.NextAction Maven / Gradle / Ivy

There is a newer version: 6.4.2
Show newest version
package com.checkout.sessions;

import com.google.gson.annotations.SerializedName;

public enum NextAction {

    @SerializedName("collect_channel_data")
    COLLECT_CHANNEL_DATA,
    @SerializedName("issuer_fingerprint")
    ISSUER_FINGERPRINT,
    @SerializedName("challenge_cardholder")
    CHALLENGE_CARDHOLDER,
    @SerializedName("redirect_cardholder")
    REDIRECT_CARDHOLDER,
    @SerializedName("complete")
    COMPLETE,
    @SerializedName("authenticate")
    AUTHENTICATE

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy