The contact details

ContactDetails

interface ContactDetails {
    primary?: ContactDetailsPrimary;
}

Properties

Properties

ContactDetails