DocumentType

A typesafe enumeration of the available document types

import com.sybrin.identity.enums.DocumentType

Summary

Enum values

Selects the driver's license document type.

Selects the green book document type.

Selects the ID card document type.

Selects the passport document type.

Enum values

DriverLicense

public static final DocumentType DriverLicense

Selects the driver's license document type.

GreenBook

public static final DocumentType GreenBook

Selects the green book document type.

IDCard

public static final DocumentType IDCard

Selects the ID card document type.

Passport

public static final DocumentType Passport

Selects the passport document type.

Last updated

Was this helpful?