com.checkout.sessions.NextAction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of checkout-sdk-java Show documentation
Show all versions of checkout-sdk-java Show documentation
Checkout SDK for Java https://checkout.com
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