CitizenshipType
An enumeration containing the citizenship status
Last updated
An enumeration containing the citizenship status
Last updated
Only relevant details are shown, boilerplate or standard Swift generated code is omitted
case Citizen
The subject is a citizen of the country.
case PermanentResident
The subject is a permanent resident of the country.
case Unknown
The citizenship of the subject is unknown.
public var stringValue: String { get }
Example: "Permanent Resident"
Returns the case name, separated by spaces, in string format.
Name
Description
The subject is a citizen of the country.
The subject is a permanent resident of the country.
The citizenship of the subject is unknown.
Name
Type
Description
String
Returns the case name, separated by spaces, in string format.