
com.riskified.models.FailureReason Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of riskified-sdk Show documentation
Show all versions of riskified-sdk Show documentation
Risikified rest api SDK for java
The newest version!
package com.riskified.models;
import com.google.gson.annotations.SerializedName;
public enum FailureReason {
@SerializedName("wrong password")
wrongPassword,
@SerializedName("captcha")
captcha,
@SerializedName("disabled account")
disabledAccount,
@SerializedName("nonexistent account")
nonexistentAccount,
@SerializedName("other")
other
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy