Phone
Represents information about a phone.
new Phone(param)
| Field | Type | Description |
|---|---|---|
| param | object | Parameters associated with a phone. |
| param.type | string | The type of phone. Phone type value can be “SOFT_PHONE” or “DESK_PHONE”. |
| param.number | string | The phone number associated with this phone. This value is optional when the type is SOFT_PHONE and mandatory when the type is DESK_PHONE. |