import IvrMenuInfo from "../definitions/IvrMenuInfo"; import PathSegment from "../PathSegment"; export default class IvrMenus extends PathSegment { constructor(prv: PathSegment, id?: string, service?: any); /** *
Since 1.0.32 (Release 9.3)
Returns a company IVR menu by ID
| Permission | Description |
|---|---|
| ReadAccounts | Viewing user account info (including name, business name, address and phone number/account number) |
Medium
*/ get(): PromiseSince 1.0.32 (Release 9.3)
Returns a company IVR menu by ID
| Permission | Description |
|---|---|
| ReadAccounts | Viewing user account info (including name, business name, address and phone number/account number) |
Medium
* return {ApiResponse} */ getRaw(): Promise