Data structure for person.
Properties
optional public Checked?: boolean
Return true, if the person (its data) is optional, otherwise false.
optional public Email?: string
Email address.
public FirstName: string
First name.
public LastName: string
Last name