Enum Gender
Enum representing a person's gender. Note that HMRC only recognises the genders male and female for PAYE purposes, hence only two options (plus unknown) are provided.
public enum Gender
Fields
Female = 2
Female
Male = 1
Male
Unknown = 0
Not known/undefined