Interface TrackingContactInfoInterfaceInternal

Interface version of TrackingContactInfo

interface TrackingContactInfoInterface {
    company_name: null | string;
    contact_name: null | string;
    email_address: null | string;
    fax_number: null | string;
    phone_number: null | string;
    role: null | string;
}

Implemented by

Properties

company_name: null | string

The name of the company at the address

contact_name: null | string

The contact's name

email_address: null | string

The contact's or address's email address

fax_number: null | string

The contact's or address's fax number

phone_number: null | string

The contact's or address's phone number

role: null | string

The contact's role in the organization at the address