ContactDetails Class
Contains all the contact details of the customer.
All required parameters must be populated in order to send to server.
Constructor
ContactDetails(*, contact_person: str, company_name: str, phone: str, email_list: List[str], **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
contact_person
|
The contact person name. Required. |
|
company_name
|
The name of the company. Required. |
|
phone
|
The phone number. Required. |
|
email_list
|
The email list. Required. |