UNPKG

@types/facebook-nodejs-business-sdk

Version:
17 lines (16 loc) 549 B
import { AbstractCrudObject } from "./../abstract-crud-object"; /** * VoipInfo * @see {@link https://developers.facebook.com/docs/marketing-api/} */ export default class VoipInfo extends AbstractCrudObject { static get Fields(): Readonly<{ has_mobile_app: "has_mobile_app"; has_permission: "has_permission"; is_callable: "is_callable"; is_callable_webrtc: "is_callable_webrtc"; is_pushable: "is_pushable"; reason_code: "reason_code"; reason_description: "reason_description"; }>; }