ContactDetails interface
Contains all the contact details of the customer.
Properties
company |
The name of the company. |
contact |
The contact person name. |
email |
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