# ProfileInfo
## Properties
**about** | Option<**String**> | Profile's About section | [optional]
**address** | Option<**String**> | Address of the business | [optional]
**description** | Option<**String**> | Description of the business | [optional]
**email** | Option<**String**> | Business email | [optional]
**phone** | Option<**String**> | Linked phone number | [optional]
**vertical** | Option<**Vertical**> | Industry of the business (enum: Automotive, Beauty, Spa and Salon, Clothing and Apparel, Education, Entertainment, Event Planning and Service, Finance and Banking, Food and Grocery, Public Service, Hotel and Lodging, Medical and Health, Non-profit, Professional Services, Shopping and Retail, Travel and Transportation, Restaurant, Other) | [optional]
**photo** | Option<**String**> | Profile photo URL | [optional]
**websites** | Option<**Vec<String>**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)