ContactDetails Class

Contains all the contact details of the customer.

All required parameters must be populated in order to send to Azure.

Inheritance
ContactDetails

Constructor

ContactDetails(*, contact_person: str, company_name: str, phone: str, email_list, **kwargs)

Parameters

contact_person
str
Required

Required. The contact person name.

company_name
str
Required

Required. The name of the company.

phone
str
Required

Required. The phone number.

email_list
list[str]
Required

Required. The email list.