wallee
Version:
TypeScript/JavaScript client for wallee
9 lines (8 loc) • 325 B
TypeScript
declare enum CardAuthenticationResponse {
FULLY_AUTHENTICATED = "FULLY_AUTHENTICATED",
AUTHENTICATION_NOT_REQUIRED = "AUTHENTICATION_NOT_REQUIRED",
NOT_ENROLLED = "NOT_ENROLLED",
ENROLLMENT_ERROR = "ENROLLMENT_ERROR",
AUTHENTICATION_ERROR = "AUTHENTICATION_ERROR"
}
export { CardAuthenticationResponse };