Class Contact
Contact information (email, phone, etc).
public class Contact
Inheritance
Properties
IsVerified
public bool IsVerified { get; set; }
Metadata
public ContactDetail[]? Metadata { get; set; }
NotificationHours
public int[]? NotificationHours { get; set; }
Type
public string Type { get; set; }
Value
public string Value { get; set; }