ContactDetails interface

Contains all the contact details of the customer.

Properties

companyName

The name of the company.

contactPerson

The contact person name.

emailList

The email list.

phone

The phone number.

Property Details

companyName

The name of the company.

companyName: string

Property Value

string

contactPerson

The contact person name.

contactPerson: string

Property Value

string

emailList

The email list.

emailList: string[]

Property Value

string[]

phone

The phone number.

phone: string

Property Value

string