DocumentType
An enumeration containing the supported document types
Last updated
An enumeration containing the supported document types
Last updated
Only relevant details are shown, boilerplate or standard Swift generated code is omitted
case GreenBook
The document is a green book.
case IDCard
The document is an ID card.
case Passport
The document is a passport.
public var stringValue: String { get }
Example: "Drivers License"
Returns the case name, separated by spaces, in string format.
Name
Description
The document is a green book.
The document is an ID card.
The document is a passport.
Name
Type
Description
String
Returns the case name, separated by spaces, in string format.