Document

A typesafe enumeration of the scannable documents

import com.sybrin.identity.enums.Document

Summary

Enum values

KenyaIDCard

Selected the Kenyan ID card.

PhilippinesDriversLicense

Selected the Pilipino driver's license.

PhilippinesIDCard

Selected the Pilipino ID card.

PhilippinesPassport

Selected the Pilipino passport.

SouthAfricaGreenBook

Selected the South Africa green book ID.

SouthAfricaIDCard

Selected the South African ID card.

SouthAfricaPassport

Selected the South African passport.

ZimbabwePassport

Selected the Zimbabwean passport.

Enum values

KenyaIDCard

public static final Document KenyaIDCard

Selected the Kenyan ID card.

PhilippinesDriversLicense

public static final Document PhilippinesDriversLicense

Selected the Pilipino driver's license.

PhilippinesIDCard

public static final Document PhilippinesIDCard

Selected the Pilipino ID card.

PhilippinesPassport

public static final Document PhilippinesPassport

Selected the Pilipino passport.

SouthAfricaGreenBook

public static final Document SouthAfricaGreenBook

Selected the South Africa green book ID.

SouthAfricaIDCard

public static final Document SouthAfricaIDCard

Selected the South African ID card.

SouthAfricaPassport

public static final Document SouthAfricaPassport

Selected the South African passport.

ZimbabwePassport

public static final Document ZimbabwePassport

Selected the Zimbabwean passport.

Last updated