Contact information for the person in the seller's organization who is responsible for a Less Than Truckload/Full Truckload (LTL/FTL) shipment.

Contact

interface Contact {
    Email: string;
    Fax?: string;
    Name: string;
    Phone: string;
}

Properties

Properties

Email: string

The email address of the contact person.

Contact

Fax?: string

The fax number of the contact person.

Contact

Name: string

The name of the contact person.

Contact

Phone: string

The phone number of the contact person.

Contact