one.credify.sdk.enumeration.OnboardingReasonCode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk Show documentation
Show all versions of java-sdk Show documentation
CredifySDK for third parties who want to integrate with Credify ecosystem
package one.credify.sdk.enumeration;
import lombok.AllArgsConstructor;
import lombok.Getter;
@AllArgsConstructor
@Getter
public enum OnboardingReasonCode {
CONVERSION_FAILURE,
INCORRECT_DATA,
DUPLICATED_TRANSACTION,
EXISTING_USER,
DISQUALIFIED_USER,
MALICIOUS_USER,
OTHER
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy