Type Alias ZoomRoomsGetZoomRoomUnderZoomPhoneLicenseResponse

ZoomRoomsGetZoomRoomUnderZoomPhoneLicenseResponse: {
    calling_plans?: {
        billing_account_id?: string;
        billing_account_name?: string;
        name?: string;
        type?: number;
    }[];
    emergency_address?: {
        address_line1?: string;
        address_line2?: string;
        city?: string;
        country?: string;
        id?: string;
        state_code?: string;
        zip?: string;
    };
    extension_id?: string;
    extension_number?: number;
    id?: string;
    name?: string;
    phone_numbers?: { id?: string; number?: string }[];
    policy?: {
        international_calling?: { enable?: boolean; locked_by?: string };
        select_outbound_caller_id?: { enable?: boolean; locked_by?: string };
    };
    site?: { id?: string; name?: string };
}