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

Export

Contact

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

Properties

Properties

Email: string

The email address of the contact person.

Memberof

Contact

Fax?: string

The fax number of the contact person.

Memberof

Contact

Name: string

The name of the contact person.

Memberof

Contact

Phone: string

The phone number of the contact person.

Memberof

Contact