CompanyDetails interface
組織的公司詳細數據
屬性
| business |
公司的商務電話號碼 |
| company |
公司名稱 |
| country | 公司的國家/地區名稱 |
| domain | 使用者的網域 |
| number |
公司的員工數目 |
| office |
公司的辦公室位址 |
屬性詳細資料
businessPhone
公司的商務電話號碼
businessPhone?: string
屬性值
string
companyName
公司名稱
companyName?: string
屬性值
string
country
公司的國家/地區名稱
country?: string
屬性值
string
domain
使用者的網域
domain?: string
屬性值
string
numberOfEmployees
公司的員工數目
numberOfEmployees?: number
屬性值
number
officeAddress
公司的辦公室位址
officeAddress?: string
屬性值
string